public static final class TestActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements TestActionProps
software.amazon.jsii.JsiiObject.InitializationModeTestActionProps.Builder, TestActionProps.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 test.
|
String |
getOutputArtifactName()
The optional name of the output artifact.
|
String |
getOwner()
The test 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 test 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 TestActionPropspublic Artifact getInputArtifact()
getInputArtifact in interface TestActionPropspublic String getProvider()
getProvider in interface TestActionProps@Nullable public Object getConfiguration()
getConfiguration in interface TestActionProps@Nullable public String getOutputArtifactName()
getOutputArtifactName in interface TestActionProps@Nullable public String getOwner()
getOwner in interface TestActionProps@Nullable public String getVersion()
getVersion in interface TestActionPropspublic 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.