Class Action
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codepipeline.Action
- All Implemented Interfaces:
IAction
,software.amazon.jsii.JsiiSerializable
- Direct Known Subclasses:
Action
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:37.861Z")
@Stability(Stable)
public abstract class Action
extends software.amazon.jsii.JsiiObject
implements IAction
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codepipeline.IAction
IAction.Jsii$Default
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbind
(Construct scope, IStage stage, ActionBindOptions options) The callback invoked when this Action is added to a Pipeline.protected abstract ActionConfig
bound
(Construct scope, IStage stage, ActionBindOptions options) This is a renamed version of theIAction.bind
method.The simple properties of the Action, like its Owner, name, etc.protected abstract ActionProperties
This is a renamed version of theIAction.actionProperties
property.onStateChange
(String name) Creates an Event that will be triggered whenever the state of this Action changes.onStateChange
(String name, IRuleTarget target) Creates an Event that will be triggered whenever the state of this Action changes.onStateChange
(String name, IRuleTarget target, RuleProps options) Creates an Event that will be triggered whenever the state of this Action changes.protected String
variableExpression
(String variableName) Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Action
protected Action(software.amazon.jsii.JsiiObjectRef objRef) -
Action
protected Action(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
Action
@Stability(Stable) protected Action()
-
-
Method Details
-
bind
@Stability(Stable) @NotNull public ActionConfig bind(@NotNull Construct scope, @NotNull IStage stage, @NotNull ActionBindOptions options) The callback invoked when this Action is added to a Pipeline. -
bound
@Stability(Stable) @NotNull protected abstract ActionConfig bound(@NotNull Construct scope, @NotNull IStage stage, @NotNull ActionBindOptions options) This is a renamed version of theIAction.bind
method.- Parameters:
scope
- This parameter is required.stage
- This parameter is required.options
- This parameter is required.
-
onStateChange
@Stability(Stable) @NotNull public Rule onStateChange(@NotNull String name, @Nullable IRuleTarget target, @Nullable RuleProps options) Creates an Event that will be triggered whenever the state of this Action changes.- Specified by:
onStateChange
in interfaceIAction
- Parameters:
name
- This parameter is required.target
-options
-
-
onStateChange
@Stability(Stable) @NotNull public Rule onStateChange(@NotNull String name, @Nullable IRuleTarget target) Creates an Event that will be triggered whenever the state of this Action changes.- Specified by:
onStateChange
in interfaceIAction
- Parameters:
name
- This parameter is required.target
-
-
onStateChange
Creates an Event that will be triggered whenever the state of this Action changes.- Specified by:
onStateChange
in interfaceIAction
- Parameters:
name
- This parameter is required.
-
variableExpression
- Parameters:
variableName
- This parameter is required.
-
getActionProperties
The simple properties of the Action, like its Owner, name, etc.Note that this accessor will be called before the
bind(software.amazon.awscdk.core.Construct,software.amazon.awscdk.services.codepipeline.IStage,software.amazon.awscdk.services.codepipeline.ActionBindOptions)
callback.- Specified by:
getActionProperties
in interfaceIAction
-
getProvidedActionProperties
This is a renamed version of theIAction.actionProperties
property.
-