DevopsQualityGateResult

Stores the outcome of a quality gate evaluation performed during a test suite execution. It records the overall status of the quality gate and associates the result with both the quality gate definition and the corresponding test suite execution. This object enables tracking, reporting, and auditing of quality gate compliance before a deployment progresses through the DevOps pipeline. This object is available in API version 67.0 and later.

Supported Calls

create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), search(), undelete(), update(), upsert()

Fields

Field Details
DevopsQualityGateId
Type
reference
Properties
Create, Filter, Group, Sort
Description
References the quality gate evaluated for this result record.
Relationship Name
DevopsQualityGate
Relationship Type
Parent-detail
Refers To
DevopsQualityGate (the parent object)
DevopsTestSuiteExecutionId
Type
reference
Properties
Create, Filter, Group, Sort, Update
Description
References the test suite execution associated with this quality gate evaluation.
Relationship Name
DevopsTestSuiteExecution
Refers To
DevopsTestSuiteExecution
LastReferencedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The timestamp when the current user last accessed this record indirectly, such as through a related record or list view.
LastViewedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The timestamp when the current user last viewed this record or list view. If this value is null, and LastReferenceDate is not null, the user accessed this record or list view indirectly.
Name
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
System-generated unique identifier for the quality gate result record.
Status
Type
picklist
Properties
Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
Indicates the overall outcome of the quality gate evaluation.
Possible values are:
  • Error
  • Failed
  • InProgress
  • Passed
The default value is Passed.