public static final class IStage.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IStage.Jsii$Default
IStage.Jsii$Default, IStage.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
void |
addAction(IAction action) |
java.util.List<IAction> |
getActions()
The actions belonging to this stage.
|
IPipeline |
getPipeline() |
java.lang.String |
getStageName()
The physical, human-readable name of this Pipeline Stage.
|
Rule |
onStateChange(java.lang.String name) |
Rule |
onStateChange(java.lang.String name,
IRuleTarget target) |
Rule |
onStateChange(java.lang.String name,
IRuleTarget target,
RuleProps options) |
public final java.util.List<IAction> getActions()
getActions
in interface IStage
getActions
in interface IStage.Jsii$Default
public final IPipeline getPipeline()
getPipeline
in interface IStage
getPipeline
in interface IStage.Jsii$Default
public final java.lang.String getStageName()
getStageName
in interface IStage
getStageName
in interface IStage.Jsii$Default
public final void addAction(IAction action)
addAction
in interface IStage
addAction
in interface IStage.Jsii$Default
action
- This parameter is required.public final Rule onStateChange(java.lang.String name, IRuleTarget target, RuleProps options)
onStateChange
in interface IStage
onStateChange
in interface IStage.Jsii$Default
name
- This parameter is required.target
- options
- public final Rule onStateChange(java.lang.String name, IRuleTarget target)
onStateChange
in interface IStage
name
- This parameter is required.target
- public final Rule onStateChange(java.lang.String name)
onStateChange
in interface IStage
name
- This parameter is required.