| 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 |
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 |
|---|---|
void |
Build.setArtifacts(BuildArtifacts artifacts)
Information about the output artifacts for the build.
|
Build |
Build.withArtifacts(BuildArtifacts artifacts)
Information about the output artifacts for the build.
|
Copyright © 2018. All rights reserved.