Package | Description |
---|---|
com.google.api.services.cloudbuild.v2.model |
Modifier and Type | Method and Description |
---|---|
TimeoutFields |
TimeoutFields.clone() |
TimeoutFields |
PipelineRun.getTimeouts()
Time after which the Pipeline times out.
|
TimeoutFields |
TimeoutFields.set(String fieldName,
Object value) |
TimeoutFields |
TimeoutFields.setFinally(String finally__)
Finally sets the maximum allowed duration of this pipeline's finally
|
TimeoutFields |
TimeoutFields.setPipeline(String pipeline)
Pipeline sets the maximum allowed duration for execution of the entire pipeline.
|
TimeoutFields |
TimeoutFields.setTasks(String tasks)
Tasks sets the maximum allowed duration of this pipeline's tasks
|
Modifier and Type | Method and Description |
---|---|
PipelineRun |
PipelineRun.setTimeouts(TimeoutFields timeouts)
Time after which the Pipeline times out.
|
Copyright © 2011–2025 Google. All rights reserved.