Module: Google::Cloud::Build::V1::BuildApproval::State

Defined in:
proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb

Overview

Specifies the current state of a build's approval.

Constant Summary collapse

STATE_UNSPECIFIED =

Default enum type. This should not be used.

0
PENDING =

Build approval is pending.

1
APPROVED =

Build approval has been approved.

2
REJECTED =

Build approval has been rejected.

3
CANCELLED =

Build was cancelled while it was still pending approval.

5