Class: DatadogAPIClient::V2::CIAppPipelineEventJobStatus

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v2/models/ci_app_pipeline_event_job_status.rb

Overview

The final status of the job.

Constant Summary collapse

SUCCESS =
"success".freeze
ERROR =
"error".freeze
CANCELED =
"canceled".freeze
SKIPPED =
"skipped".freeze

Method Summary

Methods included from BaseEnumModel

included