@Generated(value="jsii-pacmak/1.7.0 (build 179a3a5)", date="2020-06-20T01:23:53.996Z") @Stability(value=Experimental) public interface BitBucketSourceActionProps extends software.amazon.jsii.JsiiSerializable, CommonAwsActionProps
BitBucketSourceAction.
EXPERIMENTAL
| Modifier and Type | Interface and Description |
|---|---|
static class |
BitBucketSourceActionProps.Builder
A builder for
BitBucketSourceActionProps |
static class |
BitBucketSourceActionProps.Jsii$Proxy
An implementation for
BitBucketSourceActionProps |
| Modifier and Type | Method and Description |
|---|---|
static BitBucketSourceActionProps.Builder |
builder() |
default String |
getBranch()
The branch to build.
|
default Boolean |
getCodeBuildCloneOutput()
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.
|
String |
getConnectionArn()
The ARN of the CodeStar Connection created in the AWS console that has permissions to access this BitBucket repository.
|
Artifact |
getOutput()
The output artifact that this action produces.
|
String |
getOwner()
The owning user or organization of the repository.
|
String |
getRepo()
The name of the repository.
|
getRolegetActionName, getRunOrder, getVariablesNamespace@Stability(value=Experimental) @NotNull String getConnectionArn()
Example:
// Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826 "arn:aws:codestar-connections:us-east-1:123456789012:connection/12345678-abcd-12ab-34cdef5678gh";
EXPERIMENTAL
https://docs.aws.amazon.com/codepipeline/latest/userguide/connections-create.html@Stability(value=Experimental) @NotNull Artifact getOutput()
Can be used as input for further pipeline actions.
EXPERIMENTAL
@Stability(value=Experimental) @NotNull String getOwner()
Example:
// Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826 "aws";
EXPERIMENTAL
@Stability(value=Experimental) @NotNull String getRepo()
Example:
// Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826 "aws-cdk";
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default String getBranch()
Default: 'master'
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default Boolean getCodeBuildCloneOutput()
Note: if this option is true, then only CodeBuild actions can use the resulting {@link output}.
Default: false
EXPERIMENTAL
https://docs.aws.amazon.com/codepipeline/latest/userguide/action-reference-CodestarConnectionSource.html#action-reference-CodestarConnectionSource-config@Stability(value=Experimental) static BitBucketSourceActionProps.Builder builder()
builder in interface CommonActionPropsbuilder in interface CommonAwsActionPropsBitBucketSourceActionProps.Builder of BitBucketSourceActionPropsCopyright © 2020. All rights reserved.