| Package | Description |
|---|---|
| software.amazon.awscdk.pipelines |
CDK Pipelines
|
| software.amazon.awscdk.services.codepipeline.actions |
AWS CodePipeline Actions
|
| Modifier and Type | Method and Description |
|---|---|
default CodeCommitTrigger |
CodeCommitSourceOptions.getTrigger()
How should CodePipeline detect source changes for this Action.
|
CodeCommitTrigger |
CodeCommitSourceOptions.Jsii$Proxy.getTrigger() |
| Modifier and Type | Method and Description |
|---|---|
CodeCommitSourceOptions.Builder |
CodeCommitSourceOptions.Builder.trigger(CodeCommitTrigger trigger)
Sets the value of
CodeCommitSourceOptions.getTrigger() |
| Modifier and Type | Method and Description |
|---|---|
default CodeCommitTrigger |
CodeCommitSourceActionProps.getTrigger()
How should CodePipeline detect source changes for this Action.
|
CodeCommitTrigger |
CodeCommitSourceActionProps.Jsii$Proxy.getTrigger() |
static CodeCommitTrigger |
CodeCommitTrigger.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodeCommitTrigger[] |
CodeCommitTrigger.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CodeCommitSourceActionProps.Builder |
CodeCommitSourceActionProps.Builder.trigger(CodeCommitTrigger trigger)
Sets the value of
CodeCommitSourceActionProps.getTrigger() |
CodeCommitSourceAction.Builder |
CodeCommitSourceAction.Builder.trigger(CodeCommitTrigger trigger)
How should CodePipeline detect source changes for this Action.
|
Copyright © 2022. All rights reserved.