| 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.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.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.