MetadataDeployDetails
Used to retrieve additional details about MetadataDeploy job. Can be used after executing MetadataDeploy Stored Procedure.
Input
| Name | Type | Description |
| JobId | String | The JobId for Deploy operation. |
Result Set Columns
| Name | Type | Description |
| ComponentFailures_changed | String | If true, the component was changed as a result of this deployment. If false, the deployed component was the same as the corresponding component already in the organization. |
| ComponentFailures_componentType | String | The metadata type of the component in this deployment. |
| ComponentFailures_created | String | If true, the component was created as a result of this deployment. If false, the component was either deleted or modified as a result of the deployment. |
| ComponentFailures_createdDate | String | The date and time when the component was created as a result of this deployment. |
| ComponentFailures_deleted | String | If true, the component was deleted as a result of this deployment. If false, the component was either new or modified as result of the deployment. |
| ComponentFailures_fileName | String | The name of the file in the .zip file used to deploy this component. |
| ComponentFailures_fullName | String | The full name of the component. |
| ComponentFailures_problem | String | Description of the problem that caused the compile to fail. |
| ComponentFailures_problemType | String | Indicates the problem type. Valid values are 'Warning' and 'Error'. |
| ComponentFailures_success | String | Indicates whether the component was successfully deployed (true) or not (false). |
| ComponentSuccesses_changed | String | If true, the component was changed as a result of this deployment. If false, the deployed component was the same as the corresponding component already in the organization. |
| ComponentSuccesses_componentType | String | The metadata type of the component in this deployment. |
| ComponentSuccesses_created | String | If true, the component was created as a result of this deployment. If false, the component was either deleted or modified as a result of the deployment. |
| ComponentSuccesses_createdDate | String | The date and time when the component was created as a result of this deployment. |
| ComponentSuccesses_deleted | String | If true, the component was deleted as a result of this deployment. If false, the component was either new or modified as result of the deployment. |
| ComponentSuccesses_fileName | String | The name of the file in the .zip file used to deploy this component. |
| ComponentSuccesses_fullName | String | The full name of the component. |
| ComponentSuccesses_id | String | ID of the component being deployed. |
| ComponentSuccesses_success | String | Indicates whether the component was successfully deployed (true) or not (false). |
| NumTestsRun | String | The number of unit tests that were run. |
| NumFailures | String | The number of failures for the unit tests. |
| TotalTime | String | The total cumulative time spent running tests, in milliseconds. |