@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:26.817Z") @Stability(value=Deprecated) @Deprecated public interface BitBucketSourceActionProps extends software.amazon.jsii.JsiiSerializable, CodeStarConnectionsSourceActionProps
BitBucketSourceAction.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.codepipeline.*;
import software.amazon.awscdk.services.codepipeline.actions.*;
import software.amazon.awscdk.services.iam.*;
Artifact artifact;
Role role;
BitBucketSourceActionProps bitBucketSourceActionProps = BitBucketSourceActionProps.builder()
.actionName("actionName")
.connectionArn("connectionArn")
.output(artifact)
.owner("owner")
.repo("repo")
// the properties below are optional
.branch("branch")
.codeBuildCloneOutput(false)
.role(role)
.runOrder(123)
.triggerOnPush(false)
.variablesNamespace("variablesNamespace")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
BitBucketSourceActionProps.Builder
Deprecated.
|
static class |
BitBucketSourceActionProps.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static BitBucketSourceActionProps.Builder |
builder()
Deprecated.
|
getBranch, getCodeBuildCloneOutput, getConnectionArn, getOutput, getOwner, getRepo, getTriggerOnPushgetRolegetActionName, getRunOrder, getVariablesNamespace@Stability(value=Deprecated) @Deprecated static BitBucketSourceActionProps.Builder builder()
builder in interface CodeStarConnectionsSourceActionPropsbuilder in interface CommonActionPropsbuilder in interface CommonAwsActionPropsBitBucketSourceActionProps.Builder of BitBucketSourceActionPropsCopyright © 2022. All rights reserved.