Interface IStage
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IStage.Jsii$Default
- All Known Implementing Classes:
IStage.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-21T06:34:05.327Z")
@Stability(Stable)
public interface IStage
extends software.amazon.jsii.JsiiSerializable
The abstract interface of a Pipeline Stage that is used by Actions.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIStage.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionvoidThe actions belonging to this stage.The physical, human-readable name of this Pipeline Stage.onStateChange(String name) onStateChange(String name, IRuleTarget target) onStateChange(String name, IRuleTarget target, RuleProps options) Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getActions
The actions belonging to this stage. -
getPipeline
-
getStageName
The physical, human-readable name of this Pipeline Stage. -
addAction
- Parameters:
action- This parameter is required.
-
onStateChange
@Stability(Stable) @NotNull Rule onStateChange(@NotNull String name, @Nullable IRuleTarget target, @Nullable RuleProps options) - Parameters:
name- This parameter is required.target-options-
-
onStateChange
- Parameters:
name- This parameter is required.target-
-
onStateChange
- Parameters:
name- This parameter is required.
-