Class BitBucketSourceActionProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codepipeline.actions.BitBucketSourceActionProps.Jsii$Proxy
All Implemented Interfaces:
BitBucketSourceActionProps, CodeStarConnectionsSourceActionProps, CommonActionProps, CommonAwsActionProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
BitBucketSourceActionProps

@Stability(Deprecated) @Deprecated @Internal public static final class BitBucketSourceActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BitBucketSourceActionProps
Deprecated.
An implementation for BitBucketSourceActionProps
  • 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.BitBucketSourceActionProps

    BitBucketSourceActionProps.Builder, BitBucketSourceActionProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Deprecated.
    Constructor that initializes the object based on literal property values passed by the BitBucketSourceActionProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Deprecated.
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
    Deprecated.
     
    final boolean
    Deprecated.
     
    final String
    Deprecated.
    The physical, human-readable name of the Action.
    final String
    Deprecated.
    The branch to build.
    final Boolean
    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.
    final String
    Deprecated.
    The ARN of the CodeStar Connection created in the AWS console that has permissions to access this GitHub or BitBucket repository.
    final Artifact
    Deprecated.
    The output artifact that this action produces.
    final String
    Deprecated.
    The owning user or organization of the repository.
    final String
    Deprecated.
    The name of the repository.
    final IRole
    Deprecated.
    The Role in which context's this Action will be executing in.
    final Number
    Deprecated.
    The runOrder property for this Action.
    final Boolean
    Deprecated.
    Controls automatically starting your pipeline when a new commit is made on the configured repository and branch.
    final String
    Deprecated.
    The name of the namespace to use for variables emitted by this action.
    final int
    Deprecated.
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait