@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:56.644Z") @Stability(value=Experimental) public class CodeBuildAction extends Action
| Modifier and Type | Class and Description |
|---|---|
static class |
CodeBuildAction.Builder
(experimental) A fluent builder for
CodeBuildAction. |
software.amazon.jsii.JsiiObject.InitializationModeIAction.Jsii$Default| Modifier | Constructor and Description |
|---|---|
|
CodeBuildAction(CodeBuildActionProps props) |
protected |
CodeBuildAction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CodeBuildAction(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
protected ActionConfig |
bound(software.constructs.Construct scope,
IStage _stage,
ActionBindOptions options)
(experimental) This is a renamed version of the
IAction.bind method. |
String |
variable(String variableName)
(experimental) Reference a CodePipeline variable defined by the CodeBuild project this action points to.
|
getProvidedActionPropertiesbind, getActionProperties, onStateChange, onStateChange, onStateChange, variableExpressionjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected CodeBuildAction(software.amazon.jsii.JsiiObjectRef objRef)
protected CodeBuildAction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public CodeBuildAction(@NotNull
CodeBuildActionProps props)
props - This parameter is required.@Stability(value=Experimental) @NotNull protected ActionConfig bound(@NotNull software.constructs.Construct scope, @NotNull IStage _stage, @NotNull ActionBindOptions options)
IAction.bind method.
@Stability(value=Experimental) @NotNull public String variable(@NotNull String variableName)
Variables in CodeBuild actions are defined using the 'exported-variables' subsection of the 'env' section of the buildspec.
variableName - the name of the variable to reference. This parameter is required.https://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html#build-spec-ref-syntaxCopyright © 2021. All rights reserved.