Class StageOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codepipeline.StageOptions.Jsii$Proxy
- All Implemented Interfaces:
StageOptions,StageProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
StageOptions
@Stability(Stable)
@Internal
public static final class StageOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements StageOptions
An implementation for
StageOptions-
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.StageOptions
StageOptions.Builder, StageOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(StageOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theStageOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanThe list of Actions to create this Stage with.final StagePlacementfinal StringThe physical, human-readable name to assign to this Pipeline Stage.final StringThe reason for disabling transition to this stage.final BooleanWhether to enable transition to this stage.final inthashCode()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) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theStageOptions.Builder.
-
-
Method Details
-
getPlacement
- Specified by:
getPlacementin interfaceStageOptions
-
getStageName
Description copied from interface:StagePropsThe physical, human-readable name to assign to this Pipeline Stage.- Specified by:
getStageNamein interfaceStageProps
-
getActions
Description copied from interface:StagePropsThe list of Actions to create this Stage with.You can always add more Actions later by calling
IStage#addAction.- Specified by:
getActionsin interfaceStageProps
-
getTransitionDisabledReason
Description copied from interface:StagePropsThe reason for disabling transition to this stage.Only applicable if
transitionToEnabledis set tofalse.Default: 'Transition disabled'
- Specified by:
getTransitionDisabledReasonin interfaceStageProps
-
getTransitionToEnabled
Description copied from interface:StagePropsWhether to enable transition to this stage.Default: true
- Specified by:
getTransitionToEnabledin interfaceStageProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-