public final class Artifacts
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Build API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
Artifacts() |
Modifier and Type | Method and Description |
---|---|
Artifacts |
clone() |
java.util.List<java.lang.String> |
getImages()
A list of images to be pushed upon the successful completion of all build steps.
|
ArtifactObjects |
getObjects()
A list of objects to be uploaded to Cloud Storage upon successful completion of all build
steps.
|
Artifacts |
set(java.lang.String fieldName,
java.lang.Object value) |
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 |
setObjects(ArtifactObjects objects)
A list of objects to be uploaded to Cloud Storage upon successful completion of all build
steps.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.util.List<java.lang.String> getImages()
null
for nonepublic Artifacts setImages(java.util.List<java.lang.String> images)
images
- images or null
for nonepublic ArtifactObjects getObjects()
null
for nonepublic Artifacts setObjects(ArtifactObjects objects)
objects
- objects or null
for nonepublic Artifacts set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Artifacts clone()
clone
in class com.google.api.client.json.GenericJson