This resource refers to builds. Use the build
resource to access build information using simple query or advance filters. You can also create a new build, and update or delete a specific build.
Methods
For more information, refer to the following documentation: Create and manage builds in TestOps.
Response body sample
{
"id": 77645,
"projectId": xxx,
"releaseId": 299340,
"buildStatistics": {
"id": 57198,
"totalExecution": 1,
"totalPassed": 3,
"totalFailed": 0
},
"name": "Demo",
"description": ""
}
Refer to the following table about the response body parameters:
Property | Type | Description |
---|---|---|
id | integer | The unique identifier of the build. |
projectId | integer | The ID of the associated project. |
releaseId | integer | The ID of the associated release. |
buildStatistics | BuildStatistics object | This object contains statistics of the build: number of executions, passed test cases, failed test cases. |
name | string | The name of the build. |
description | string | The build description. |
date | date-time | The date and time when the build is created. |