| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectArtifacts |
ProjectArtifacts.clone() |
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 |
CreateProjectRequest.getArtifacts()
Information about the build output artifacts for the build project.
|
ProjectArtifacts |
StartBuildBatchRequest.getArtifactsOverride()
An array of
ProjectArtifacts objects that contains information about the build output artifact
overrides 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.withArtifactIdentifier(String artifactIdentifier)
An identifier for this artifact definition.
|
ProjectArtifacts |
ProjectArtifacts.withBucketOwnerAccess(BucketOwnerAccess bucketOwnerAccess) |
ProjectArtifacts |
ProjectArtifacts.withBucketOwnerAccess(String bucketOwnerAccess) |
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:
|
ProjectArtifacts |
ProjectArtifacts.withName(String name)
Along with
path and namespaceType, the pattern that CodeBuild uses to name and store
the output artifact: |
ProjectArtifacts |
ProjectArtifacts.withNamespaceType(ArtifactNamespace namespaceType)
Along with
path and name, the pattern that CodeBuild uses to determine the name and
location to store the output artifact: |
ProjectArtifacts |
ProjectArtifacts.withNamespaceType(String namespaceType)
Along with
path and name, the pattern that CodeBuild uses to determine the name and
location to store the output artifact: |
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:
|
ProjectArtifacts |
ProjectArtifacts.withPackaging(String packaging)
The type of build output artifact to create:
|
ProjectArtifacts |
ProjectArtifacts.withPath(String path)
Along with
namespaceType and name, the pattern that CodeBuild uses to name and store
the output artifact: |
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 |
|---|---|
List<ProjectArtifacts> |
UpdateProjectRequest.getSecondaryArtifacts()
An array of
ProjectArtifact objects. |
List<ProjectArtifacts> |
Project.getSecondaryArtifacts()
An array of
ProjectArtifacts objects. |
List<ProjectArtifacts> |
CreateProjectRequest.getSecondaryArtifacts()
An array of
ProjectArtifacts objects. |
List<ProjectArtifacts> |
StartBuildBatchRequest.getSecondaryArtifactsOverride()
An array of
ProjectArtifacts objects that override the secondary artifacts defined in the batch
build project. |
List<ProjectArtifacts> |
StartBuildRequest.getSecondaryArtifactsOverride()
An array of
ProjectArtifacts objects. |
| Modifier and Type | Method and Description |
|---|---|
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 |
CreateProjectRequest.setArtifacts(ProjectArtifacts artifacts)
Information about the build output artifacts for the build project.
|
void |
StartBuildBatchRequest.setArtifactsOverride(ProjectArtifacts artifactsOverride)
An array of
ProjectArtifacts objects that contains information about the build output artifact
overrides 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.
|
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.
|
CreateProjectRequest |
CreateProjectRequest.withArtifacts(ProjectArtifacts artifacts)
Information about the build output artifacts for the build project.
|
StartBuildBatchRequest |
StartBuildBatchRequest.withArtifactsOverride(ProjectArtifacts artifactsOverride)
An array of
ProjectArtifacts objects that contains information about the build output artifact
overrides 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.
|
UpdateProjectRequest |
UpdateProjectRequest.withSecondaryArtifacts(ProjectArtifacts... secondaryArtifacts)
An array of
ProjectArtifact objects. |
Project |
Project.withSecondaryArtifacts(ProjectArtifacts... secondaryArtifacts)
An array of
ProjectArtifacts objects. |
CreateProjectRequest |
CreateProjectRequest.withSecondaryArtifacts(ProjectArtifacts... secondaryArtifacts)
An array of
ProjectArtifacts objects. |
StartBuildBatchRequest |
StartBuildBatchRequest.withSecondaryArtifactsOverride(ProjectArtifacts... secondaryArtifactsOverride)
An array of
ProjectArtifacts objects that override the secondary artifacts defined in the batch
build project. |
StartBuildRequest |
StartBuildRequest.withSecondaryArtifactsOverride(ProjectArtifacts... secondaryArtifactsOverride)
An array of
ProjectArtifacts objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateProjectRequest.setSecondaryArtifacts(Collection<ProjectArtifacts> secondaryArtifacts)
An array of
ProjectArtifact objects. |
void |
Project.setSecondaryArtifacts(Collection<ProjectArtifacts> secondaryArtifacts)
An array of
ProjectArtifacts objects. |
void |
CreateProjectRequest.setSecondaryArtifacts(Collection<ProjectArtifacts> secondaryArtifacts)
An array of
ProjectArtifacts objects. |
void |
StartBuildBatchRequest.setSecondaryArtifactsOverride(Collection<ProjectArtifacts> secondaryArtifactsOverride)
An array of
ProjectArtifacts objects that override the secondary artifacts defined in the batch
build project. |
void |
StartBuildRequest.setSecondaryArtifactsOverride(Collection<ProjectArtifacts> secondaryArtifactsOverride)
An array of
ProjectArtifacts objects. |
UpdateProjectRequest |
UpdateProjectRequest.withSecondaryArtifacts(Collection<ProjectArtifacts> secondaryArtifacts)
An array of
ProjectArtifact objects. |
Project |
Project.withSecondaryArtifacts(Collection<ProjectArtifacts> secondaryArtifacts)
An array of
ProjectArtifacts objects. |
CreateProjectRequest |
CreateProjectRequest.withSecondaryArtifacts(Collection<ProjectArtifacts> secondaryArtifacts)
An array of
ProjectArtifacts objects. |
StartBuildBatchRequest |
StartBuildBatchRequest.withSecondaryArtifactsOverride(Collection<ProjectArtifacts> secondaryArtifactsOverride)
An array of
ProjectArtifacts objects that override the secondary artifacts defined in the batch
build project. |
StartBuildRequest |
StartBuildRequest.withSecondaryArtifactsOverride(Collection<ProjectArtifacts> secondaryArtifactsOverride)
An array of
ProjectArtifacts objects. |
Copyright © 2024. All rights reserved.