Failures Api
Functions
Link copied to clipboard
abstract suspend fun getBuildFailures(@Path(value = "id"
GET api/failures/builds/{id} Get the failures of a build. <mark>Beta:</mark> Returns the failures of a build, organized by build tool (Gradle, Maven, npm). The response structure includes nested objects for each build tool containing their respective failures. Responses:
Link copied to clipboard
abstract suspend fun getFailureGroups(@Query(value = "failureTypes"
GET api/failures/groups Get a list of failure groups. <mark>Beta:</mark> Returns the list of failure groups. Responses: