DevopsPipelineTestProvider

Establishes the association between a DevOps pipeline and an external test provider. It stores provider-specific configuration and project information required for integrating testing services into a pipeline. This object enables pipelines to connect with external testing platforms, manage provider settings, and facilitate the execution and synchronization of tests as part of the DevOps workflow. 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, Sort
Description
References the DevOps pipeline associated with this test provider configuration.
Relationship Name
DevopsPipeline
Relationship Type
Parent-detail
Refers To
DevopsPipeline (the parent object)
DevopsTestProviderId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
References the external test provider linked to the pipeline.
Relationship Name
DevopsTestProvider
Refers To
DevopsTestProvider
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 pipeline test provider record.
TestProviderProject
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Stores the project name or identifier used by the external test provider for this pipeline.
TestProviderSpecificConfig
Type
textarea
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Stores provider-specific configuration settings required for integrating and managing the external test provider within the pipeline.