Package | Description |
---|---|
com.google.api.services.cloudbuild.v1.model |
Modifier and Type | Method and Description |
---|---|
Volume |
Volume.clone() |
Volume |
Volume.set(java.lang.String fieldName,
java.lang.Object value) |
Volume |
Volume.setName(java.lang.String name)
Name of the volume to mount.
|
Volume |
Volume.setPath(java.lang.String path)
Path at which to mount the volume.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Volume> |
BuildOptions.getVolumes()
Global list of volumes to mount for ALL build steps
Each volume is created as an empty volume prior to starting the build process.
|
java.util.List<Volume> |
BuildStep.getVolumes()
List of volumes to mount into the build step.
|
Modifier and Type | Method and Description |
---|---|
BuildOptions |
BuildOptions.setVolumes(java.util.List<Volume> volumes)
Global list of volumes to mount for ALL build steps
Each volume is created as an empty volume prior to starting the build process.
|
BuildStep |
BuildStep.setVolumes(java.util.List<Volume> volumes)
List of volumes to mount into the build step.
|