| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
BuildArtifacts |
BuildArtifacts.clone() |
BuildArtifacts |
Build.getArtifacts()
Information about the output artifacts for the build.
|
BuildArtifacts |
BuildBatch.getArtifacts()
A
BuildArtifacts object the defines the build artifacts for this batch build. |
BuildArtifacts |
BuildArtifacts.withArtifactIdentifier(String artifactIdentifier)
An identifier for this artifact definition.
|
BuildArtifacts |
BuildArtifacts.withBucketOwnerAccess(BucketOwnerAccess bucketOwnerAccess) |
BuildArtifacts |
BuildArtifacts.withBucketOwnerAccess(String bucketOwnerAccess) |
BuildArtifacts |
BuildArtifacts.withEncryptionDisabled(Boolean encryptionDisabled)
Information that tells you if encryption for build artifacts is disabled.
|
BuildArtifacts |
BuildArtifacts.withLocation(String location)
Information about the location of the build artifacts.
|
BuildArtifacts |
BuildArtifacts.withMd5sum(String md5sum)
The MD5 hash of the build artifact.
|
BuildArtifacts |
BuildArtifacts.withOverrideArtifactName(Boolean overrideArtifactName)
If this flag is set, a name specified in the buildspec file overrides the artifact name.
|
BuildArtifacts |
BuildArtifacts.withSha256sum(String sha256sum)
The SHA-256 hash of the build artifact.
|
| Modifier and Type | Method and Description |
|---|---|
List<BuildArtifacts> |
Build.getSecondaryArtifacts()
An array of
ProjectArtifacts objects. |
List<BuildArtifacts> |
BuildBatch.getSecondaryArtifacts()
An array of
BuildArtifacts objects the define the build artifacts for this batch build. |
| Modifier and Type | Method and Description |
|---|---|
void |
Build.setArtifacts(BuildArtifacts artifacts)
Information about the output artifacts for the build.
|
void |
BuildBatch.setArtifacts(BuildArtifacts artifacts)
A
BuildArtifacts object the defines the build artifacts for this batch build. |
Build |
Build.withArtifacts(BuildArtifacts artifacts)
Information about the output artifacts for the build.
|
BuildBatch |
BuildBatch.withArtifacts(BuildArtifacts artifacts)
A
BuildArtifacts object the defines the build artifacts for this batch build. |
Build |
Build.withSecondaryArtifacts(BuildArtifacts... secondaryArtifacts)
An array of
ProjectArtifacts objects. |
BuildBatch |
BuildBatch.withSecondaryArtifacts(BuildArtifacts... secondaryArtifacts)
An array of
BuildArtifacts objects the define the build artifacts for this batch build. |
| Modifier and Type | Method and Description |
|---|---|
void |
Build.setSecondaryArtifacts(Collection<BuildArtifacts> secondaryArtifacts)
An array of
ProjectArtifacts objects. |
void |
BuildBatch.setSecondaryArtifacts(Collection<BuildArtifacts> secondaryArtifacts)
An array of
BuildArtifacts objects the define the build artifacts for this batch build. |
Build |
Build.withSecondaryArtifacts(Collection<BuildArtifacts> secondaryArtifacts)
An array of
ProjectArtifacts objects. |
BuildBatch |
BuildBatch.withSecondaryArtifacts(Collection<BuildArtifacts> secondaryArtifacts)
An array of
BuildArtifacts objects the define the build artifacts for this batch build. |
Copyright © 2024. All rights reserved.