| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactNamespace |
ArtifactNamespace.fromValue(String value)
Use this in place of valueOf.
|
static ArtifactNamespace |
ArtifactNamespace.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArtifactNamespace[] |
ArtifactNamespace.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.setNamespaceType(ArtifactNamespace namespaceType)
Along with
path and name, the pattern that AWS CodeBuild will use to determine the name
and location to store the output artifact, as follows: |
ProjectArtifacts |
ProjectArtifacts.withNamespaceType(ArtifactNamespace namespaceType)
Along with
path and name, the pattern that AWS CodeBuild will use to determine the name
and location to store the output artifact, as follows: |
Copyright © 2017. All rights reserved.