@Generated(value="jsii-pacmak/0.8.2 (build e9eb3c9)", date="2019-03-28T21:35:49.724Z") public interface BuildActionProps extends software.amazon.jsii.JsiiSerializable, CommonActionProps
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.
|
getActionName, getRunOrderActionArtifactBounds getArtifactBounds()
Artifact getInputArtifact()
String getOutputArtifactName()
String getProvider()
Object getConfiguration()
String getOwner()
String getVersion()
static BuildActionProps.Builder builder()
builder in interface CommonActionPropsBuildActionProps.Builder of BuildActionPropsCopyright © 2019. All rights reserved.