Class BitBucketSourceActionProps.Jsii$Proxy
- All Implemented Interfaces:
BitBucketSourceActionProps,CodeStarConnectionsSourceActionProps,CommonActionProps,CommonAwsActionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BitBucketSourceActionProps
BitBucketSourceActionProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codepipeline.actions.BitBucketSourceActionProps
BitBucketSourceActionProps.Builder, BitBucketSourceActionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeprecated.Constructor that initializes the object based on literal property values passed by theBitBucketSourceActionProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeDeprecated.final booleanDeprecated.final StringDeprecated.The physical, human-readable name of the Action.final StringDeprecated.The branch to build.final BooleanDeprecated.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 StringDeprecated.The ARN of the CodeStar Connection created in the AWS console that has permissions to access this GitHub or BitBucket repository.final ArtifactDeprecated.The output artifact that this action produces.final StringgetOwner()Deprecated.The owning user or organization of the repository.final StringgetRepo()Deprecated.The name of the repository.final IRolegetRole()Deprecated.The Role in which context's this Action will be executing in.final NumberDeprecated.The runOrder property for this Action.final BooleanDeprecated.Controls automatically starting your pipeline when a new commit is made on the configured repository and branch.final StringDeprecated.The name of the namespace to use for variables emitted by this action.final inthashCode()Deprecated.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) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by theBitBucketSourceActionProps.Builder.
-
-
Method Details
-
getConnectionArn
Deprecated.Description copied from interface:CodeStarConnectionsSourceActionPropsThe ARN of the CodeStar Connection created in the AWS console that has permissions to access this GitHub or BitBucket repository.Example:
"arn:aws:codestar-connections:us-east-1:123456789012:connection/12345678-abcd-12ab-34cdef5678gh";
- Specified by:
getConnectionArnin interfaceCodeStarConnectionsSourceActionProps- See Also:
-
getOutput
Deprecated.Description copied from interface:CodeStarConnectionsSourceActionPropsThe output artifact that this action produces.Can be used as input for further pipeline actions.
- Specified by:
getOutputin interfaceCodeStarConnectionsSourceActionProps
-
getOwner
Deprecated.Description copied from interface:CodeStarConnectionsSourceActionPropsThe owning user or organization of the repository.Example:
"aws";
- Specified by:
getOwnerin interfaceCodeStarConnectionsSourceActionProps
-
getRepo
Deprecated.Description copied from interface:CodeStarConnectionsSourceActionPropsThe name of the repository.Example:
"aws-cdk";
- Specified by:
getRepoin interfaceCodeStarConnectionsSourceActionProps
-
getBranch
Deprecated.Description copied from interface:CodeStarConnectionsSourceActionPropsThe branch to build.Default: 'master'
- Specified by:
getBranchin interfaceCodeStarConnectionsSourceActionProps
-
getCodeBuildCloneOutput
Deprecated.Description copied from interface:CodeStarConnectionsSourceActionPropsWhether 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
-
getTriggerOnPush
Deprecated.Description copied from interface:CodeStarConnectionsSourceActionPropsControls automatically starting your pipeline when a new commit is made on the configured repository and branch.If unspecified, the default value is true, and the field does not display by default.
Default: true
-
getRole
Deprecated.Description copied from interface:CommonAwsActionPropsThe 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.bindmethod in theActionBindOptions.roleproperty.Default: a new Role will be generated
- Specified by:
getRolein interfaceCommonAwsActionProps
-
getActionName
Deprecated.Description copied from interface:CommonActionPropsThe physical, human-readable name of the Action.Note that Action names must be unique within a single Stage.
- Specified by:
getActionNamein interfaceCommonActionProps
-
getRunOrder
Deprecated.Description copied from interface:CommonActionPropsThe runOrder property for this Action.RunOrder determines the relative order in which multiple Actions in the same Stage execute.
Default: 1
- Specified by:
getRunOrderin interfaceCommonActionProps- See Also:
-
getVariablesNamespace
Deprecated.Description copied from interface:CommonActionPropsThe 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:
getVariablesNamespacein interfaceCommonActionProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-