Class CodeCommitSourceActionProps.Jsii$Proxy
- All Implemented Interfaces:
CodeCommitSourceActionProps
,CommonActionProps
,CommonAwsActionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CodeCommitSourceActionProps
CodeCommitSourceActionProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codepipeline.actions.CodeCommitSourceActionProps
CodeCommitSourceActionProps.Builder, CodeCommitSourceActionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCodeCommitSourceActionProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The physical, human-readable name of the Action.final String
Default: 'master'final Boolean
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.final ICustomEventRule
You can pass acustomEventRule
to set up a custom event rule for the CodeCommit source action.final IRole
Role to be used by on commit event rule.final Artifact
final IRepository
The CodeCommit repository.final IRole
getRole()
The Role in which context's this Action will be executing in.final Number
The runOrder property for this Action.final CodeCommitTrigger
How should CodePipeline detect source changes for this Action.final String
The name of the namespace to use for variables emitted by this action.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCodeCommitSourceActionProps.Builder
.
-
-
Method Details
-
getOutput
- Specified by:
getOutput
in interfaceCodeCommitSourceActionProps
-
getRepository
Description copied from interface:CodeCommitSourceActionProps
The CodeCommit repository.- Specified by:
getRepository
in interfaceCodeCommitSourceActionProps
-
getBranch
Description copied from interface:CodeCommitSourceActionProps
Default: 'master'- Specified by:
getBranch
in interfaceCodeCommitSourceActionProps
-
getCodeBuildCloneOutput
Description copied from interface:CodeCommitSourceActionProps
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.Note: if this option is true, then only CodeBuild actions can use the resulting
output
.Default: false
- Specified by:
getCodeBuildCloneOutput
in interfaceCodeCommitSourceActionProps
- See Also:
-
getCustomEventRule
Description copied from interface:CodeCommitSourceActionProps
You can pass acustomEventRule
to set up a custom event rule for the CodeCommit source action.You must provide the
eventPattern
andtarget
properties in thecustomEventRule
object. Check whicheventPattern
to use: https://docs.aws.amazon.com/codecommit/latest/userguide/monitoring-events.htmlDefault: Event rule which is triggered by CodeCommit repository on commit
- Specified by:
getCustomEventRule
in interfaceCodeCommitSourceActionProps
-
getEventRole
Description copied from interface:CodeCommitSourceActionProps
Role to be used by on commit event rule.Used only when trigger value is CodeCommitTrigger.EVENTS.
Default: a new role will be created.
- Specified by:
getEventRole
in interfaceCodeCommitSourceActionProps
-
getTrigger
Description copied from interface:CodeCommitSourceActionProps
How should CodePipeline detect source changes for this Action.Default: CodeCommitTrigger.EVENTS
- Specified by:
getTrigger
in interfaceCodeCommitSourceActionProps
-
getRole
Description copied from interface:CommonAwsActionProps
The Role in which context's this Action will be executing in.The Pipeline's Role will assume this Role (the required permissions for that will be granted automatically) right before executing this Action. This Action will be passed into your
IAction.bind
method in theActionBindOptions.role
property.Default: a new Role will be generated
- Specified by:
getRole
in interfaceCommonAwsActionProps
-
getActionName
Description copied from interface:CommonActionProps
The physical, human-readable name of the Action.Note that Action names must be unique within a single Stage.
- Specified by:
getActionName
in interfaceCommonActionProps
-
getRunOrder
Description copied from interface:CommonActionProps
The runOrder property for this Action.RunOrder determines the relative order in which multiple Actions in the same Stage execute.
Default: 1
- Specified by:
getRunOrder
in interfaceCommonActionProps
- See Also:
-
getVariablesNamespace
Description copied from interface:CommonActionProps
The name of the namespace to use for variables emitted by this action.Default: - a name will be generated, based on the stage and action names, if any of the action's variables were referenced - otherwise, no namespace will be set
- Specified by:
getVariablesNamespace
in interfaceCommonActionProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-