Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
GitConfiguration |
GitConfiguration.clone() |
GitConfiguration |
PipelineTriggerDeclaration.getGitConfiguration()
Provides the filter criteria and the source stage for the repository event that starts the pipeline, such as Git
tags.
|
GitConfiguration |
GitConfiguration.withPullRequest(Collection<GitPullRequestFilter> pullRequest)
The field where the repository event that will start the pipeline is specified as pull requests.
|
GitConfiguration |
GitConfiguration.withPullRequest(GitPullRequestFilter... pullRequest)
The field where the repository event that will start the pipeline is specified as pull requests.
|
GitConfiguration |
GitConfiguration.withPush(Collection<GitPushFilter> push)
The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with
details.
|
GitConfiguration |
GitConfiguration.withPush(GitPushFilter... push)
The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with
details.
|
GitConfiguration |
GitConfiguration.withSourceActionName(String sourceActionName)
The name of the pipeline source action where the trigger configuration, such as Git tags, is specified.
|
Modifier and Type | Method and Description |
---|---|
void |
PipelineTriggerDeclaration.setGitConfiguration(GitConfiguration gitConfiguration)
Provides the filter criteria and the source stage for the repository event that starts the pipeline, such as Git
tags.
|
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.
|
Copyright © 2024. All rights reserved.