@Deprecated public static final class BitBucketSourceActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BitBucketSourceActionProps
BitBucketSourceActionProps
BitBucketSourceActionProps.Builder, BitBucketSourceActionProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson()
Deprecated.
|
boolean |
equals(java.lang.Object o)
Deprecated.
|
java.lang.String |
getActionName()
Deprecated.
The physical, human-readable name of the Action.
|
java.lang.String |
getBranch()
Deprecated.
The branch to build.
|
java.lang.Boolean |
getCodeBuildCloneOutput()
Deprecated.
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.
|
java.lang.String |
getConnectionArn()
Deprecated.
The ARN of the CodeStar Connection created in the AWS console that has permissions to access this GitHub or BitBucket repository.
|
Artifact |
getOutput()
Deprecated.
The output artifact that this action produces.
|
java.lang.String |
getOwner()
Deprecated.
The owning user or organization of the repository.
|
java.lang.String |
getRepo()
Deprecated.
The name of the repository.
|
IRole |
getRole()
Deprecated.
The Role in which context's this Action will be executing in.
|
java.lang.Number |
getRunOrder()
Deprecated.
The runOrder property for this Action.
|
java.lang.Boolean |
getTriggerOnPush()
Deprecated.
Controls automatically starting your pipeline when a new commit is made on the configured repository and branch.
|
java.lang.String |
getVariablesNamespace()
Deprecated.
The name of the namespace to use for variables emitted by this action.
|
int |
hashCode()
Deprecated.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getConnectionArn()
CodeStarConnectionsSourceActionProps
Example:
"arn:aws:codestar-connections:us-east-1:123456789012:connection/12345678-abcd-12ab-34cdef5678gh";
getConnectionArn
in interface CodeStarConnectionsSourceActionProps
public final Artifact getOutput()
CodeStarConnectionsSourceActionProps
Can be used as input for further pipeline actions.
getOutput
in interface CodeStarConnectionsSourceActionProps
public final java.lang.String getOwner()
CodeStarConnectionsSourceActionProps
Example:
"aws";
getOwner
in interface CodeStarConnectionsSourceActionProps
public final java.lang.String getRepo()
CodeStarConnectionsSourceActionProps
Example:
"aws-cdk";
getRepo
in interface CodeStarConnectionsSourceActionProps
public final java.lang.String getBranch()
CodeStarConnectionsSourceActionProps
Default: 'master'
getBranch
in interface CodeStarConnectionsSourceActionProps
public final java.lang.Boolean getCodeBuildCloneOutput()
CodeStarConnectionsSourceActionProps
Note: if this option is true, then only CodeBuild actions can use the resulting {@link output}.
Default: false
public final java.lang.Boolean getTriggerOnPush()
CodeStarConnectionsSourceActionProps
If unspecified, the default value is true, and the field does not display by default.
Default: true
getTriggerOnPush
in interface CodeStarConnectionsSourceActionProps
public final IRole getRole()
CommonAwsActionProps
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 {@link IAction.bind} method in the {@link ActionBindOptions.role} property.
Default: a new Role will be generated
getRole
in interface CommonAwsActionProps
public final java.lang.String getActionName()
CommonActionProps
Note that Action names must be unique within a single Stage.
getActionName
in interface CommonActionProps
public final java.lang.Number getRunOrder()
CommonActionProps
RunOrder determines the relative order in which multiple Actions in the same Stage execute.
Default: 1
getRunOrder
in interface CommonActionProps
public final java.lang.String getVariablesNamespace()
CommonActionProps
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
getVariablesNamespace
in interface CommonActionProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()