DevopsTestProviderSyncLog

Tracks synchronization activities between the DevOps framework and external test providers. It records the lifecycle of synchronization operations, including execution start and end times, status, error details, and the associated DevOps pipeline and test provider. This object enables monitoring, troubleshooting, and auditing of test provider synchronization processes. 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
DevopsPipelineId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
References the DevOps pipeline associated with this record.
Relationship Name
DevopsPipeline
Refers To
DevopsPipeline
DevopsTestProviderId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
References the external test provider associated with this record.
Relationship Name
DevopsTestProvider
Refers To
DevopsTestProvider
EndTime
Type
dateTime
Properties
Create, Filter, Nillable, Sort, Update
Description
Stores the date and time when the operation or execution completed.
ErrorDetails
Type
textarea
Properties
Create, Nillable, Update
Description
Stores details about errors encountered during the operation or execution.
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 directly.
Name
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
System-generated unique identifier for the record.
OwnerId
Type
reference
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Identifies the user or queue that owns the record.
Relationship Name
Owner
Refers To
Group, User
StartTime
Type
dateTime
Properties
Create, Filter, Nillable, Sort, Update
Description
Stores the date and time when the operation or execution started.
Status
Type
picklist
Properties
Create, Defaulted on create, Filter, Group, Restricted picklist, Sort, Update
Description
Indicates the current status of the operation or execution.
Possible values are:
  • Error
  • Failed
  • InProgress
  • Passed
The default value is Passed.