Class StageProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codepipeline.StageProps.Jsii$Proxy
- All Implemented Interfaces:
StageProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
StageProps
@Stability(Stable)
@Internal
public static final class StageProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements StageProps
An implementation for
StageProps-
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.StageProps
StageProps.Builder, StageProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(StageProps.Builder builder) Constructor that initializes the object based on literal property values passed by theStageProps.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 ConditionsThe method to use when a stage allows entry.final FailureConditionsThe method to use when a stage has not completed successfully.final ConditionsThe method to use when a stage has succeeded.final 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 theStageProps.Builder.
-
-
Method Details
-
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
-
getBeforeEntry
Description copied from interface:StagePropsThe method to use when a stage allows entry.Default: - No conditions are applied before stage entry
- Specified by:
getBeforeEntryin interfaceStageProps
-
getOnFailure
Description copied from interface:StagePropsThe method to use when a stage has not completed successfully.Default: - No failure conditions are applied
- Specified by:
getOnFailurein interfaceStageProps
-
getOnSuccess
Description copied from interface:StagePropsThe method to use when a stage has succeeded.Default: - No success conditions are applied
- Specified by:
getOnSuccessin 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()
-