Uses of Class
software.amazon.awscdk.services.codepipeline.actions.CodeCommitSourceAction.Builder
-
Uses of CodeCommitSourceAction.Builder in software.amazon.awscdk.services.codepipeline.actions
Modifier and TypeMethodDescriptionCodeCommitSourceAction.Builder.actionName
(String actionName) The physical, human-readable name of the Action.Default: 'master'CodeCommitSourceAction.Builder.codeBuildCloneOutput
(Boolean codeBuildCloneOutput) Whether the output should be the contents of the repository (which is the default), or a link that allows CodeBuild to clone the repository before building.CodeCommitSourceAction.Builder.create()
CodeCommitSourceAction.Builder.customEventRule
(ICustomEventRule customEventRule) You can pass acustomEventRule
to set up a custom event rule for the CodeCommit source action.Role to be used by on commit event rule.CodeCommitSourceAction.Builder.repository
(IRepository repository) The CodeCommit repository.The Role in which context's this Action will be executing in.The runOrder property for this Action.CodeCommitSourceAction.Builder.trigger
(CodeCommitTrigger trigger) How should CodePipeline detect source changes for this Action.CodeCommitSourceAction.Builder.variablesNamespace
(String variablesNamespace) The name of the namespace to use for variables emitted by this action.