| Modifier and Type | Method and Description |
|---|---|
static Artifact |
Artifact.artifact(String name)
A static factory method used to create instances of the Artifact class.
|
Artifact |
ArtifactPath.getArtifact() |
| Modifier and Type | Method and Description |
|---|---|
default List<Artifact> |
ActionProperties.getInputs() |
List<Artifact> |
ActionProperties.Jsii$Proxy.getInputs() |
default List<Artifact> |
ActionProperties.getOutputs() |
List<Artifact> |
ActionProperties.Jsii$Proxy.getOutputs() |
| Modifier and Type | Method and Description |
|---|---|
ActionProperties.Builder |
ActionProperties.Builder.inputs(List<? extends Artifact> inputs)
Sets the value of
ActionProperties.getInputs() |
ActionProperties.Builder |
ActionProperties.Builder.outputs(List<? extends Artifact> outputs)
Sets the value of
ActionProperties.getOutputs() |
| Constructor and Description |
|---|
ArtifactPath(Artifact artifact,
String fileName) |
Copyright © 2023. All rights reserved.