| Modifier and Type | Method and Description |
|---|---|
protected Artifact |
Action.addOutputArtifact(String name) |
Artifact |
BuildAction.getArtifact() |
Artifact |
SourceAction.getArtifact() |
Artifact |
ArtifactPath.getArtifact() |
Artifact |
BuildActionProps.getInputArtifact()
The source to use as input for this build.
|
Artifact |
BuildActionProps.Jsii$Proxy.getInputArtifact()
The source to use as input for this build.
|
Artifact |
DeployActionProps.getInputArtifact() |
Artifact |
DeployActionProps.Jsii$Proxy.getInputArtifact() |
| Modifier and Type | Method and Description |
|---|---|
List<Artifact> |
Action.getInputArtifacts() |
List<Artifact> |
Action.getOutputArtifacts() |
| Modifier and Type | Method and Description |
|---|---|
protected Action |
Action.addInputArtifact(Artifact artifact) |
void |
BuildActionProps.setInputArtifact(Artifact value)
The source to use as input for this build.
|
void |
BuildActionProps.Jsii$Proxy.setInputArtifact(Artifact value)
The source to use as input for this build.
|
void |
DeployActionProps.setInputArtifact(Artifact value) |
void |
DeployActionProps.Jsii$Proxy.setInputArtifact(Artifact value) |
BuildActionProps.Builder |
BuildActionProps.Builder.withInputArtifact(Artifact value)
Sets the value of InputArtifact
|
DeployActionProps.Builder |
DeployActionProps.Builder.withInputArtifact(Artifact value)
Sets the value of InputArtifact
|
| Constructor and Description |
|---|
ArtifactAttribute(Artifact artifact,
String attributeName) |
ArtifactGetParam(Artifact artifact,
String jsonFile,
String keyName) |
ArtifactPath(Artifact artifact,
String fileName) |
Copyright © 2018. All rights reserved.