Interface IStage.Jsii$Default
- All Superinterfaces:
IStage
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IStage.Jsii$Proxy
- Enclosing interface:
IStage
Internal default implementation for
IStage
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codepipeline.IStage
IStage.Jsii$Default, IStage.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
The actions belonging to this stage.default IPipeline
default String
The physical, human-readable name of this Pipeline Stage.default Rule
onStateChange
(String name, IRuleTarget target, RuleProps options) Methods inherited from interface software.amazon.awscdk.services.codepipeline.IStage
onStateChange, onStateChange
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getActions
The actions belonging to this stage.- Specified by:
getActions
in interfaceIStage
-
getPipeline
- Specified by:
getPipeline
in interfaceIStage
-
getStageName
The physical, human-readable name of this Pipeline Stage.- Specified by:
getStageName
in interfaceIStage
-
addAction
-
onStateChange
@Stability(Stable) @NotNull default Rule onStateChange(@NotNull String name, @Nullable IRuleTarget target, @Nullable RuleProps options) - Specified by:
onStateChange
in interfaceIStage
- Parameters:
name
- This parameter is required.target
-options
-
-