@Internal public static interface IAction.Jsii$Default extends IAction
IAction.IAction.Jsii$Default, IAction.Jsii$Proxy| Modifier and Type | Method and Description |
|---|---|
default ActionConfig |
bind(software.constructs.Construct scope,
IStage stage,
ActionBindOptions options)
(experimental) The callback invoked when this Action is added to a Pipeline.
|
default ActionProperties |
getActionProperties()
(experimental) The simple properties of the Action, like its Owner, name, etc.
|
default Rule |
onStateChange(String name,
IRuleTarget target,
RuleProps options)
(experimental) Creates an Event that will be triggered whenever the state of this Action changes.
|
onStateChange, onStateChange@Stability(value=Experimental) @NotNull default ActionProperties getActionProperties()
Note that this accessor will be called before the {@link bind} callback.
getActionProperties in interface IAction@Stability(value=Experimental) @NotNull default ActionConfig bind(@NotNull software.constructs.Construct scope, @NotNull IStage stage, @NotNull ActionBindOptions options)
bind in interface IActionscope - 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 default Rule onStateChange(@NotNull String name, @Nullable IRuleTarget target, @Nullable RuleProps options)
onStateChange in interface IActionname - 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.Copyright © 2021. All rights reserved.