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 |
|---|---|
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.
|
IStage |
getStage()
The Pipeline Stage to add this Action to.
|
String |
getVersion()
The test Action version.
|
void |
setArtifactBounds(ActionArtifactBounds value)
The upper and lower bounds on the number of input and output artifacts for this Action.
|
void |
setConfiguration(Object value)
The action's configuration.
|
void |
setInputArtifact(Artifact value)
The source to use as input for this test.
|
void |
setOutputArtifactName(String value)
The optional name of the output artifact.
|
void |
setOwner(String value)
The test Action owner (could be 'AWS', 'ThirdParty' or 'Custom').
|
void |
setProvider(String value)
The service provider that the action calls.
|
void |
setRunOrder(Number value)
The runOrder property for this Action.
|
void |
setStage(IStage value)
The Pipeline Stage to add this Action to.
|
void |
setVersion(String value)
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 void setArtifactBounds(ActionArtifactBounds value)
setArtifactBounds in interface TestActionPropspublic String getProvider()
getProvider in interface TestActionPropspublic void setProvider(String value)
setProvider in interface TestActionProps@Nullable public Object getConfiguration()
getConfiguration in interface TestActionPropspublic void setConfiguration(@Nullable Object value)
setConfiguration in interface TestActionProps@Nullable public Artifact getInputArtifact()
getInputArtifact in interface TestActionPropspublic void setInputArtifact(@Nullable Artifact value)
setInputArtifact in interface TestActionProps@Nullable public String getOutputArtifactName()
getOutputArtifactName in interface TestActionPropspublic void setOutputArtifactName(@Nullable String value)
setOutputArtifactName in interface TestActionProps@Nullable public String getOwner()
getOwner in interface TestActionPropspublic void setOwner(@Nullable String value)
setOwner in interface TestActionProps@Nullable public String getVersion()
getVersion in interface TestActionPropspublic void setVersion(@Nullable String value)
setVersion in interface TestActionProps@Nullable public Number getRunOrder()
getRunOrder in interface CommonActionPropshttps://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.htmlpublic void setRunOrder(@Nullable Number value)
setRunOrder in interface CommonActionPropshttps://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.htmlpublic IStage getStage()
getStage in interface CommonActionConstructPropspublic void setStage(IStage value)
setStage in interface CommonActionConstructPropsCopyright © 2019. All rights reserved.