| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactsType |
ArtifactsType.fromValue(String value)
Use this in place of valueOf.
|
static ArtifactsType |
ArtifactsType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArtifactsType[] |
ArtifactsType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectArtifacts.setType(ArtifactsType type)
The type of build output artifact.
|
ResolvedArtifact |
ResolvedArtifact.withType(ArtifactsType type)
Specifies the type of artifact.
|
ProjectArtifacts |
ProjectArtifacts.withType(ArtifactsType type)
The type of build output artifact.
|
Copyright © 2021. All rights reserved.