@Internal public static final class IAction.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IAction.Jsii$Default
software.amazon.jsii.JsiiObject.InitializationModeIAction.Jsii$Default, IAction.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
ActionConfig |
bind(software.constructs.Construct scope,
IStage stage,
ActionBindOptions options)
(experimental) The callback invoked when this Action is added to a Pipeline.
|
ActionProperties |
getActionProperties()
(experimental) The simple properties of the Action, like its Owner, name, etc.
|
Rule |
onStateChange(String name)
(experimental) Creates an Event that will be triggered whenever the state of this Action changes.
|
Rule |
onStateChange(String name,
IRuleTarget target)
(experimental) Creates an Event that will be triggered whenever the state of this Action changes.
|
Rule |
onStateChange(String name,
IRuleTarget target,
RuleProps options)
(experimental) Creates an Event that will be triggered whenever the state of this Action changes.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Experimental) @NotNull public final ActionProperties getActionProperties()
Note that this accessor will be called before the {@link bind} callback.
getActionProperties in interface IActiongetActionProperties in interface IAction.Jsii$Default@Stability(value=Experimental) @NotNull public final ActionConfig bind(@NotNull software.constructs.Construct scope, @NotNull IStage stage, @NotNull ActionBindOptions options)
bind in interface IActionbind in interface IAction.Jsii$Defaultscope - the Construct tree scope the Action can use if it needs to create any resources. This parameter is required.stage - the IStage this Action is being added to. This parameter is required.options - additional options the Action can use, like the artifact Bucket of the pipeline it's being added to. This parameter is required.@Stability(value=Experimental) @NotNull public final Rule onStateChange(@NotNull String name, @Nullable IRuleTarget target, @Nullable RuleProps options)
onStateChange in interface IActiononStateChange in interface IAction.Jsii$Defaultname - the name to use for the new Event. This parameter is required.target - the optional target for the Event.options - additional options that can be used to customize the created Event.@Stability(value=Experimental) @NotNull public final Rule onStateChange(@NotNull String name, @Nullable IRuleTarget target)
onStateChange in interface IActionname - the name to use for the new Event. This parameter is required.target - the optional target for the Event.@Stability(value=Experimental) @NotNull public final Rule onStateChange(@NotNull String name)
onStateChange in interface IActionname - the name to use for the new Event. This parameter is required.Copyright © 2021. All rights reserved.