Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
PipelineTriggerDeclaration |
PipelineTriggerDeclaration.clone() |
PipelineTriggerDeclaration |
PipelineTriggerDeclaration.withGitConfiguration(GitConfiguration gitConfiguration)
Provides the filter criteria and the source stage for the repository event that starts the pipeline, such as Git
tags.
|
PipelineTriggerDeclaration |
PipelineTriggerDeclaration.withProviderType(PipelineTriggerProviderType providerType)
The source provider for the event, such as connections configured for a repository with Git tags, for the
specified trigger configuration.
|
PipelineTriggerDeclaration |
PipelineTriggerDeclaration.withProviderType(String providerType)
The source provider for the event, such as connections configured for a repository with Git tags, for the
specified trigger configuration.
|
Modifier and Type | Method and Description |
---|---|
List<PipelineTriggerDeclaration> |
PipelineDeclaration.getTriggers()
The trigger configuration specifying a type of event, such as Git tags, that starts the pipeline.
|
Modifier and Type | Method and Description |
---|---|
PipelineDeclaration |
PipelineDeclaration.withTriggers(PipelineTriggerDeclaration... triggers)
The trigger configuration specifying a type of event, such as Git tags, that starts the pipeline.
|
Modifier and Type | Method and Description |
---|---|
void |
PipelineDeclaration.setTriggers(Collection<PipelineTriggerDeclaration> triggers)
The trigger configuration specifying a type of event, such as Git tags, that starts the pipeline.
|
PipelineDeclaration |
PipelineDeclaration.withTriggers(Collection<PipelineTriggerDeclaration> triggers)
The trigger configuration specifying a type of event, such as Git tags, that starts the pipeline.
|
Copyright © 2023. All rights reserved.