Builds Api
Functions
Get the common attributes of a Build Scan. The contained attributes are build tool agnostic. Responses:
Get a list of builds with the common attributes of a Build Scan. The contained attributes are build tool agnostic. If none of `fromInstant`, `fromBuild`, or `reverse` is used, when making a request to this endpoint, it will return builds that were received and processed by Develocity after the request was made. Responses:
Gets builds on demand from the API, in as many requests as necessary. It allows for queries of any size, as opposed to BuildsApi.getBuilds which is limited by the API itself to 1000.
Get the attributes of a Gradle Build Scan. This model is Gradle specific and cannot be requested for another build tool. Responses:
Gets GradleAttributes of all builds from a given date. Queries BuildsApi.getBuilds first, the endpoint providing a timeline of builds, then maps each to BuildsApi.getGradleAttributes.
Get the build cache performance of a Gradle Build Scan. This model is Gradle specific and cannot be requested for another build tool. Responses:
Get the network activity of a Gradle Build Scan. This model is Gradle specific and cannot be requested for another build tool. This model is only available starting with Gradle version 3.5 and Develocity Gradle Plugin version 1.6. Responses:
Get the projects of a Gradle Build Scan. This model is Gradle specific and cannot be requested for another build tool. Responses:
Get the attributes of a Maven Build Scan. This model is Maven specific and cannot be requested for another build tool. Responses:
Get the build cache performance of a Maven Build Scan. This model is Maven specific and cannot be requested for another build tool. Responses:
Get information about the dependency resolution of a Maven Build Scan. This model is Maven specific and cannot be requested for another build tool. This model is only available starting with the Develocity Maven Extension version 1.9. Responses:
Get the modules of a Maven Build Scan. This model is Maven specific and cannot be requested for another build tool. Responses: