Pipeline Trigger Declaration Args
data class PipelineTriggerDeclarationArgs(val gitConfiguration: Output<PipelineGitConfigurationArgs>? = null, val providerType: Output<PipelineTriggerDeclarationProviderType>) : ConvertibleToJava<PipelineTriggerDeclarationArgs>
Represents information about the specified trigger configuration, such as the filter criteria and the source stage for the action that contains the trigger.
Constructors
Link copied to clipboard
constructor(gitConfiguration: Output<PipelineGitConfigurationArgs>? = null, providerType: Output<PipelineTriggerDeclarationProviderType>)
Properties
Link copied to clipboard
Provides the filter criteria and the source stage for the repository event that starts the pipeline, such as Git tags.
Link copied to clipboard
The source provider for the event, such as connections configured for a repository with Git tags, for the specified trigger configuration.