Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::DeploymentJobs.
Deployment job composition.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#deploy_job
def deploy_job() -> ::Google::Cloud::Deploy::V1::Job
Returns
- (::Google::Cloud::Deploy::V1::Job) — Output only. The deploy Job. This is the deploy job in the phase.
#postdeploy_job
def postdeploy_job() -> ::Google::Cloud::Deploy::V1::Job
Returns
- (::Google::Cloud::Deploy::V1::Job) — Output only. The postdeploy Job. This is the postdeploy job in the phase. This is the last job of the phase.
#predeploy_job
def predeploy_job() -> ::Google::Cloud::Deploy::V1::Job
Returns
- (::Google::Cloud::Deploy::V1::Job) — Output only. The predeploy Job. This is the predeploy job in the phase. This is the first job of the phase.
#verify_job
def verify_job() -> ::Google::Cloud::Deploy::V1::Job
Returns
- (::Google::Cloud::Deploy::V1::Job) — Output only. The verify Job. Runs after a deploy if the deploy succeeds.