Package | Description |
---|---|
com.google.api.services.cloudbuild.v1.model |
Modifier and Type | Method and Description |
---|---|
ArtifactObjects |
ArtifactObjects.clone() |
ArtifactObjects |
Artifacts.getObjects()
A list of objects to be uploaded to Cloud Storage upon successful completion of all build
steps.
|
ArtifactObjects |
ArtifactObjects.set(java.lang.String fieldName,
java.lang.Object value) |
ArtifactObjects |
ArtifactObjects.setLocation(java.lang.String location)
Cloud Storage bucket and optional object path, in the form "gs://bucket/path/to/somewhere/".
|
ArtifactObjects |
ArtifactObjects.setPaths(java.util.List<java.lang.String> paths)
Path globs used to match files in the build's workspace.
|
ArtifactObjects |
ArtifactObjects.setTiming(TimeSpan timing)
Output only.
|
Modifier and Type | Method and Description |
---|---|
Artifacts |
Artifacts.setObjects(ArtifactObjects objects)
A list of objects to be uploaded to Cloud Storage upon successful completion of all build
steps.
|