| Modifier and Type | Method and Description |
|---|---|
ArtifactType |
ArtifactManifest.getType()
The type of artifact.
|
ArtifactType |
ArtifactManifest.Jsii$Proxy.getType() |
static ArtifactType |
ArtifactType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArtifactType[] |
ArtifactType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ArtifactManifest.Builder |
ArtifactManifest.Builder.type(ArtifactType type)
Sets the value of
ArtifactManifest.getType() |
| Constructor and Description |
|---|
Jsii$Proxy(ArtifactType type,
List<String> dependencies,
String displayName,
String environment,
Map<String,? extends List<? extends MetadataEntry>> metadata,
Object properties)
Constructor that initializes the object based on literal property values passed by the
ArtifactManifest.Builder. |
Copyright © 2021. All rights reserved.