Class CfnPipeline.StageDeclarationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codepipeline.CfnPipeline.StageDeclarationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPipeline.StageDeclarationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPipeline.StageDeclarationProperty
@Stability(Stable)
@Internal
public static final class CfnPipeline.StageDeclarationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPipeline.StageDeclarationProperty
An implementation for
CfnPipeline.StageDeclarationProperty-
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.CfnPipeline.StageDeclarationProperty
CfnPipeline.StageDeclarationProperty.Builder, CfnPipeline.StageDeclarationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPipeline.StageDeclarationProperty.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 booleanfinal ObjectThe actions included in a stage.final ObjectThe method to use when a stage allows entry.final ObjectReserved for future use.final StringgetName()The name of the stage.final ObjectThe method to use when a stage has not completed successfully.final ObjectThe method to use when a stage has succeeded.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 theCfnPipeline.StageDeclarationProperty.Builder.
-
-
Method Details
-
getActions
Description copied from interface:CfnPipeline.StageDeclarationPropertyThe actions included in a stage.- Specified by:
getActionsin interfaceCfnPipeline.StageDeclarationProperty- See Also:
-
getName
Description copied from interface:CfnPipeline.StageDeclarationPropertyThe name of the stage.- Specified by:
getNamein interfaceCfnPipeline.StageDeclarationProperty- See Also:
-
getBeforeEntry
Description copied from interface:CfnPipeline.StageDeclarationPropertyThe method to use when a stage allows entry.For example, configuring this field for conditions will allow entry to the stage when the conditions are met.
- Specified by:
getBeforeEntryin interfaceCfnPipeline.StageDeclarationProperty- See Also:
-
getBlockers
Description copied from interface:CfnPipeline.StageDeclarationPropertyReserved for future use.- Specified by:
getBlockersin interfaceCfnPipeline.StageDeclarationProperty- See Also:
-
getOnFailure
Description copied from interface:CfnPipeline.StageDeclarationPropertyThe method to use when a stage has not completed successfully.For example, configuring this field for rollback will roll back a failed stage automatically to the last successful pipeline execution in the stage.
- Specified by:
getOnFailurein interfaceCfnPipeline.StageDeclarationProperty- See Also:
-
getOnSuccess
Description copied from interface:CfnPipeline.StageDeclarationPropertyThe method to use when a stage has succeeded.For example, configuring this field for conditions will allow the stage to succeed when the conditions are met.
- Specified by:
getOnSuccessin interfaceCfnPipeline.StageDeclarationProperty- See Also:
-
$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()
-