@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:07.392Z") @Stability(value=Experimental) 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()
(experimental) The actions belonging to this stage.
|
IPipeline |
getPipeline() |
String |
getStageName()
(experimental) 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=Experimental) @NotNull List<IAction> getActions()
@Stability(value=Experimental) @NotNull IPipeline getPipeline()
@Stability(value=Experimental) @NotNull String getStageName()
@Stability(value=Experimental)
void addAction(@NotNull
IAction action)
action - This parameter is required.@Stability(value=Experimental) @NotNull Rule onStateChange(@NotNull String name, @Nullable IRuleTarget target, @Nullable RuleProps options)
name - This parameter is required.target - options - @Stability(value=Experimental) @NotNull Rule onStateChange(@NotNull String name, @Nullable IRuleTarget target)
name - This parameter is required.target - Copyright © 2021. All rights reserved.