DevopsTestProvider

Stores the configuration and metadata of both internal and external testing providers integrated with the DevOps framework. It serves as a central registry of supported test providers, maintaining provider-specific information such as implementation identifiers, language settings, URLs, and integration details required to connect and manage external testing systems within DevOps processes. This object is available in API version 67.0 and later.

Supported Calls

create(), delete(), describeSObjects(), query(), retrieve(), update(), upsert()

Fields

Field Details
ApexClassIdentifier
Type
textarea
Properties
Create, Nillable, Update
Description
Stores the identifier of the Apex class used to implement the test provider integration.
Description
Type
textarea
Properties
Create, Nillable, Update
Description
Stores additional details or notes about the test provider.
DeveloperName
Type
string
Properties
Create, Filter, Group, Sort, Update
Description
Stores the unique developer name used to identify the test provider.
Icon
Type
textarea
Properties
Create, Nillable, Update
Description
Stores icon information or metadata associated with the test provider.
Language
Type
picklist
Properties
Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
Specifies the localized language and regional locale code used for the test execution context or report generation. This ensures that any logs, system-generated error messages, or feedback from the DevOps pipeline stage are parsed and presented in the correct linguistic format.
Possible values are:
  • da—Danish
  • de—German
  • en_US—English
  • es—Spanish
  • es_MX—Spanish (Mexico)
  • fi—Finnish
  • fr—French
  • it—Italian
  • ja—Japanese
  • ko—Korean
  • nl_NL—Dutch
  • no—Norwegian
  • pt_BR—Portuguese (Brazil)
  • ru—Russian
  • sv—Swedish
  • th—Thai
  • zh_CN—Chinese (Simplified)
  • zh_TW—Chinese (Traditional)
LearnMoreUrl
Type
url
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Stores a URL that provides additional information or documentation about the test provider.
MasterLabel
Type
string
Properties
Create, Filter, Group, Sort, Update
Description
Stores the display label of the test provider.
NamespacePrefix
Type
string
Properties
Filter, Group, Nillable, Sort
Description
Stores the namespace prefix associated with the test provider package, if applicable.
TestProviderUrl
Type
url
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Stores the URL used to access or integrate with the external test provider.