@Stability(value=Stable) public static final class CodeBuildActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CodeBuildActionProps
CodeBuildActionPropssoftware.amazon.jsii.JsiiObject.InitializationModeCodeBuildActionProps.Builder, CodeBuildActionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getActionName() |
Map<String,BuildEnvironmentVariable> |
getEnvironmentVariables()
The environment variables to pass to the CodeBuild project when this action executes.
|
List<Artifact> |
getExtraInputs()
The list of additional input Artifacts for this action.
|
Artifact |
getInput()
The source to use as input for this action.
|
List<Artifact> |
getOutputs()
The list of output Artifacts for this action.
|
IProject |
getProject()
The action's Project.
|
IRole |
getRole() |
Number |
getRunOrder() |
CodeBuildActionType |
getType()
The type of the action that determines its CodePipeline Category - Build, or Test.
|
int |
hashCode() |
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public Artifact getInput()
CodeBuildActionPropsgetInput in interface CodeBuildActionPropspublic IProject getProject()
CodeBuildActionPropsgetProject in interface CodeBuildActionPropspublic Map<String,BuildEnvironmentVariable> getEnvironmentVariables()
CodeBuildActionPropsgetEnvironmentVariables in interface CodeBuildActionPropspublic List<Artifact> getExtraInputs()
CodeBuildActionPropsgetExtraInputs in interface CodeBuildActionPropspublic List<Artifact> getOutputs()
CodeBuildActionPropsgetOutputs in interface CodeBuildActionPropspublic CodeBuildActionType getType()
CodeBuildActionPropsgetType in interface CodeBuildActionPropspublic IRole getRole()
getRole in interface CommonAwsActionPropspublic String getActionName()
getActionName in interface CommonActionPropspublic Number getRunOrder()
getRunOrder in interface CommonActionPropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2019. All rights reserved.