Failures Api
Functions
Link copied to clipboard
@GET(value = "api/failures/builds/{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
@GET(value = "api/failures/groups" )
GET api/failures/groups Get a list of failure groups. <mark>Beta:</mark> Returns the list of failure groups. Responses: