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.103.1 (build bef2dea)",
date="2024-09-11T18:01:13.204Z")
@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
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIStage
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionvoid
The 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.
-