mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
61 lines
3.0 KiB
JSON
61 lines
3.0 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"fields"
|
|
],
|
|
"title": "DevopsTestProvider - Data API",
|
|
"description": "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.",
|
|
"fields_columns": [
|
|
"type",
|
|
"properties",
|
|
"description"
|
|
],
|
|
"fields": {
|
|
"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."
|
|
}
|
|
}
|
|
} |