| 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) |
| Constructor and Description |
|---|
Jsii$Proxy(String actionName,
ActionArtifactBounds artifactBounds,
ActionCategory category,
String provider,
String account,
List<? extends Artifact> inputs,
List<? extends Artifact> outputs,
String owner,
String region,
IResource resource,
IRole role,
Number runOrder,
String variablesNamespace,
String version)
Constructor that initializes the object based on literal property values passed by the
ActionProperties.Builder. |
Jsii$Proxy(String actionName,
ActionArtifactBounds artifactBounds,
ActionCategory category,
String provider,
String account,
List<? extends Artifact> inputs,
List<? extends Artifact> outputs,
String owner,
String region,
IResource resource,
IRole role,
Number runOrder,
String variablesNamespace,
String version)
Constructor that initializes the object based on literal property values passed by the
ActionProperties.Builder. |
Copyright © 2020. All rights reserved.