Module: Google::Cloud::Build::V2::InstallationState::Stage

Defined in:
proto_docs/google/devtools/cloudbuild/v2/repositories.rb

Overview

Stage of the installation process.

Constant Summary collapse

STAGE_UNSPECIFIED =

No stage specified.

0
PENDING_CREATE_APP =

Only for GitHub Enterprise. An App creation has been requested. The user needs to confirm the creation in their GitHub enterprise host.

1
PENDING_USER_OAUTH =

User needs to authorize the GitHub (or Enterprise) App via OAuth.

2
PENDING_INSTALL_APP =

User needs to follow the link to install the GitHub (or Enterprise) App.

3
COMPLETE =

Installation process has been completed.

10