public static final class BuildActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BuildActionProps
software.amazon.jsii.JsiiObject.InitializationModeBuildActionProps.Builder, BuildActionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionName()
The physical, human-readable name of the Action.
|
ActionArtifactBounds |
getArtifactBounds()
The upper and lower bounds on the number of input and output artifacts for this Action.
|
Object |
getConfiguration()
The action's configuration.
|
Artifact |
getInputArtifact()
The source to use as input for this build.
|
String |
getOutputArtifactName()
The name of the build's output artifact.
|
String |
getOwner()
The build Action owner (could be 'AWS', 'ThirdParty' or 'Custom').
|
String |
getProvider()
The service provider that the action calls.
|
Number |
getRunOrder()
The runOrder property for this Action.
|
String |
getVersion()
The build Action version.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
public ActionArtifactBounds getArtifactBounds()
getArtifactBounds in interface BuildActionPropspublic Artifact getInputArtifact()
getInputArtifact in interface BuildActionPropspublic String getOutputArtifactName()
getOutputArtifactName in interface BuildActionPropspublic String getProvider()
getProvider in interface BuildActionProps@Nullable public Object getConfiguration()
getConfiguration in interface BuildActionProps@Nullable public String getOwner()
getOwner in interface BuildActionProps@Nullable public String getVersion()
getVersion in interface BuildActionPropspublic String getActionName()
getActionName in interface CommonActionProps@Nullable public Number getRunOrder()
getRunOrder in interface CommonActionPropshttps://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.htmlCopyright © 2019. All rights reserved.