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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codepipeline.StageOptions
StageOptions.Builder, StageOptions.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(StageOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theStageOptions.Builder
.protected
Jsii$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.JsonNode
final boolean
The list of Actions to create this Stage with.final StagePlacement
final String
The physical, human-readable name to assign to this Pipeline Stage.final String
The reason for disabling transition to this stage.final Boolean
Whether to enable transition to this stage.final int
hashCode()
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:
getPlacement
in interfaceStageOptions
-
getStageName
Description copied from interface:StageProps
The physical, human-readable name to assign to this Pipeline Stage.- Specified by:
getStageName
in interfaceStageProps
-
getActions
Description copied from interface:StageProps
The list of Actions to create this Stage with.You can always add more Actions later by calling
IStage.addAction(software.amazon.awscdk.services.codepipeline.IAction)
.- Specified by:
getActions
in interfaceStageProps
-
getTransitionDisabledReason
Description copied from interface:StageProps
The reason for disabling transition to this stage.Only applicable if
transitionToEnabled
is set tofalse
.Default: 'Transition disabled'
- Specified by:
getTransitionDisabledReason
in interfaceStageProps
-
getTransitionToEnabled
Description copied from interface:StageProps
Whether to enable transition to this stage.Default: true
- Specified by:
getTransitionToEnabled
in interfaceStageProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-