@Generated(value="jsii-pacmak/0.7.14 (build 91853ce)", date="2019-02-07T16:58:30.606Z") public interface BuildActionProps extends software.amazon.jsii.JsiiSerializable, CommonActionProps, CommonActionConstructProps
build action.| Modifier and Type | Interface and Description |
|---|---|
static class |
BuildActionProps.Builder
A builder for
BuildActionProps |
static class |
BuildActionProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static BuildActionProps.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 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.
|
String |
getVersion()
The build 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 build.
|
void |
setOutputArtifactName(String value)
The name of the build's output artifact.
|
void |
setOwner(String value)
The build Action owner (could be 'AWS', 'ThirdParty' or 'Custom').
|
void |
setProvider(String value)
The service provider that the action calls.
|
void |
setVersion(String value)
The build 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 BuildActionProps.Builder builder()
builder in interface CommonActionConstructPropsbuilder in interface CommonActionPropsBuildActionProps.Builder of BuildActionPropsCopyright © 2019. All rights reserved.