@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-14T20:30:48.395Z") @Stability(value=Stable) public interface IStage extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IStage.Jsii$Default
Internal default implementation for
IStage. |
static class |
IStage.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAction(IAction action) |
List<IAction> |
getActions()
The actions belonging to this stage.
|
IPipeline |
getPipeline() |
String |
getStageName()
The physical, human-readable name of this Pipeline Stage.
|
Rule |
onStateChange(String name) |
Rule |
onStateChange(String name,
IRuleTarget target) |
Rule |
onStateChange(String name,
IRuleTarget target,
RuleProps options) |
@Stability(value=Stable) @NotNull List<IAction> getActions()
@Stability(value=Stable) @NotNull IPipeline getPipeline()
@Stability(value=Stable) @NotNull String getStageName()
@Stability(value=Stable)
void addAction(@NotNull
IAction action)
action - This parameter is required.@Stability(value=Stable) @NotNull Rule onStateChange(@NotNull String name, @Nullable IRuleTarget target, @Nullable RuleProps options)
name - This parameter is required.target - options - @Stability(value=Stable) @NotNull Rule onStateChange(@NotNull String name, @Nullable IRuleTarget target)
name - This parameter is required.target - Copyright © 2022. All rights reserved.