| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectArtifacts |
ProjectArtifacts.clone() |
ProjectArtifacts |
CreateProjectRequest.getArtifacts()
Information about the build output artifacts for the build project.
|
ProjectArtifacts |
UpdateProjectRequest.getArtifacts()
Information to be changed about the build output artifacts for the build project.
|
ProjectArtifacts |
Project.getArtifacts()
Information about the build output artifacts for the build project.
|
ProjectArtifacts |
StartBuildRequest.getArtifactsOverride()
Build output artifact settings that override, for this build only, the latest ones already defined in the build
project.
|
ProjectArtifacts |
ProjectArtifacts.withEncryptionDisabled(Boolean encryptionDisabled)
Set to true if you do not want your output artifacts encrypted.
|
ProjectArtifacts |
ProjectArtifacts.withLocation(String location)
Information about the build output artifact location, as follows:
|
ProjectArtifacts |
ProjectArtifacts.withName(String name)
Along with
path and namespaceType, the pattern that AWS CodeBuild will use to name and
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: |
ProjectArtifacts |
ProjectArtifacts.withNamespaceType(String 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.withOverrideArtifactName(Boolean overrideArtifactName)
If this flag is set, a name specified in the buildspec file overrides the artifact name.
|
ProjectArtifacts |
ProjectArtifacts.withPackaging(ArtifactPackaging packaging)
The type of build output artifact to create, as follows:
|
ProjectArtifacts |
ProjectArtifacts.withPackaging(String packaging)
The type of build output artifact to create, as follows:
|
ProjectArtifacts |
ProjectArtifacts.withPath(String path)
Along with
namespaceType and name, the pattern that AWS CodeBuild will use to name and
store the output artifact, as follows: |
ProjectArtifacts |
ProjectArtifacts.withType(ArtifactsType type)
The type of build output artifact.
|
ProjectArtifacts |
ProjectArtifacts.withType(String type)
The type of build output artifact.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateProjectRequest.setArtifacts(ProjectArtifacts artifacts)
Information about the build output artifacts for the build project.
|
void |
UpdateProjectRequest.setArtifacts(ProjectArtifacts artifacts)
Information to be changed about the build output artifacts for the build project.
|
void |
Project.setArtifacts(ProjectArtifacts artifacts)
Information about the build output artifacts for the build project.
|
void |
StartBuildRequest.setArtifactsOverride(ProjectArtifacts artifactsOverride)
Build output artifact settings that override, for this build only, the latest ones already defined in the build
project.
|
CreateProjectRequest |
CreateProjectRequest.withArtifacts(ProjectArtifacts artifacts)
Information about the build output artifacts for the build project.
|
UpdateProjectRequest |
UpdateProjectRequest.withArtifacts(ProjectArtifacts artifacts)
Information to be changed about the build output artifacts for the build project.
|
Project |
Project.withArtifacts(ProjectArtifacts artifacts)
Information about the build output artifacts for the build project.
|
StartBuildRequest |
StartBuildRequest.withArtifactsOverride(ProjectArtifacts artifactsOverride)
Build output artifact settings that override, for this build only, the latest ones already defined in the build
project.
|
Copyright © 2018. All rights reserved.