@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.
|
String |
getVariablesNamespace() |
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, 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()
CodeBuildActionPropsIf a variable with the same name was set both on the project level, and here, this value will take precedence.
Default: - No additional environment variables are specified.
getEnvironmentVariables in interface CodeBuildActionPropspublic List<Artifact> getExtraInputs()
CodeBuildActionProps
The directories the additional inputs will be available at are available
during the project's build in the CODEBUILD_SRC_DIR_
getExtraInputs in interface CodeBuildActionPropspublic List<Artifact> getOutputs()
CodeBuildActionPropsNote: if you specify more than one output Artifact here, you cannot use the primary 'artifacts' section of the buildspec; you have to use the 'secondary-artifacts' section instead. See https://docs.aws.amazon.com/codebuild/latest/userguide/sample-multi-in-out.html for details.
Default: the action will not have any outputs
getOutputs in interface CodeBuildActionPropspublic CodeBuildActionType getType()
CodeBuildActionPropsDefault: CodeBuildActionType.BUILD
getType in interface CodeBuildActionPropspublic IRole getRole()
getRole in interface CommonAwsActionPropspublic String getActionName()
getActionName in interface CommonActionPropspublic Number getRunOrder()
getRunOrder in interface CommonActionPropspublic String getVariablesNamespace()
getVariablesNamespace in interface CommonActionPropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.