GoogleApi.CloudBuild.V2.Model.TimeoutFields (google_api_cloud_build v0.54.0)
View SourceTimeoutFields allows granular specification of pipeline, task, and finally timeouts
Attributes
-
finally(type:String.t, default:nil) - Finally sets the maximum allowed duration of this pipeline's finally -
pipeline(type:String.t, default:nil) - Pipeline sets the maximum allowed duration for execution of the entire pipeline. The sum of individual timeouts for tasks and finally must not exceed this value. -
tasks(type:String.t, default:nil) - Tasks sets the maximum allowed duration of this pipeline's tasks
Summary
Functions
Unwrap a decoded JSON object into its complex fields.