static PipelineTriggerDeclaration.Builder |
PipelineTriggerDeclaration.builder() |
|
default PipelineTriggerDeclaration.Builder |
PipelineTriggerDeclaration.Builder.gitConfiguration(Consumer<GitConfiguration.Builder> gitConfiguration) |
Provides the filter criteria and the source stage for the repository event that starts the pipeline, such as
Git tags.
|
PipelineTriggerDeclaration.Builder |
PipelineTriggerDeclaration.Builder.gitConfiguration(GitConfiguration gitConfiguration) |
Provides the filter criteria and the source stage for the repository event that starts the pipeline, such as
Git tags.
|
PipelineTriggerDeclaration.Builder |
PipelineTriggerDeclaration.Builder.providerType(String providerType) |
The source provider for the event, such as connections configured for a repository with Git tags, for the
specified trigger configuration.
|
PipelineTriggerDeclaration.Builder |
PipelineTriggerDeclaration.Builder.providerType(PipelineTriggerProviderType providerType) |
The source provider for the event, such as connections configured for a repository with Git tags, for the
specified trigger configuration.
|
PipelineTriggerDeclaration.Builder |
PipelineTriggerDeclaration.toBuilder() |
|