| Modifier and Type | Method and Description |
|---|---|
protected Artifact |
Action.addOutputArtifact() |
protected Artifact |
Action.addOutputArtifact(String name) |
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() |
Artifact |
TestActionProps.getInputArtifact()
The source to use as input for this test.
|
Artifact |
TestActionProps.Jsii$Proxy.getInputArtifact()
The source to use as input for this test.
|
Artifact |
TestAction.getOutputArtifact() |
Artifact |
SourceAction.getOutputArtifact() |
Artifact |
BuildAction.getOutputArtifact() |
| 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) |
void |
TestActionProps.setInputArtifact(Artifact value)
The source to use as input for this test.
|
void |
TestActionProps.Jsii$Proxy.setInputArtifact(Artifact value)
The source to use as input for this test.
|
BuildActionProps.Builder |
BuildActionProps.Builder.withInputArtifact(Artifact value)
Sets the value of InputArtifact
|
DeployActionProps.Builder |
DeployActionProps.Builder.withInputArtifact(Artifact value)
Sets the value of InputArtifact
|
TestActionProps.Builder |
TestActionProps.Builder.withInputArtifact(Artifact value)
Sets the value of InputArtifact
|
| Constructor and Description |
|---|
ArtifactPath(Artifact artifact,
String fileName) |
Copyright © 2019. All rights reserved.