Interface PipelineIntegration
-
- All Superinterfaces:
ServerExtension
,TeamCityExtension
- All Known Implementing Classes:
DockerPipelineIntegration
,NpmPipelineIntegration
,UnityLicensePipelineIntegration
public interface PipelineIntegration extends ServerExtension
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
generate(BuildTypeSettings settings, List<OAuthConnectionDescriptor> connections)
Generate build features and anything else that is required to use the connection in the buildString
getType()
-
-
-
Method Detail
-
getType
@NotNull String getType()
- Returns:
- type of the corresponding oauth provider
-
generate
void generate(@NotNull BuildTypeSettings settings, @NotNull List<OAuthConnectionDescriptor> connections)
Generate build features and anything else that is required to use the connection in the build
-
-