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, which is the last job on the phase.
#predeploy_job
def predeploy_job() -> ::Google::Cloud::Deploy::V1::Job
Returns
- (::Google::Cloud::Deploy::V1::Job) — Output only. The predeploy Job, which is the first job on 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.