@Generated(value="jsii-pacmak/0.7.14 (build 91853ce)", date="2019-02-07T16:58:30.613Z") public interface TestActionProps extends software.amazon.jsii.JsiiSerializable, CommonActionProps, CommonActionConstructProps
test Action.| Modifier and Type | Interface and Description |
|---|---|
static class |
TestActionProps.Builder
A builder for
TestActionProps |
static class |
TestActionProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static TestActionProps.Builder |
builder() |
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.
|
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 |
setVersion(String value)
The test Action version.
|
getRunOrder, setRunOrdergetStage, setStageActionArtifactBounds getArtifactBounds()
void setArtifactBounds(ActionArtifactBounds value)
String getProvider()
void setProvider(String value)
Object getConfiguration()
void setConfiguration(Object value)
Artifact getInputArtifact()
void setInputArtifact(Artifact value)
String getOutputArtifactName()
void setOutputArtifactName(String value)
String getOwner()
void setOwner(String value)
String getVersion()
void setVersion(String value)
static TestActionProps.Builder builder()
builder in interface CommonActionConstructPropsbuilder in interface CommonActionPropsTestActionProps.Builder of TestActionPropsCopyright © 2019. All rights reserved.