Package | Description |
---|---|
com.google.api.services.cloudbuild.v1.model |
Modifier and Type | Method and Description |
---|---|
Artifacts |
Artifacts.clone() |
Artifacts |
Build.getArtifacts()
Artifacts produced by the build that should be uploaded upon successful completion of all build
steps.
|
Artifacts |
Artifacts.set(java.lang.String fieldName,
java.lang.Object value) |
Artifacts |
Artifacts.setImages(java.util.List<java.lang.String> images)
A list of images to be pushed upon the successful completion of all build steps.
|
Artifacts |
Artifacts.setObjects(ArtifactObjects objects)
A list of objects to be uploaded to Cloud Storage upon successful completion of all build
steps.
|
Modifier and Type | Method and Description |
---|---|
Build |
Build.setArtifacts(Artifacts artifacts)
Artifacts produced by the build that should be uploaded upon successful completion of all build
steps.
|