@Generated(value="jsii-pacmak/0.7.8 (build 100f5ad)", date="2018-10-26T17:55:40.393Z") 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() |
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 source action owner (could be 'AWS', 'ThirdParty' or 'Custom').
|
String |
getProvider()
The service provider that the action calls.
|
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 source action owner (could be 'AWS', 'ThirdParty' or 'Custom').
|
void |
setProvider(String value)
The service provider that the action calls.
|
getRunOrder, setRunOrdergetStage, setStageString 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)
static TestActionProps.Builder builder()
builder in interface CommonActionConstructPropsbuilder in interface CommonActionPropsTestActionProps.Builder of TestActionPropsCopyright © 2018. All rights reserved.