diff --git a/.gitignore b/.gitignore index 819db3187..232c54c45 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,8 @@ build !*/src/**/build !*/*/src/**/build +local.properties + **/.log .DS_Store diff --git a/app/build.gradle.kts b/app/build.gradle.kts deleted file mode 100644 index 1a80a8eed..000000000 --- a/app/build.gradle.kts +++ /dev/null @@ -1,46 +0,0 @@ -/* - * This file was generated by the Gradle 'init' task. - * - * This generated file contains a sample Kotlin application project to get you started. - * For more details take a look at the 'Building Java & JVM projects' chapter in the Gradle - * User Manual available at https://docs.gradle.org/7.6/userguide/building_java_projects.html - * This project uses @Incubating APIs which are subject to change. - */ - -plugins { - // Apply the org.jetbrains.kotlin.jvm Plugin to add support for Kotlin. - id("org.jetbrains.kotlin.jvm") version "1.7.10" - - // Apply the application plugin to add support for building a CLI application in Java. - application -} - -repositories { - // Use Maven Central for resolving dependencies. - mavenCentral() -} - -dependencies { - // This dependency is used by the application. - implementation("com.google.guava:guava:31.1-jre") -} - -testing { - suites { - // Configure the built-in test suite - val test by getting(JvmTestSuite::class) { - // Use Kotlin Test test framework - useKotlinTest("1.7.10") - - dependencies { - // Use newer version of JUnit Engine for Kotlin Test - implementation("org.junit.jupiter:junit-jupiter-engine:5.9.1") - } - } - } -} - -application { - // Define the main class for the application. - mainClass.set("com.gabrielfeo.gradle.enterprise.api.app.template.AppKt") -} diff --git a/app/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/app/template/App.kt b/app/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/app/template/App.kt deleted file mode 100644 index 3077c44c7..000000000 --- a/app/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/app/template/App.kt +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This Kotlin source file was generated by the Gradle 'init' task. - */ -package com.gabrielfeo.gradle.enterprise.api.app.template - -class App { - val greeting: String - get() { - return "Hello World!" - } -} - -fun main() { - println(App().greeting) -} diff --git a/app/src/test/kotlin/com/gabrielfeo/gradle/enterprise/api/app/template/AppTest.kt b/app/src/test/kotlin/com/gabrielfeo/gradle/enterprise/api/app/template/AppTest.kt deleted file mode 100644 index 190d59713..000000000 --- a/app/src/test/kotlin/com/gabrielfeo/gradle/enterprise/api/app/template/AppTest.kt +++ /dev/null @@ -1,14 +0,0 @@ -/* - * This Kotlin source file was generated by the Gradle 'init' task. - */ -package com.gabrielfeo.gradle.enterprise.api.app.template - -import kotlin.test.Test -import kotlin.test.assertNotNull - -class AppTest { - @Test fun appHasAGreeting() { - val classUnderTest = App() - assertNotNull(classUnderTest.greeting, "app should have a greeting") - } -} diff --git a/build.gradle b/build.gradle deleted file mode 100644 index 495c5038e..000000000 --- a/build.gradle +++ /dev/null @@ -1 +0,0 @@ -// Top-level build file where you can add configuration options common to all sub-projects/modules. diff --git a/docs/images/anchor-copy-button.svg b/docs/images/anchor-copy-button.svg new file mode 100644 index 000000000..19c1fa3f4 --- /dev/null +++ b/docs/images/anchor-copy-button.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/docs/images/arrow_down.svg b/docs/images/arrow_down.svg new file mode 100644 index 000000000..639aaf12c --- /dev/null +++ b/docs/images/arrow_down.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/docs/images/burger.svg b/docs/images/burger.svg new file mode 100644 index 000000000..fcca732b7 --- /dev/null +++ b/docs/images/burger.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/docs/images/copy-icon.svg b/docs/images/copy-icon.svg new file mode 100644 index 000000000..2cb02ec6e --- /dev/null +++ b/docs/images/copy-icon.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/docs/images/copy-successful-icon.svg b/docs/images/copy-successful-icon.svg new file mode 100644 index 000000000..c4b95383d --- /dev/null +++ b/docs/images/copy-successful-icon.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/docs/images/footer-go-to-link.svg b/docs/images/footer-go-to-link.svg new file mode 100644 index 000000000..a87add7a3 --- /dev/null +++ b/docs/images/footer-go-to-link.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/docs/images/go-to-top-icon.svg b/docs/images/go-to-top-icon.svg new file mode 100644 index 000000000..abc3d1cef --- /dev/null +++ b/docs/images/go-to-top-icon.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/docs/images/homepage.svg b/docs/images/homepage.svg new file mode 100644 index 000000000..e3c83b1ce --- /dev/null +++ b/docs/images/homepage.svg @@ -0,0 +1,3 @@ + + + diff --git a/docs/images/logo-icon.svg b/docs/images/logo-icon.svg new file mode 100644 index 000000000..e42f9570c --- /dev/null +++ b/docs/images/logo-icon.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + diff --git a/docs/images/nav-icons/abstract-class-kotlin.svg b/docs/images/nav-icons/abstract-class-kotlin.svg new file mode 100644 index 000000000..19d6148ca --- /dev/null +++ b/docs/images/nav-icons/abstract-class-kotlin.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/images/nav-icons/abstract-class.svg b/docs/images/nav-icons/abstract-class.svg new file mode 100644 index 000000000..601820302 --- /dev/null +++ b/docs/images/nav-icons/abstract-class.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/docs/images/nav-icons/annotation-kotlin.svg b/docs/images/nav-icons/annotation-kotlin.svg new file mode 100644 index 000000000..b90f508c4 --- /dev/null +++ b/docs/images/nav-icons/annotation-kotlin.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/docs/images/nav-icons/annotation.svg b/docs/images/nav-icons/annotation.svg new file mode 100644 index 000000000..b80c54b4b --- /dev/null +++ b/docs/images/nav-icons/annotation.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/docs/images/nav-icons/class-kotlin.svg b/docs/images/nav-icons/class-kotlin.svg new file mode 100644 index 000000000..797a2423c --- /dev/null +++ b/docs/images/nav-icons/class-kotlin.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/docs/images/nav-icons/class.svg b/docs/images/nav-icons/class.svg new file mode 100644 index 000000000..3f1ad167e --- /dev/null +++ b/docs/images/nav-icons/class.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/docs/images/nav-icons/enum-kotlin.svg b/docs/images/nav-icons/enum-kotlin.svg new file mode 100644 index 000000000..775a7cc90 --- /dev/null +++ b/docs/images/nav-icons/enum-kotlin.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/docs/images/nav-icons/enum.svg b/docs/images/nav-icons/enum.svg new file mode 100644 index 000000000..fa7f24766 --- /dev/null +++ b/docs/images/nav-icons/enum.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/docs/images/nav-icons/exception-class.svg b/docs/images/nav-icons/exception-class.svg new file mode 100644 index 000000000..c0b2bdeba --- /dev/null +++ b/docs/images/nav-icons/exception-class.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/docs/images/nav-icons/field-value.svg b/docs/images/nav-icons/field-value.svg new file mode 100644 index 000000000..2771ee56c --- /dev/null +++ b/docs/images/nav-icons/field-value.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/docs/images/nav-icons/field-variable.svg b/docs/images/nav-icons/field-variable.svg new file mode 100644 index 000000000..e2d2bbd01 --- /dev/null +++ b/docs/images/nav-icons/field-variable.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/docs/images/nav-icons/function.svg b/docs/images/nav-icons/function.svg new file mode 100644 index 000000000..f0da64a0b --- /dev/null +++ b/docs/images/nav-icons/function.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/docs/images/nav-icons/interface-kotlin.svg b/docs/images/nav-icons/interface-kotlin.svg new file mode 100644 index 000000000..5e163260e --- /dev/null +++ b/docs/images/nav-icons/interface-kotlin.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/docs/images/nav-icons/interface.svg b/docs/images/nav-icons/interface.svg new file mode 100644 index 000000000..32063ba26 --- /dev/null +++ b/docs/images/nav-icons/interface.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/docs/images/nav-icons/object.svg b/docs/images/nav-icons/object.svg new file mode 100644 index 000000000..31f0ee3e6 --- /dev/null +++ b/docs/images/nav-icons/object.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/docs/images/nav-icons/typealias-kotlin.svg b/docs/images/nav-icons/typealias-kotlin.svg new file mode 100644 index 000000000..f4bb238b5 --- /dev/null +++ b/docs/images/nav-icons/typealias-kotlin.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/docs/images/theme-toggle.svg b/docs/images/theme-toggle.svg new file mode 100644 index 000000000..df86202bb --- /dev/null +++ b/docs/images/theme-toggle.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 000000000..f0f6b7a97 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,135 @@ + + + + + library + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

library

+
+

Packages

+
+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.extension/contains.html b/docs/library/com.gabrielfeo.develocity.api.extension/contains.html new file mode 100644 index 000000000..ce0701621 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.extension/contains.html @@ -0,0 +1,80 @@ + + + + + contains + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

contains

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.extension/get-builds-flow.html b/docs/library/com.gabrielfeo.develocity.api.extension/get-builds-flow.html new file mode 100644 index 000000000..3303b49ed --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.extension/get-builds-flow.html @@ -0,0 +1,80 @@ + + + + + getBuildsFlow + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

getBuildsFlow

+
+
fun BuildsApi.getBuildsFlow(since: Long? = null, sinceBuild: String? = null, fromInstant: Long? = null, fromBuild: String? = null, query: String? = null, reverse: Boolean? = null, maxWaitSecs: Int? = null, buildsPerPage: Int = API_MAX_BUILDS, models: List<BuildModelName>? = null, allModels: Boolean? = false): Flow<Build>(source)

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.

  • Will request from the API until results end, collection stops or an error occurs.

  • Parameters same as BuildsApi.getBuilds.

  • Using query is highly recommended for server-side filtering (equivalent to Develocity advanced query).

  • maxBuilds is the only unsupported parameter, because this Flow will instead fetch continously. Use Flow.take to stop collecting at a specific count.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.extension/get-gradle-attributes-flow.html b/docs/library/com.gabrielfeo.develocity.api.extension/get-gradle-attributes-flow.html new file mode 100644 index 000000000..878f7af22 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.extension/get-gradle-attributes-flow.html @@ -0,0 +1,80 @@ + + + + + getGradleAttributesFlow + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

getGradleAttributesFlow

+
+
fun BuildsApi.getGradleAttributesFlow(since: Long = 0, sinceBuild: String? = null, fromInstant: Long? = null, fromBuild: String? = null, query: String? = null, reverse: Boolean? = null, maxWaitSecs: Int? = null, scope: CoroutineScope = GlobalScope, models: List<BuildModelName>? = null): Flow<GradleAttributes>(source)

Deprecated

Use `getBuildsFlow(models = listOf(BuildModelName.gradleAttributes))` instead. This function will be removed in the next release.

Replace with

import com.gabrielfeo.develocity.api.extension.getBuildsFlow
import com.gabrielfeo.develocity.api.model.BuildModelName
getBuildsFlow(since, sinceBuild, fromInstant, fromBuild, query, reverse,maxWaitSecs, models = listOf(BuildModelName.gradleAttributes))

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.

Instead of filtering builds downstream based on GradleAttributes (e.g. using Flow.filter), prefer filtering server-side using a query (see BuildsApi.getBuilds).

Buffering

Will request eagerly and buffer up to Int.MAX_VALUE calls.

Concurrency

Attributes are requested concurrently in coroutines started in scope. The number of concurrent requests underneath is still limited by Config.maxConcurrentRequests.

Parameters

scope

CoroutineScope in which to create coroutines. Defaults to GlobalScope.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.extension/get.html b/docs/library/com.gabrielfeo.develocity.api.extension/get.html new file mode 100644 index 000000000..42a78bd5e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.extension/get.html @@ -0,0 +1,80 @@ + + + + + get + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

get

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.extension/index.html b/docs/library/com.gabrielfeo.develocity.api.extension/index.html new file mode 100644 index 000000000..7529a1d35 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.extension/index.html @@ -0,0 +1,148 @@ + + + + + com.gabrielfeo.develocity.api.extension + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
operator fun List<BuildAttributesValue>.get(name: String): String?
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun BuildsApi.getBuildsFlow(since: Long? = null, sinceBuild: String? = null, fromInstant: Long? = null, fromBuild: String? = null, query: String? = null, reverse: Boolean? = null, maxWaitSecs: Int? = null, buildsPerPage: Int = API_MAX_BUILDS, models: List<BuildModelName>? = null, allModels: Boolean? = false): Flow<Build>

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.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun BuildsApi.getGradleAttributesFlow(since: Long = 0, sinceBuild: String? = null, fromInstant: Long? = null, fromBuild: String? = null, query: String? = null, reverse: Boolean? = null, maxWaitSecs: Int? = null, scope: CoroutineScope = GlobalScope, models: List<BuildModelName>? = null): Flow<GradleAttributes>

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.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-api-problem/-api-problem.html b/docs/library/com.gabrielfeo.develocity.api.model/-api-problem/-api-problem.html new file mode 100644 index 000000000..d394b0ebc --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-api-problem/-api-problem.html @@ -0,0 +1,80 @@ + + + + + ApiProblem + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ApiProblem

+
+
constructor(@Json(name = "status") status: Int, @Json(name = "type") type: String, @Json(name = "title") title: String, @Json(name = "detail") detail: String? = null)

Parameters

status

HTTP status code of the problem response.

type

A URN (Uniform Resource Name) identifying the type of the problem.

title

The underlying reason for the problem.

detail

A longer and comprehensive description of the problem. May be null if not available.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-api-problem/detail.html b/docs/library/com.gabrielfeo.develocity.api.model/-api-problem/detail.html new file mode 100644 index 000000000..e2754e2e2 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-api-problem/detail.html @@ -0,0 +1,80 @@ + + + + + detail + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

detail

+
+
val detail: String? = null

Parameters

detail

A longer and comprehensive description of the problem. May be null if not available.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-api-problem/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-api-problem/index.html new file mode 100644 index 000000000..12cee8a22 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-api-problem/index.html @@ -0,0 +1,168 @@ + + + + + ApiProblem + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ApiProblem

+
data class ApiProblem(@Json(name = "status") val status: Int, @Json(name = "type") val type: String, @Json(name = "title") val title: String, @Json(name = "detail") val detail: String? = null)

Response detailing why a request was rejected. Adheres to the RFC-7807 standard (colloquially known as \"Problem JSON\") for the response format.

Parameters

status

HTTP status code of the problem response.

type

A URN (Uniform Resource Name) identifying the type of the problem.

title

The underlying reason for the problem.

detail

A longer and comprehensive description of the problem. May be null if not available.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "status") status: Int, @Json(name = "type") type: String, @Json(name = "title") title: String, @Json(name = "detail") detail: String? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val detail: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val status: Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-api-problem/status.html b/docs/library/com.gabrielfeo.develocity.api.model/-api-problem/status.html new file mode 100644 index 000000000..baed0b301 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-api-problem/status.html @@ -0,0 +1,80 @@ + + + + + status + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

status

+
+
val status: Int

Parameters

status

HTTP status code of the problem response.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-api-problem/title.html b/docs/library/com.gabrielfeo.develocity.api.model/-api-problem/title.html new file mode 100644 index 000000000..ded4c2ebb --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-api-problem/title.html @@ -0,0 +1,80 @@ + + + + + title + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

title

+
+

Parameters

title

The underlying reason for the problem.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-api-problem/type.html b/docs/library/com.gabrielfeo.develocity.api.model/-api-problem/type.html new file mode 100644 index 000000000..26315f239 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-api-problem/type.html @@ -0,0 +1,80 @@ + + + + + type + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

type

+
+

Parameters

type

A URN (Uniform Resource Name) identifying the type of the problem.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/-bazel-attributes.html b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/-bazel-attributes.html new file mode 100644 index 000000000..2fdba3fd1 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/-bazel-attributes.html @@ -0,0 +1,80 @@ + + + + + BazelAttributes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BazelAttributes

+
+
constructor(@Json(name = "id") id: String, @Json(name = "buildStartTime") buildStartTime: Long, @Json(name = "buildDuration") buildDuration: Long, @Json(name = "bazelVersion") bazelVersion: String, @Json(name = "command") command: String, @Json(name = "tags") tags: List<String>, @Json(name = "values") propertyValues: List<BuildAttributesValue>, @Json(name = "links") links: List<BuildAttributesLink>, @Json(name = "invocationId") invocationId: String? = null, @Json(name = "targetPatterns") targetPatterns: List<String>? = null, @Json(name = "exitCode") exitCode: Int? = null, @Json(name = "user") user: String? = null, @Json(name = "host") host: String? = null)

Parameters

id

The Build Scan ID.

buildStartTime

The time when the build starts, as milliseconds since Epoch.

buildDuration

The duration of the build, as milliseconds.

bazelVersion

The Bazel version used.

command

The Bazel command used (e.g. build, test, run).

tags

The list of Build Scan tags.

propertyValues

The list of Build Scan values.

links

The list of Build Scan links.

invocationId

The Bazel-provided build invocation ID. Null when not known.

targetPatterns

The list of requested target patterns.

exitCode

The exit code of the Bazel process.

user

The BUILD_USER workspace value, if set.

host

The BUILD_HOST workspace value, if set.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/bazel-version.html b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/bazel-version.html new file mode 100644 index 000000000..0ded74ea2 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/bazel-version.html @@ -0,0 +1,80 @@ + + + + + bazelVersion + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

bazelVersion

+
+

Parameters

bazelVersion

The Bazel version used.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/build-duration.html b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/build-duration.html new file mode 100644 index 000000000..a414bef39 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/build-duration.html @@ -0,0 +1,80 @@ + + + + + buildDuration + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

buildDuration

+
+

Parameters

buildDuration

The duration of the build, as milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/build-start-time.html b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/build-start-time.html new file mode 100644 index 000000000..0f40ff0e7 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/build-start-time.html @@ -0,0 +1,80 @@ + + + + + buildStartTime + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

buildStartTime

+
+

Parameters

buildStartTime

The time when the build starts, as milliseconds since Epoch.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/command.html b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/command.html new file mode 100644 index 000000000..25b80101d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/command.html @@ -0,0 +1,80 @@ + + + + + command + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

command

+
+

Parameters

command

The Bazel command used (e.g. build, test, run).

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/exit-code.html b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/exit-code.html new file mode 100644 index 000000000..3d9e6e80b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/exit-code.html @@ -0,0 +1,80 @@ + + + + + exitCode + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

exitCode

+
+
val exitCode: Int? = null

Parameters

exitCode

The exit code of the Bazel process.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/host.html b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/host.html new file mode 100644 index 000000000..0ccd2d8c3 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/host.html @@ -0,0 +1,80 @@ + + + + + host + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

host

+
+
val host: String? = null

Parameters

host

The BUILD_HOST workspace value, if set.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/id.html b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/id.html new file mode 100644 index 000000000..bcfff2c61 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/id.html @@ -0,0 +1,80 @@ + + + + + id + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

id

+
+
val id: String

Parameters

id

The Build Scan ID.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/index.html new file mode 100644 index 000000000..34cc8e794 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/index.html @@ -0,0 +1,303 @@ + + + + + BazelAttributes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BazelAttributes

+
data class BazelAttributes(@Json(name = "id") val id: String, @Json(name = "buildStartTime") val buildStartTime: Long, @Json(name = "buildDuration") val buildDuration: Long, @Json(name = "bazelVersion") val bazelVersion: String, @Json(name = "command") val command: String, @Json(name = "tags") val tags: List<String>, @Json(name = "values") val propertyValues: List<BuildAttributesValue>, @Json(name = "links") val links: List<BuildAttributesLink>, @Json(name = "invocationId") val invocationId: String? = null, @Json(name = "targetPatterns") val targetPatterns: List<String>? = null, @Json(name = "exitCode") val exitCode: Int? = null, @Json(name = "user") val user: String? = null, @Json(name = "host") val host: String? = null)

The attributes of a Bazel build.

Parameters

id

The Build Scan ID.

buildStartTime

The time when the build starts, as milliseconds since Epoch.

buildDuration

The duration of the build, as milliseconds.

bazelVersion

The Bazel version used.

command

The Bazel command used (e.g. build, test, run).

tags

The list of Build Scan tags.

propertyValues

The list of Build Scan values.

links

The list of Build Scan links.

invocationId

The Bazel-provided build invocation ID. Null when not known.

targetPatterns

The list of requested target patterns.

exitCode

The exit code of the Bazel process.

user

The BUILD_USER workspace value, if set.

host

The BUILD_HOST workspace value, if set.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "id") id: String, @Json(name = "buildStartTime") buildStartTime: Long, @Json(name = "buildDuration") buildDuration: Long, @Json(name = "bazelVersion") bazelVersion: String, @Json(name = "command") command: String, @Json(name = "tags") tags: List<String>, @Json(name = "values") propertyValues: List<BuildAttributesValue>, @Json(name = "links") links: List<BuildAttributesLink>, @Json(name = "invocationId") invocationId: String? = null, @Json(name = "targetPatterns") targetPatterns: List<String>? = null, @Json(name = "exitCode") exitCode: Int? = null, @Json(name = "user") user: String? = null, @Json(name = "host") host: String? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val exitCode: Int? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val host: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val id: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val invocationId: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val targetPatterns: List<String>? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val user: String? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/invocation-id.html b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/invocation-id.html new file mode 100644 index 000000000..8debe8f8a --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/invocation-id.html @@ -0,0 +1,80 @@ + + + + + invocationId + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

invocationId

+
+
val invocationId: String? = null

Parameters

invocationId

The Bazel-provided build invocation ID. Null when not known.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/links.html b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/links.html new file mode 100644 index 000000000..527faf5a9 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/links.html @@ -0,0 +1,80 @@ + + + + + links + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

links

+
+

Parameters

links

The list of Build Scan links.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/property-values.html b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/property-values.html new file mode 100644 index 000000000..0a6b6165c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/property-values.html @@ -0,0 +1,80 @@ + + + + + propertyValues + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

propertyValues

+
+

Parameters

propertyValues

The list of Build Scan values.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/tags.html b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/tags.html new file mode 100644 index 000000000..21df9e988 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/tags.html @@ -0,0 +1,80 @@ + + + + + tags + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

tags

+
+

Parameters

tags

The list of Build Scan tags.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/target-patterns.html b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/target-patterns.html new file mode 100644 index 000000000..81b730316 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/target-patterns.html @@ -0,0 +1,80 @@ + + + + + targetPatterns + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

targetPatterns

+
+
val targetPatterns: List<String>? = null

Parameters

targetPatterns

The list of requested target patterns.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/user.html b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/user.html new file mode 100644 index 000000000..07e88e6c6 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/user.html @@ -0,0 +1,80 @@ + + + + + user + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

user

+
+
val user: String? = null

Parameters

user

The BUILD_USER workspace value, if set.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-bazel-critical-path-actions-inner/-bazel-critical-path-actions-inner.html b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-critical-path-actions-inner/-bazel-critical-path-actions-inner.html new file mode 100644 index 000000000..7058dc903 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-critical-path-actions-inner/-bazel-critical-path-actions-inner.html @@ -0,0 +1,80 @@ + + + + + BazelCriticalPathActionsInner + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BazelCriticalPathActionsInner

+
+
constructor(@Json(name = "name") name: String, @Json(name = "category") category: String, @Json(name = "duration") duration: Long)

Parameters

name

The name of the action.

category

The category of the action.

duration

The duration of the action, as milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-bazel-critical-path-actions-inner/category.html b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-critical-path-actions-inner/category.html new file mode 100644 index 000000000..d9970404b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-critical-path-actions-inner/category.html @@ -0,0 +1,80 @@ + + + + + category + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

category

+
+

Parameters

category

The category of the action.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-bazel-critical-path-actions-inner/duration.html b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-critical-path-actions-inner/duration.html new file mode 100644 index 000000000..afa7dd8f8 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-critical-path-actions-inner/duration.html @@ -0,0 +1,80 @@ + + + + + duration + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

duration

+
+

Parameters

duration

The duration of the action, as milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-bazel-critical-path-actions-inner/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-critical-path-actions-inner/index.html new file mode 100644 index 000000000..e07b53263 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-critical-path-actions-inner/index.html @@ -0,0 +1,153 @@ + + + + + BazelCriticalPathActionsInner + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BazelCriticalPathActionsInner

+
data class BazelCriticalPathActionsInner(@Json(name = "name") val name: String, @Json(name = "category") val category: String, @Json(name = "duration") val duration: Long)

Parameters

name

The name of the action.

category

The category of the action.

duration

The duration of the action, as milliseconds.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "name") name: String, @Json(name = "category") category: String, @Json(name = "duration") duration: Long)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-bazel-critical-path-actions-inner/name.html b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-critical-path-actions-inner/name.html new file mode 100644 index 000000000..53c97c0c0 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-critical-path-actions-inner/name.html @@ -0,0 +1,80 @@ + + + + + name + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

name

+
+

Parameters

name

The name of the action.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-bazel-critical-path/-bazel-critical-path.html b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-critical-path/-bazel-critical-path.html new file mode 100644 index 000000000..e51c80937 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-critical-path/-bazel-critical-path.html @@ -0,0 +1,80 @@ + + + + + BazelCriticalPath + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BazelCriticalPath

+
+
constructor(@Json(name = "actions") actions: List<BazelCriticalPathActionsInner>? = null)

Parameters

actions

The actions of the critical path. Null when the build failed early, or when the build profile was not available to Develocity.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-bazel-critical-path/actions.html b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-critical-path/actions.html new file mode 100644 index 000000000..20b2bc724 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-critical-path/actions.html @@ -0,0 +1,80 @@ + + + + + actions + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

actions

+
+

Parameters

actions

The actions of the critical path. Null when the build failed early, or when the build profile was not available to Develocity.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-bazel-critical-path/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-critical-path/index.html new file mode 100644 index 000000000..efde1a48e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-critical-path/index.html @@ -0,0 +1,123 @@ + + + + + BazelCriticalPath + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BazelCriticalPath

+
data class BazelCriticalPath(@Json(name = "actions") val actions: List<BazelCriticalPathActionsInner>? = null)

The reported actions of the critical path.

Parameters

actions

The actions of the critical path. Null when the build failed early, or when the build profile was not available to Develocity.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "actions") actions: List<BazelCriticalPathActionsInner>? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+ +
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-bazel-work-unit/-bazel-work-unit.html b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-work-unit/-bazel-work-unit.html new file mode 100644 index 000000000..d20a54c35 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-work-unit/-bazel-work-unit.html @@ -0,0 +1,80 @@ + + + + + BazelWorkUnit + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BazelWorkUnit

+
+
constructor(@Json(name = "packageName") packageName: String, @Json(name = "targetName") targetName: String)

Parameters

packageName

The name of the Bazel package.

targetName

The name of the Bazel target.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-bazel-work-unit/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-work-unit/index.html new file mode 100644 index 000000000..8a36fe737 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-work-unit/index.html @@ -0,0 +1,138 @@ + + + + + BazelWorkUnit + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BazelWorkUnit

+
data class BazelWorkUnit(@Json(name = "packageName") val packageName: String, @Json(name = "targetName") val targetName: String)

A Bazel work unit.

Parameters

packageName

The name of the Bazel package.

targetName

The name of the Bazel target.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "packageName") packageName: String, @Json(name = "targetName") targetName: String)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-bazel-work-unit/package-name.html b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-work-unit/package-name.html new file mode 100644 index 000000000..5ca8cfac0 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-work-unit/package-name.html @@ -0,0 +1,80 @@ + + + + + packageName + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

packageName

+
+

Parameters

packageName

The name of the Bazel package.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-bazel-work-unit/target-name.html b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-work-unit/target-name.html new file mode 100644 index 000000000..02d70f4c7 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-bazel-work-unit/target-name.html @@ -0,0 +1,80 @@ + + + + + targetName + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

targetName

+
+

Parameters

targetName

The name of the Bazel target.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/-build-attributes-environment.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/-build-attributes-environment.html new file mode 100644 index 000000000..b4714f75c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/-build-attributes-environment.html @@ -0,0 +1,80 @@ + + + + + BuildAttributesEnvironment + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildAttributesEnvironment

+
+
constructor(@Json(name = "operatingSystem") operatingSystem: String, @Json(name = "numberOfCpuCores") numberOfCpuCores: Int, @Json(name = "jreVersion") jreVersion: String, @Json(name = "jvmVersion") jvmVersion: String, @Json(name = "jvmMaxMemoryHeapSize") jvmMaxMemoryHeapSize: Long, @Json(name = "jvmLocale") jvmLocale: String, @Json(name = "username") username: String? = null, @Json(name = "jvmCharset") jvmCharset: String? = null, @Json(name = "publicHostname") publicHostname: String? = null, @Json(name = "localHostname") localHostname: String? = null, @Json(name = "localIpAddresses") localIpAddresses: List<String>? = null)

Parameters

operatingSystem

Operating system of the build machine.

numberOfCpuCores

Number of cores available to the build JVM.

jreVersion

Version of the Java runtime executing the build.

jvmVersion

Version of the Java Virtual Machine executing the build.

jvmMaxMemoryHeapSize

Maximum heap memory available to the build JVM in bytes.

jvmLocale

The locale of the JVM executing the build.

username

Operating system username of the build user. null if no username is captured.

jvmCharset

The default charset of the JVM executing the build. null if capturing is not possible.

publicHostname

The hostname of the build machine, as seen on the network. null if capturing is not possible.

localHostname

The hostname of the build machine, as specified by itself. null if capturing is not possible.

localIpAddresses

The local IP addresses of the build machine. null if capturing is not possible.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/index.html new file mode 100644 index 000000000..a3e7c363d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/index.html @@ -0,0 +1,273 @@ + + + + + BuildAttributesEnvironment + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildAttributesEnvironment

+
data class BuildAttributesEnvironment(@Json(name = "operatingSystem") val operatingSystem: String, @Json(name = "numberOfCpuCores") val numberOfCpuCores: Int, @Json(name = "jreVersion") val jreVersion: String, @Json(name = "jvmVersion") val jvmVersion: String, @Json(name = "jvmMaxMemoryHeapSize") val jvmMaxMemoryHeapSize: Long, @Json(name = "jvmLocale") val jvmLocale: String, @Json(name = "username") val username: String? = null, @Json(name = "jvmCharset") val jvmCharset: String? = null, @Json(name = "publicHostname") val publicHostname: String? = null, @Json(name = "localHostname") val localHostname: String? = null, @Json(name = "localIpAddresses") val localIpAddresses: List<String>? = null)

The environment where the build is executed.

Parameters

operatingSystem

Operating system of the build machine.

numberOfCpuCores

Number of cores available to the build JVM.

jreVersion

Version of the Java runtime executing the build.

jvmVersion

Version of the Java Virtual Machine executing the build.

jvmMaxMemoryHeapSize

Maximum heap memory available to the build JVM in bytes.

jvmLocale

The locale of the JVM executing the build.

username

Operating system username of the build user. null if no username is captured.

jvmCharset

The default charset of the JVM executing the build. null if capturing is not possible.

publicHostname

The hostname of the build machine, as seen on the network. null if capturing is not possible.

localHostname

The hostname of the build machine, as specified by itself. null if capturing is not possible.

localIpAddresses

The local IP addresses of the build machine. null if capturing is not possible.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "operatingSystem") operatingSystem: String, @Json(name = "numberOfCpuCores") numberOfCpuCores: Int, @Json(name = "jreVersion") jreVersion: String, @Json(name = "jvmVersion") jvmVersion: String, @Json(name = "jvmMaxMemoryHeapSize") jvmMaxMemoryHeapSize: Long, @Json(name = "jvmLocale") jvmLocale: String, @Json(name = "username") username: String? = null, @Json(name = "jvmCharset") jvmCharset: String? = null, @Json(name = "publicHostname") publicHostname: String? = null, @Json(name = "localHostname") localHostname: String? = null, @Json(name = "localIpAddresses") localIpAddresses: List<String>? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val jvmCharset: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val localHostname: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val publicHostname: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val username: String? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/jre-version.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/jre-version.html new file mode 100644 index 000000000..4fc5235f3 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/jre-version.html @@ -0,0 +1,80 @@ + + + + + jreVersion + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

jreVersion

+
+

Parameters

jreVersion

Version of the Java runtime executing the build.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/jvm-charset.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/jvm-charset.html new file mode 100644 index 000000000..7c5d2fd4f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/jvm-charset.html @@ -0,0 +1,80 @@ + + + + + jvmCharset + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

jvmCharset

+
+
val jvmCharset: String? = null

Parameters

jvmCharset

The default charset of the JVM executing the build. null if capturing is not possible.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/jvm-locale.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/jvm-locale.html new file mode 100644 index 000000000..d53a7eefa --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/jvm-locale.html @@ -0,0 +1,80 @@ + + + + + jvmLocale + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

jvmLocale

+
+

Parameters

jvmLocale

The locale of the JVM executing the build.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/jvm-max-memory-heap-size.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/jvm-max-memory-heap-size.html new file mode 100644 index 000000000..532e1cb91 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/jvm-max-memory-heap-size.html @@ -0,0 +1,80 @@ + + + + + jvmMaxMemoryHeapSize + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

jvmMaxMemoryHeapSize

+
+

Parameters

jvmMaxMemoryHeapSize

Maximum heap memory available to the build JVM in bytes.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/jvm-version.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/jvm-version.html new file mode 100644 index 000000000..dcd319c3c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/jvm-version.html @@ -0,0 +1,80 @@ + + + + + jvmVersion + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

jvmVersion

+
+

Parameters

jvmVersion

Version of the Java Virtual Machine executing the build.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/local-hostname.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/local-hostname.html new file mode 100644 index 000000000..05f7553ae --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/local-hostname.html @@ -0,0 +1,80 @@ + + + + + localHostname + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

localHostname

+
+
val localHostname: String? = null

Parameters

localHostname

The hostname of the build machine, as specified by itself. null if capturing is not possible.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/local-ip-addresses.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/local-ip-addresses.html new file mode 100644 index 000000000..fe6363cac --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/local-ip-addresses.html @@ -0,0 +1,80 @@ + + + + + localIpAddresses + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

localIpAddresses

+
+

Parameters

localIpAddresses

The local IP addresses of the build machine. null if capturing is not possible.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/number-of-cpu-cores.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/number-of-cpu-cores.html new file mode 100644 index 000000000..4141a09bd --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/number-of-cpu-cores.html @@ -0,0 +1,80 @@ + + + + + numberOfCpuCores + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

numberOfCpuCores

+
+

Parameters

numberOfCpuCores

Number of cores available to the build JVM.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/operating-system.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/operating-system.html new file mode 100644 index 000000000..83a2724f6 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/operating-system.html @@ -0,0 +1,80 @@ + + + + + operatingSystem + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

operatingSystem

+
+

Parameters

operatingSystem

Operating system of the build machine.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/public-hostname.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/public-hostname.html new file mode 100644 index 000000000..c9ab950ca --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/public-hostname.html @@ -0,0 +1,80 @@ + + + + + publicHostname + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

publicHostname

+
+
val publicHostname: String? = null

Parameters

publicHostname

The hostname of the build machine, as seen on the network. null if capturing is not possible.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/username.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/username.html new file mode 100644 index 000000000..4ea2cd27f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/username.html @@ -0,0 +1,80 @@ + + + + + username + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

username

+
+
val username: String? = null

Parameters

username

Operating system username of the build user. null if no username is captured.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-link/-build-attributes-link.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-link/-build-attributes-link.html new file mode 100644 index 000000000..6a6577d8d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-link/-build-attributes-link.html @@ -0,0 +1,80 @@ + + + + + BuildAttributesLink + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildAttributesLink

+
+
constructor(@Json(name = "label") label: String, @Json(name = "url") url: String)

Parameters

label

The label of the Build Scan link.

url

The url of the Build Scan link.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-link/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-link/index.html new file mode 100644 index 000000000..0c26e3412 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-link/index.html @@ -0,0 +1,138 @@ + + + + + BuildAttributesLink + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildAttributesLink

+
data class BuildAttributesLink(@Json(name = "label") val label: String, @Json(name = "url") val url: String)

A Build Scan link.

Parameters

label

The label of the Build Scan link.

url

The url of the Build Scan link.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "label") label: String, @Json(name = "url") url: String)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val url: String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-link/label.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-link/label.html new file mode 100644 index 000000000..27ec1c47a --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-link/label.html @@ -0,0 +1,80 @@ + + + + + label + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

label

+
+

Parameters

label

The label of the Build Scan link.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-link/url.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-link/url.html new file mode 100644 index 000000000..c5f1a46dd --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-link/url.html @@ -0,0 +1,80 @@ + + + + + url + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

url

+
+
val url: String

Parameters

url

The url of the Build Scan link.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-value/-build-attributes-value.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-value/-build-attributes-value.html new file mode 100644 index 000000000..34ce5a5c1 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-value/-build-attributes-value.html @@ -0,0 +1,80 @@ + + + + + BuildAttributesValue + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildAttributesValue

+
+
constructor(@Json(name = "name") name: String, @Json(name = "value") value: String? = null)

Parameters

name

The name of the Build Scan value.

value The value of the Build Scan value. null if the Build Scan value is not set.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-value/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-value/index.html new file mode 100644 index 000000000..68fd7aeac --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-value/index.html @@ -0,0 +1,138 @@ + + + + + BuildAttributesValue + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildAttributesValue

+
data class BuildAttributesValue(@Json(name = "name") val name: String, @Json(name = "value") val value: String? = null)

A Build Scan value.

Parameters

name

The name of the Build Scan value.

value The value of the Build Scan value. null if the Build Scan value is not set.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "name") name: String, @Json(name = "value") value: String? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val value: String? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-value/name.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-value/name.html new file mode 100644 index 000000000..9bf274716 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-value/name.html @@ -0,0 +1,80 @@ + + + + + name + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

name

+
+

Parameters

name

The name of the Build Scan value.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-value/value.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-value/value.html new file mode 100644 index 000000000..bd5ca7771 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-attributes-value/value.html @@ -0,0 +1,80 @@ + + + + + value + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

value

+
+
val value: String? = null
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/-companion/decode.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/-companion/decode.html new file mode 100644 index 000000000..3064c74ba --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/-companion/decode.html @@ -0,0 +1,80 @@ + + + + + decode + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

decode

+
+
fun decode(data: Any?): BuildModelName?

Returns a valid BuildModelName for data, null otherwise.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/-companion/encode.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/-companion/encode.html new file mode 100644 index 000000000..ad08d8a7b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/-companion/encode.html @@ -0,0 +1,80 @@ + + + + + encode + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

encode

+
+
fun encode(data: Any?): String?

Converts the provided data to a String on success, null otherwise.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/-companion/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/-companion/index.html new file mode 100644 index 000000000..b46576643 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/-companion/index.html @@ -0,0 +1,119 @@ + + + + + Companion + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Companion

+
object Companion
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun decode(data: Any?): BuildModelName?

Returns a valid BuildModelName for data, null otherwise.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun encode(data: Any?): String?

Converts the provided data to a String on success, null otherwise.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/bazel-attributes/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/bazel-attributes/index.html new file mode 100644 index 000000000..180c22970 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/bazel-attributes/index.html @@ -0,0 +1,153 @@ + + + + + bazelAttributes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

bazelAttributes

+
@Json(name = "bazel-attributes")
bazelAttributes
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/bazel-critical-path/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/bazel-critical-path/index.html new file mode 100644 index 000000000..ea87480fa --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/bazel-critical-path/index.html @@ -0,0 +1,153 @@ + + + + + bazelCriticalPath + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

bazelCriticalPath

+
@Json(name = "bazel-critical-path")
bazelCriticalPath
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/entries.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/entries.html new file mode 100644 index 000000000..f3b4aa5ce --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/entries.html @@ -0,0 +1,80 @@ + + + + + entries + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

entries

+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-artifact-transform-executions/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-artifact-transform-executions/index.html new file mode 100644 index 000000000..c2214e559 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-artifact-transform-executions/index.html @@ -0,0 +1,153 @@ + + + + + gradleArtifactTransformExecutions + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gradleArtifactTransformExecutions

+
@Json(name = "gradle-artifact-transform-executions")
gradleArtifactTransformExecutions
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-attributes/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-attributes/index.html new file mode 100644 index 000000000..00241dd45 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-attributes/index.html @@ -0,0 +1,153 @@ + + + + + gradleAttributes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gradleAttributes

+
@Json(name = "gradle-attributes")
gradleAttributes
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-build-cache-performance/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-build-cache-performance/index.html new file mode 100644 index 000000000..692824c73 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-build-cache-performance/index.html @@ -0,0 +1,153 @@ + + + + + gradleBuildCachePerformance + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gradleBuildCachePerformance

+
@Json(name = "gradle-build-cache-performance")
gradleBuildCachePerformance
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-build-profile-overview/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-build-profile-overview/index.html new file mode 100644 index 000000000..a1eac9ed3 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-build-profile-overview/index.html @@ -0,0 +1,153 @@ + + + + + gradleBuildProfileOverview + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gradleBuildProfileOverview

+
@Json(name = "gradle-build-profile-overview")
gradleBuildProfileOverview
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-configuration-cache/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-configuration-cache/index.html new file mode 100644 index 000000000..8a943f2d8 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-configuration-cache/index.html @@ -0,0 +1,153 @@ + + + + + gradleConfigurationCache + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gradleConfigurationCache

+
@Json(name = "gradle-configuration-cache")
gradleConfigurationCache
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-dependencies/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-dependencies/index.html new file mode 100644 index 000000000..c44409f7f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-dependencies/index.html @@ -0,0 +1,153 @@ + + + + + gradleDependencies + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gradleDependencies

+
@Json(name = "gradle-dependencies")
gradleDependencies
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-deprecations/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-deprecations/index.html new file mode 100644 index 000000000..888b32e90 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-deprecations/index.html @@ -0,0 +1,153 @@ + + + + + gradleDeprecations + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gradleDeprecations

+
@Json(name = "gradle-deprecations")
gradleDeprecations
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-network-activity/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-network-activity/index.html new file mode 100644 index 000000000..1ddfa9571 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-network-activity/index.html @@ -0,0 +1,153 @@ + + + + + gradleNetworkActivity + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gradleNetworkActivity

+
@Json(name = "gradle-network-activity")
gradleNetworkActivity
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-plugins/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-plugins/index.html new file mode 100644 index 000000000..c0aae6149 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-plugins/index.html @@ -0,0 +1,153 @@ + + + + + gradlePlugins + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gradlePlugins

+
@Json(name = "gradle-plugins")
gradlePlugins
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-projects/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-projects/index.html new file mode 100644 index 000000000..f91b55e3f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-projects/index.html @@ -0,0 +1,153 @@ + + + + + gradleProjects + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gradleProjects

+
@Json(name = "gradle-projects")
gradleProjects
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-resource-usage/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-resource-usage/index.html new file mode 100644 index 000000000..01daa1173 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-resource-usage/index.html @@ -0,0 +1,153 @@ + + + + + gradleResourceUsage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gradleResourceUsage

+
@Json(name = "gradle-resource-usage")
gradleResourceUsage
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-test-performance/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-test-performance/index.html new file mode 100644 index 000000000..bce7d6055 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-test-performance/index.html @@ -0,0 +1,153 @@ + + + + + gradleTestPerformance + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gradleTestPerformance

+
@Json(name = "gradle-test-performance")
gradleTestPerformance
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/index.html new file mode 100644 index 000000000..23c8834b4 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/index.html @@ -0,0 +1,596 @@ + + + + + BuildModelName + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelName

+
@JsonClass(generateAdapter = false)
enum BuildModelName : Enum<BuildModelName>

Build model names that can be requested when fetching builds.

Values: gradleArtifactTransformExecutions,gradleAttributes,gradleBuildCachePerformance,gradleBuildProfileOverview,gradleConfigurationCache,gradleDeprecations,gradleDependencies,gradleNetworkActivity,gradlePlugins,gradleProjects,gradleResourceUsage,gradleTestPerformance,mavenAttributes,mavenBuildCachePerformance,mavenBuildProfileOverview,mavenDependencies,mavenDependencyResolution,mavenModules,mavenPlugins,mavenResourceUsage,mavenTestPerformance,bazelAttributes,bazelCriticalPath,npmAttributes,pythonAttributes

+
+
+
+
+
+

Entries

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "gradle-artifact-transform-executions")
gradleArtifactTransformExecutions
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "gradle-attributes")
gradleAttributes
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "gradle-build-cache-performance")
gradleBuildCachePerformance
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "gradle-build-profile-overview")
gradleBuildProfileOverview
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "gradle-configuration-cache")
gradleConfigurationCache
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "gradle-deprecations")
gradleDeprecations
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "gradle-dependencies")
gradleDependencies
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "gradle-network-activity")
gradleNetworkActivity
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "gradle-plugins")
gradlePlugins
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "gradle-projects")
gradleProjects
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "gradle-resource-usage")
gradleResourceUsage
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "gradle-test-performance")
gradleTestPerformance
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "maven-attributes")
mavenAttributes
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "maven-build-cache-performance")
mavenBuildCachePerformance
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "maven-build-profile-overview")
mavenBuildProfileOverview
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "maven-dependencies")
mavenDependencies
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "maven-dependency-resolution")
mavenDependencyResolution
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "maven-modules")
mavenModules
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "maven-plugins")
mavenPlugins
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "maven-resource-usage")
mavenResourceUsage
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "maven-test-performance")
mavenTestPerformance
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "bazel-attributes")
bazelAttributes
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "bazel-critical-path")
bazelCriticalPath
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "npm-attributes")
npmAttributes
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "python-attributes")
pythonAttributes
+
+
+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
object Companion
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns an array containing the constants of this enum type, in the order they're declared.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/maven-attributes/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/maven-attributes/index.html new file mode 100644 index 000000000..eee003561 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/maven-attributes/index.html @@ -0,0 +1,153 @@ + + + + + mavenAttributes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

mavenAttributes

+
@Json(name = "maven-attributes")
mavenAttributes
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/maven-build-cache-performance/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/maven-build-cache-performance/index.html new file mode 100644 index 000000000..67b4eaac3 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/maven-build-cache-performance/index.html @@ -0,0 +1,153 @@ + + + + + mavenBuildCachePerformance + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

mavenBuildCachePerformance

+
@Json(name = "maven-build-cache-performance")
mavenBuildCachePerformance
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/maven-build-profile-overview/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/maven-build-profile-overview/index.html new file mode 100644 index 000000000..21747ca73 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/maven-build-profile-overview/index.html @@ -0,0 +1,153 @@ + + + + + mavenBuildProfileOverview + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

mavenBuildProfileOverview

+
@Json(name = "maven-build-profile-overview")
mavenBuildProfileOverview
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/maven-dependencies/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/maven-dependencies/index.html new file mode 100644 index 000000000..0824ac30e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/maven-dependencies/index.html @@ -0,0 +1,153 @@ + + + + + mavenDependencies + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

mavenDependencies

+
@Json(name = "maven-dependencies")
mavenDependencies
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/maven-dependency-resolution/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/maven-dependency-resolution/index.html new file mode 100644 index 000000000..938614a54 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/maven-dependency-resolution/index.html @@ -0,0 +1,153 @@ + + + + + mavenDependencyResolution + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

mavenDependencyResolution

+
@Json(name = "maven-dependency-resolution")
mavenDependencyResolution
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/maven-modules/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/maven-modules/index.html new file mode 100644 index 000000000..e59b3b654 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/maven-modules/index.html @@ -0,0 +1,153 @@ + + + + + mavenModules + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

mavenModules

+
@Json(name = "maven-modules")
mavenModules
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/maven-plugins/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/maven-plugins/index.html new file mode 100644 index 000000000..2c9ffb221 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/maven-plugins/index.html @@ -0,0 +1,153 @@ + + + + + mavenPlugins + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

mavenPlugins

+
@Json(name = "maven-plugins")
mavenPlugins
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/maven-resource-usage/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/maven-resource-usage/index.html new file mode 100644 index 000000000..7e0767b61 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/maven-resource-usage/index.html @@ -0,0 +1,153 @@ + + + + + mavenResourceUsage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

mavenResourceUsage

+
@Json(name = "maven-resource-usage")
mavenResourceUsage
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/maven-test-performance/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/maven-test-performance/index.html new file mode 100644 index 000000000..ae1aa9837 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/maven-test-performance/index.html @@ -0,0 +1,153 @@ + + + + + mavenTestPerformance + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

mavenTestPerformance

+
@Json(name = "maven-test-performance")
mavenTestPerformance
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/npm-attributes/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/npm-attributes/index.html new file mode 100644 index 000000000..428adf6c3 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/npm-attributes/index.html @@ -0,0 +1,153 @@ + + + + + npmAttributes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

npmAttributes

+
@Json(name = "npm-attributes")
npmAttributes
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/python-attributes/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/python-attributes/index.html new file mode 100644 index 000000000..6210233dc --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/python-attributes/index.html @@ -0,0 +1,153 @@ + + + + + pythonAttributes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

pythonAttributes

+
@Json(name = "python-attributes")
pythonAttributes
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/to-string.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/to-string.html new file mode 100644 index 000000000..0b17ceca7 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/to-string.html @@ -0,0 +1,80 @@ + + + + + toString + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

This solves a problem when the variable name and its value are different, and ensures that the client sends the correct enum values to the server always.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/value-of.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/value-of.html new file mode 100644 index 000000000..f6ce9da56 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/value-of.html @@ -0,0 +1,80 @@ + + + + + valueOf + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

valueOf

+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

kotlin.IllegalArgumentException

if this enum type has no constant with the specified name

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/value.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/value.html new file mode 100644 index 000000000..d85217fdf --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/value.html @@ -0,0 +1,80 @@ + + + + + value + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

value

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/values.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/values.html new file mode 100644 index 000000000..07fd5e3eb --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-name/values.html @@ -0,0 +1,80 @@ + + + + + values + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

values

+
+

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-query/-build-model-query.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-query/-build-model-query.html new file mode 100644 index 000000000..edee6b49b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-query/-build-model-query.html @@ -0,0 +1,80 @@ + + + + + BuildModelQuery + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelQuery

+
+
constructor(@Json(name = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null)

Parameters

availabilityWaitTimeoutSecs

The time in seconds the server should wait for ingestion before returning a wait timeout response.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-query/availability-wait-timeout-secs.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-query/availability-wait-timeout-secs.html new file mode 100644 index 000000000..9f450c9a5 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-query/availability-wait-timeout-secs.html @@ -0,0 +1,80 @@ + + + + + availabilityWaitTimeoutSecs + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

availabilityWaitTimeoutSecs

+
+

Parameters

availabilityWaitTimeoutSecs

The time in seconds the server should wait for ingestion before returning a wait timeout response.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-model-query/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-query/index.html new file mode 100644 index 000000000..ce866d55a --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-model-query/index.html @@ -0,0 +1,123 @@ + + + + + BuildModelQuery + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelQuery

+
data class BuildModelQuery(@Json(name = "availabilityWaitTimeoutSecs") val availabilityWaitTimeoutSecs: Int? = null)

Parameters

availabilityWaitTimeoutSecs

The time in seconds the server should wait for ingestion before returning a wait timeout response.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-bazel-attributes/-build-models-bazel-attributes.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-bazel-attributes/-build-models-bazel-attributes.html new file mode 100644 index 000000000..e8a73c096 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-bazel-attributes/-build-models-bazel-attributes.html @@ -0,0 +1,80 @@ + + + + + BuildModelsBazelAttributes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsBazelAttributes

+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: BazelAttributes? = null)

Parameters

problem
model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-bazel-attributes/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-bazel-attributes/index.html new file mode 100644 index 000000000..40831ea85 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-bazel-attributes/index.html @@ -0,0 +1,138 @@ + + + + + BuildModelsBazelAttributes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsBazelAttributes

+
data class BuildModelsBazelAttributes(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: BazelAttributes? = null)

The attributes of a Bazel build, or a report of a problem encountered.

Parameters

problem
model
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: BazelAttributes? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val model: BazelAttributes? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val problem: ApiProblem? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-bazel-attributes/model.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-bazel-attributes/model.html new file mode 100644 index 000000000..decfad000 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-bazel-attributes/model.html @@ -0,0 +1,80 @@ + + + + + model + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

model

+
+
val model: BazelAttributes? = null

Parameters

model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-bazel-attributes/problem.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-bazel-attributes/problem.html new file mode 100644 index 000000000..f52337b44 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-bazel-attributes/problem.html @@ -0,0 +1,80 @@ + + + + + problem + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

problem

+
+
val problem: ApiProblem? = null

Parameters

problem
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-bazel-critical-path/-build-models-bazel-critical-path.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-bazel-critical-path/-build-models-bazel-critical-path.html new file mode 100644 index 000000000..0da37349c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-bazel-critical-path/-build-models-bazel-critical-path.html @@ -0,0 +1,80 @@ + + + + + BuildModelsBazelCriticalPath + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsBazelCriticalPath

+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: BazelCriticalPath? = null)

Parameters

problem
model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-bazel-critical-path/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-bazel-critical-path/index.html new file mode 100644 index 000000000..6abe470ec --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-bazel-critical-path/index.html @@ -0,0 +1,138 @@ + + + + + BuildModelsBazelCriticalPath + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsBazelCriticalPath

+
data class BuildModelsBazelCriticalPath(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: BazelCriticalPath? = null)

The critical path of a Bazel build, or a report of a problem encountered.

Parameters

problem
model
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: BazelCriticalPath? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val problem: ApiProblem? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-bazel-critical-path/model.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-bazel-critical-path/model.html new file mode 100644 index 000000000..a24df9220 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-bazel-critical-path/model.html @@ -0,0 +1,80 @@ + + + + + model + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

model

+
+

Parameters

model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-bazel-critical-path/problem.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-bazel-critical-path/problem.html new file mode 100644 index 000000000..26d6519e7 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-bazel-critical-path/problem.html @@ -0,0 +1,80 @@ + + + + + problem + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

problem

+
+
val problem: ApiProblem? = null

Parameters

problem
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-artifact-transform-executions/-build-models-gradle-artifact-transform-executions.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-artifact-transform-executions/-build-models-gradle-artifact-transform-executions.html new file mode 100644 index 000000000..7c7732051 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-artifact-transform-executions/-build-models-gradle-artifact-transform-executions.html @@ -0,0 +1,80 @@ + + + + + BuildModelsGradleArtifactTransformExecutions + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsGradleArtifactTransformExecutions

+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: GradleArtifactTransformExecutions? = null)

Parameters

problem
model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-artifact-transform-executions/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-artifact-transform-executions/index.html new file mode 100644 index 000000000..4da0371ce --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-artifact-transform-executions/index.html @@ -0,0 +1,138 @@ + + + + + BuildModelsGradleArtifactTransformExecutions + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsGradleArtifactTransformExecutions

+
data class BuildModelsGradleArtifactTransformExecutions(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: GradleArtifactTransformExecutions? = null)

The artifact transform execution list of a Gradle build, or a report of a problem encountered.

Parameters

problem
model
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: GradleArtifactTransformExecutions? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val problem: ApiProblem? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-artifact-transform-executions/model.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-artifact-transform-executions/model.html new file mode 100644 index 000000000..f66a6508f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-artifact-transform-executions/model.html @@ -0,0 +1,80 @@ + + + + + model + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

model

+
+

Parameters

model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-artifact-transform-executions/problem.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-artifact-transform-executions/problem.html new file mode 100644 index 000000000..cfc6e9a26 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-artifact-transform-executions/problem.html @@ -0,0 +1,80 @@ + + + + + problem + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

problem

+
+
val problem: ApiProblem? = null

Parameters

problem
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-attributes/-build-models-gradle-attributes.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-attributes/-build-models-gradle-attributes.html new file mode 100644 index 000000000..f8b14c14e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-attributes/-build-models-gradle-attributes.html @@ -0,0 +1,80 @@ + + + + + BuildModelsGradleAttributes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsGradleAttributes

+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: GradleAttributes? = null)

Parameters

problem
model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-attributes/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-attributes/index.html new file mode 100644 index 000000000..58ce2f3a5 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-attributes/index.html @@ -0,0 +1,138 @@ + + + + + BuildModelsGradleAttributes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsGradleAttributes

+
data class BuildModelsGradleAttributes(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: GradleAttributes? = null)

The attributes of a Gradle build, or a report of a problem encountered.

Parameters

problem
model
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: GradleAttributes? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val model: GradleAttributes? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val problem: ApiProblem? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-attributes/model.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-attributes/model.html new file mode 100644 index 000000000..df09c094a --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-attributes/model.html @@ -0,0 +1,80 @@ + + + + + model + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

model

+
+
val model: GradleAttributes? = null

Parameters

model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-attributes/problem.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-attributes/problem.html new file mode 100644 index 000000000..0840da4f0 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-attributes/problem.html @@ -0,0 +1,80 @@ + + + + + problem + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

problem

+
+
val problem: ApiProblem? = null

Parameters

problem
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-build-cache-performance/-build-models-gradle-build-cache-performance.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-build-cache-performance/-build-models-gradle-build-cache-performance.html new file mode 100644 index 000000000..91ac4ef1a --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-build-cache-performance/-build-models-gradle-build-cache-performance.html @@ -0,0 +1,80 @@ + + + + + BuildModelsGradleBuildCachePerformance + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsGradleBuildCachePerformance

+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: GradleBuildCachePerformance? = null)

Parameters

problem
model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-build-cache-performance/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-build-cache-performance/index.html new file mode 100644 index 000000000..5d5f12ebe --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-build-cache-performance/index.html @@ -0,0 +1,138 @@ + + + + + BuildModelsGradleBuildCachePerformance + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsGradleBuildCachePerformance

+
data class BuildModelsGradleBuildCachePerformance(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: GradleBuildCachePerformance? = null)

The build cache performance of a Gradle build, or a report of a problem encountered.

Parameters

problem
model
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: GradleBuildCachePerformance? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val problem: ApiProblem? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-build-cache-performance/model.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-build-cache-performance/model.html new file mode 100644 index 000000000..88c1c7605 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-build-cache-performance/model.html @@ -0,0 +1,80 @@ + + + + + model + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

model

+
+

Parameters

model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-build-cache-performance/problem.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-build-cache-performance/problem.html new file mode 100644 index 000000000..a9d7814cd --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-build-cache-performance/problem.html @@ -0,0 +1,80 @@ + + + + + problem + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

problem

+
+
val problem: ApiProblem? = null

Parameters

problem
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-build-profile-overview/-build-models-gradle-build-profile-overview.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-build-profile-overview/-build-models-gradle-build-profile-overview.html new file mode 100644 index 000000000..eaac801a9 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-build-profile-overview/-build-models-gradle-build-profile-overview.html @@ -0,0 +1,80 @@ + + + + + BuildModelsGradleBuildProfileOverview + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsGradleBuildProfileOverview

+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: GradleBuildProfileOverview? = null)

Parameters

problem
model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-build-profile-overview/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-build-profile-overview/index.html new file mode 100644 index 000000000..f49e5bb94 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-build-profile-overview/index.html @@ -0,0 +1,138 @@ + + + + + BuildModelsGradleBuildProfileOverview + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsGradleBuildProfileOverview

+
data class BuildModelsGradleBuildProfileOverview(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: GradleBuildProfileOverview? = null)

The performance profile overview of a Gradle build, or a report of a problem encountered.

Parameters

problem
model
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: GradleBuildProfileOverview? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val problem: ApiProblem? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-build-profile-overview/model.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-build-profile-overview/model.html new file mode 100644 index 000000000..51eb108af --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-build-profile-overview/model.html @@ -0,0 +1,80 @@ + + + + + model + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

model

+
+

Parameters

model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-build-profile-overview/problem.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-build-profile-overview/problem.html new file mode 100644 index 000000000..b95059533 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-build-profile-overview/problem.html @@ -0,0 +1,80 @@ + + + + + problem + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

problem

+
+
val problem: ApiProblem? = null

Parameters

problem
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-configuration-cache/-build-models-gradle-configuration-cache.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-configuration-cache/-build-models-gradle-configuration-cache.html new file mode 100644 index 000000000..f0e89658b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-configuration-cache/-build-models-gradle-configuration-cache.html @@ -0,0 +1,80 @@ + + + + + BuildModelsGradleConfigurationCache + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsGradleConfigurationCache

+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: GradleConfigurationCache? = null)

Parameters

problem
model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-configuration-cache/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-configuration-cache/index.html new file mode 100644 index 000000000..22108b0e1 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-configuration-cache/index.html @@ -0,0 +1,138 @@ + + + + + BuildModelsGradleConfigurationCache + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsGradleConfigurationCache

+
data class BuildModelsGradleConfigurationCache(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: GradleConfigurationCache? = null)

The configuration cache result of a Gradle build, or a report of a problem encountered.

Parameters

problem
model
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: GradleConfigurationCache? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val problem: ApiProblem? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-configuration-cache/model.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-configuration-cache/model.html new file mode 100644 index 000000000..e85a98bff --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-configuration-cache/model.html @@ -0,0 +1,80 @@ + + + + + model + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

model

+
+

Parameters

model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-configuration-cache/problem.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-configuration-cache/problem.html new file mode 100644 index 000000000..7f8d51f1b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-configuration-cache/problem.html @@ -0,0 +1,80 @@ + + + + + problem + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

problem

+
+
val problem: ApiProblem? = null

Parameters

problem
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-dependencies/-build-models-gradle-dependencies.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-dependencies/-build-models-gradle-dependencies.html new file mode 100644 index 000000000..9ea46990c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-dependencies/-build-models-gradle-dependencies.html @@ -0,0 +1,80 @@ + + + + + BuildModelsGradleDependencies + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsGradleDependencies

+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: GradleDependencies? = null)

Parameters

problem
model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-dependencies/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-dependencies/index.html new file mode 100644 index 000000000..52221c3f0 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-dependencies/index.html @@ -0,0 +1,138 @@ + + + + + BuildModelsGradleDependencies + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsGradleDependencies

+
data class BuildModelsGradleDependencies(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: GradleDependencies? = null)

The dependencies of a Gradle build, or a report of a problem encountered.

Parameters

problem
model
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: GradleDependencies? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val problem: ApiProblem? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-dependencies/model.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-dependencies/model.html new file mode 100644 index 000000000..697777089 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-dependencies/model.html @@ -0,0 +1,80 @@ + + + + + model + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

model

+
+

Parameters

model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-dependencies/problem.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-dependencies/problem.html new file mode 100644 index 000000000..f0f2e3404 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-dependencies/problem.html @@ -0,0 +1,80 @@ + + + + + problem + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

problem

+
+
val problem: ApiProblem? = null

Parameters

problem
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-deprecations/-build-models-gradle-deprecations.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-deprecations/-build-models-gradle-deprecations.html new file mode 100644 index 000000000..68bdc133f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-deprecations/-build-models-gradle-deprecations.html @@ -0,0 +1,80 @@ + + + + + BuildModelsGradleDeprecations + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsGradleDeprecations

+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: GradleDeprecations? = null)

Parameters

problem
model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-deprecations/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-deprecations/index.html new file mode 100644 index 000000000..be0a0d958 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-deprecations/index.html @@ -0,0 +1,138 @@ + + + + + BuildModelsGradleDeprecations + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsGradleDeprecations

+
data class BuildModelsGradleDeprecations(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: GradleDeprecations? = null)

The deprecation list of a Gradle build, or a report of a problem encountered.

Parameters

problem
model
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: GradleDeprecations? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val problem: ApiProblem? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-deprecations/model.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-deprecations/model.html new file mode 100644 index 000000000..80c061269 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-deprecations/model.html @@ -0,0 +1,80 @@ + + + + + model + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

model

+
+

Parameters

model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-deprecations/problem.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-deprecations/problem.html new file mode 100644 index 000000000..bed5d15e4 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-deprecations/problem.html @@ -0,0 +1,80 @@ + + + + + problem + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

problem

+
+
val problem: ApiProblem? = null

Parameters

problem
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-network-activity/-build-models-gradle-network-activity.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-network-activity/-build-models-gradle-network-activity.html new file mode 100644 index 000000000..177524325 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-network-activity/-build-models-gradle-network-activity.html @@ -0,0 +1,80 @@ + + + + + BuildModelsGradleNetworkActivity + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsGradleNetworkActivity

+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: GradleNetworkActivity? = null)

Parameters

problem
model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-network-activity/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-network-activity/index.html new file mode 100644 index 000000000..b436d05c9 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-network-activity/index.html @@ -0,0 +1,138 @@ + + + + + BuildModelsGradleNetworkActivity + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsGradleNetworkActivity

+
data class BuildModelsGradleNetworkActivity(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: GradleNetworkActivity? = null)

Information about the network activity of the build, or a report of a problem encountered.

Parameters

problem
model
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: GradleNetworkActivity? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val problem: ApiProblem? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-network-activity/model.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-network-activity/model.html new file mode 100644 index 000000000..bf76899cd --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-network-activity/model.html @@ -0,0 +1,80 @@ + + + + + model + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

model

+
+

Parameters

model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-network-activity/problem.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-network-activity/problem.html new file mode 100644 index 000000000..2d8fe2823 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-network-activity/problem.html @@ -0,0 +1,80 @@ + + + + + problem + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

problem

+
+
val problem: ApiProblem? = null

Parameters

problem
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-plugins/-build-models-gradle-plugins.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-plugins/-build-models-gradle-plugins.html new file mode 100644 index 000000000..81490b28a --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-plugins/-build-models-gradle-plugins.html @@ -0,0 +1,80 @@ + + + + + BuildModelsGradlePlugins + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsGradlePlugins

+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: GradlePlugins? = null)

Parameters

problem
model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-plugins/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-plugins/index.html new file mode 100644 index 000000000..55b2ef2fe --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-plugins/index.html @@ -0,0 +1,138 @@ + + + + + BuildModelsGradlePlugins + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsGradlePlugins

+
data class BuildModelsGradlePlugins(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: GradlePlugins? = null)

The plugins applied in a Gradle build, or a report of a problem encountered.

Parameters

problem
model
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: GradlePlugins? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val model: GradlePlugins? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val problem: ApiProblem? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-plugins/model.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-plugins/model.html new file mode 100644 index 000000000..4fe728699 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-plugins/model.html @@ -0,0 +1,80 @@ + + + + + model + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

model

+
+
val model: GradlePlugins? = null

Parameters

model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-plugins/problem.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-plugins/problem.html new file mode 100644 index 000000000..34a6bbfda --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-plugins/problem.html @@ -0,0 +1,80 @@ + + + + + problem + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

problem

+
+
val problem: ApiProblem? = null

Parameters

problem
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-projects/-build-models-gradle-projects.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-projects/-build-models-gradle-projects.html new file mode 100644 index 000000000..cdbe0b89b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-projects/-build-models-gradle-projects.html @@ -0,0 +1,80 @@ + + + + + BuildModelsGradleProjects + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsGradleProjects

+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: List<GradleProject>? = null)

Parameters

problem
model

List of Gradle projects including structural relationships.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-projects/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-projects/index.html new file mode 100644 index 000000000..2c068cf24 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-projects/index.html @@ -0,0 +1,138 @@ + + + + + BuildModelsGradleProjects + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsGradleProjects

+
data class BuildModelsGradleProjects(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: List<GradleProject>? = null)

List of Gradle projects, or a report of a problem encountered.

Parameters

problem
model

List of Gradle projects including structural relationships.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: List<GradleProject>? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val model: List<GradleProject>? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val problem: ApiProblem? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-projects/model.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-projects/model.html new file mode 100644 index 000000000..9fd65fe40 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-projects/model.html @@ -0,0 +1,80 @@ + + + + + model + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

model

+
+
val model: List<GradleProject>? = null

Parameters

model

List of Gradle projects including structural relationships.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-projects/problem.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-projects/problem.html new file mode 100644 index 000000000..63f07f84a --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-projects/problem.html @@ -0,0 +1,80 @@ + + + + + problem + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

problem

+
+
val problem: ApiProblem? = null

Parameters

problem
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-resource-usage/-build-models-gradle-resource-usage.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-resource-usage/-build-models-gradle-resource-usage.html new file mode 100644 index 000000000..f4f255af5 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-resource-usage/-build-models-gradle-resource-usage.html @@ -0,0 +1,80 @@ + + + + + BuildModelsGradleResourceUsage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsGradleResourceUsage

+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: GradleResourceUsage? = null)

Parameters

problem
model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-resource-usage/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-resource-usage/index.html new file mode 100644 index 000000000..1e765ba35 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-resource-usage/index.html @@ -0,0 +1,138 @@ + + + + + BuildModelsGradleResourceUsage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsGradleResourceUsage

+
data class BuildModelsGradleResourceUsage(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: GradleResourceUsage? = null)

The resource usage gathered while executing a Gradle build, or a report of a problem encountered.

Parameters

problem
model
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: GradleResourceUsage? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val problem: ApiProblem? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-resource-usage/model.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-resource-usage/model.html new file mode 100644 index 000000000..b5b136dec --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-resource-usage/model.html @@ -0,0 +1,80 @@ + + + + + model + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

model

+
+

Parameters

model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-resource-usage/problem.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-resource-usage/problem.html new file mode 100644 index 000000000..a7e10795b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-resource-usage/problem.html @@ -0,0 +1,80 @@ + + + + + problem + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

problem

+
+
val problem: ApiProblem? = null

Parameters

problem
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-test-performance/-build-models-gradle-test-performance.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-test-performance/-build-models-gradle-test-performance.html new file mode 100644 index 000000000..f6941751c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-test-performance/-build-models-gradle-test-performance.html @@ -0,0 +1,80 @@ + + + + + BuildModelsGradleTestPerformance + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsGradleTestPerformance

+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: GradleTestPerformance? = null)

Parameters

problem
model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-test-performance/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-test-performance/index.html new file mode 100644 index 000000000..7ba98157c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-test-performance/index.html @@ -0,0 +1,138 @@ + + + + + BuildModelsGradleTestPerformance + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsGradleTestPerformance

+
data class BuildModelsGradleTestPerformance(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: GradleTestPerformance? = null)

Test performance-related metrics of a Gradle build, or a report of a problem encountered.

Parameters

problem
model
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: GradleTestPerformance? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val problem: ApiProblem? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-test-performance/model.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-test-performance/model.html new file mode 100644 index 000000000..ab5131924 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-test-performance/model.html @@ -0,0 +1,80 @@ + + + + + model + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

model

+
+

Parameters

model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-test-performance/problem.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-test-performance/problem.html new file mode 100644 index 000000000..72a105256 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-test-performance/problem.html @@ -0,0 +1,80 @@ + + + + + problem + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

problem

+
+
val problem: ApiProblem? = null

Parameters

problem
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-attributes/-build-models-maven-attributes.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-attributes/-build-models-maven-attributes.html new file mode 100644 index 000000000..9f0114058 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-attributes/-build-models-maven-attributes.html @@ -0,0 +1,80 @@ + + + + + BuildModelsMavenAttributes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsMavenAttributes

+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: MavenAttributes? = null)

Parameters

problem
model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-attributes/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-attributes/index.html new file mode 100644 index 000000000..c40eda392 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-attributes/index.html @@ -0,0 +1,138 @@ + + + + + BuildModelsMavenAttributes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsMavenAttributes

+
data class BuildModelsMavenAttributes(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: MavenAttributes? = null)

The attributes of a Maven build, or a report of a problem encountered.

Parameters

problem
model
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: MavenAttributes? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val model: MavenAttributes? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val problem: ApiProblem? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-attributes/model.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-attributes/model.html new file mode 100644 index 000000000..2c155236d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-attributes/model.html @@ -0,0 +1,80 @@ + + + + + model + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

model

+
+
val model: MavenAttributes? = null

Parameters

model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-attributes/problem.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-attributes/problem.html new file mode 100644 index 000000000..9320d0d0b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-attributes/problem.html @@ -0,0 +1,80 @@ + + + + + problem + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

problem

+
+
val problem: ApiProblem? = null

Parameters

problem
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-build-cache-performance/-build-models-maven-build-cache-performance.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-build-cache-performance/-build-models-maven-build-cache-performance.html new file mode 100644 index 000000000..0066a969c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-build-cache-performance/-build-models-maven-build-cache-performance.html @@ -0,0 +1,80 @@ + + + + + BuildModelsMavenBuildCachePerformance + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsMavenBuildCachePerformance

+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: MavenBuildCachePerformance? = null)

Parameters

problem
model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-build-cache-performance/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-build-cache-performance/index.html new file mode 100644 index 000000000..ff0ac5b5f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-build-cache-performance/index.html @@ -0,0 +1,138 @@ + + + + + BuildModelsMavenBuildCachePerformance + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsMavenBuildCachePerformance

+
data class BuildModelsMavenBuildCachePerformance(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: MavenBuildCachePerformance? = null)

The build cache performance of a Maven build, or a report of a problem encountered.

Parameters

problem
model
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: MavenBuildCachePerformance? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val problem: ApiProblem? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-build-cache-performance/model.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-build-cache-performance/model.html new file mode 100644 index 000000000..4f0f0fba0 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-build-cache-performance/model.html @@ -0,0 +1,80 @@ + + + + + model + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

model

+
+

Parameters

model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-build-cache-performance/problem.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-build-cache-performance/problem.html new file mode 100644 index 000000000..65d6deaad --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-build-cache-performance/problem.html @@ -0,0 +1,80 @@ + + + + + problem + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

problem

+
+
val problem: ApiProblem? = null

Parameters

problem
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-build-profile-overview/-build-models-maven-build-profile-overview.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-build-profile-overview/-build-models-maven-build-profile-overview.html new file mode 100644 index 000000000..e769a5c46 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-build-profile-overview/-build-models-maven-build-profile-overview.html @@ -0,0 +1,80 @@ + + + + + BuildModelsMavenBuildProfileOverview + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsMavenBuildProfileOverview

+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: MavenBuildProfileOverview? = null)

Parameters

problem
model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-build-profile-overview/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-build-profile-overview/index.html new file mode 100644 index 000000000..72bd5cbc5 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-build-profile-overview/index.html @@ -0,0 +1,138 @@ + + + + + BuildModelsMavenBuildProfileOverview + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsMavenBuildProfileOverview

+
data class BuildModelsMavenBuildProfileOverview(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: MavenBuildProfileOverview? = null)

The performance profile overview of a Maven build, or a report of a problem encountered.

Parameters

problem
model
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: MavenBuildProfileOverview? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val problem: ApiProblem? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-build-profile-overview/model.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-build-profile-overview/model.html new file mode 100644 index 000000000..eef31d9e6 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-build-profile-overview/model.html @@ -0,0 +1,80 @@ + + + + + model + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

model

+
+

Parameters

model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-build-profile-overview/problem.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-build-profile-overview/problem.html new file mode 100644 index 000000000..5fe7e4e7d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-build-profile-overview/problem.html @@ -0,0 +1,80 @@ + + + + + problem + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

problem

+
+
val problem: ApiProblem? = null

Parameters

problem
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-dependencies/-build-models-maven-dependencies.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-dependencies/-build-models-maven-dependencies.html new file mode 100644 index 000000000..124bc1746 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-dependencies/-build-models-maven-dependencies.html @@ -0,0 +1,80 @@ + + + + + BuildModelsMavenDependencies + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsMavenDependencies

+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: MavenDependencies? = null)

Parameters

problem
model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-dependencies/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-dependencies/index.html new file mode 100644 index 000000000..44a523d77 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-dependencies/index.html @@ -0,0 +1,138 @@ + + + + + BuildModelsMavenDependencies + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsMavenDependencies

+
data class BuildModelsMavenDependencies(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: MavenDependencies? = null)

The dependencies of a Maven build, or a report of a problem encountered.

Parameters

problem
model
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: MavenDependencies? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val problem: ApiProblem? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-dependencies/model.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-dependencies/model.html new file mode 100644 index 000000000..fe88df63b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-dependencies/model.html @@ -0,0 +1,80 @@ + + + + + model + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

model

+
+

Parameters

model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-dependencies/problem.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-dependencies/problem.html new file mode 100644 index 000000000..f139127ff --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-dependencies/problem.html @@ -0,0 +1,80 @@ + + + + + problem + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

problem

+
+
val problem: ApiProblem? = null

Parameters

problem
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-dependency-resolution/-build-models-maven-dependency-resolution.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-dependency-resolution/-build-models-maven-dependency-resolution.html new file mode 100644 index 000000000..60e3cd0ec --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-dependency-resolution/-build-models-maven-dependency-resolution.html @@ -0,0 +1,80 @@ + + + + + BuildModelsMavenDependencyResolution + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsMavenDependencyResolution

+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: MavenDependencyResolution? = null)

Parameters

problem
model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-dependency-resolution/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-dependency-resolution/index.html new file mode 100644 index 000000000..902a2c9a7 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-dependency-resolution/index.html @@ -0,0 +1,138 @@ + + + + + BuildModelsMavenDependencyResolution + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsMavenDependencyResolution

+
data class BuildModelsMavenDependencyResolution(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: MavenDependencyResolution? = null)

Information about dependency resolution, or a report of a problem encountered.

Parameters

problem
model
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: MavenDependencyResolution? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val problem: ApiProblem? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-dependency-resolution/model.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-dependency-resolution/model.html new file mode 100644 index 000000000..b0eaa4c48 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-dependency-resolution/model.html @@ -0,0 +1,80 @@ + + + + + model + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

model

+
+

Parameters

model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-dependency-resolution/problem.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-dependency-resolution/problem.html new file mode 100644 index 000000000..40d3ccd91 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-dependency-resolution/problem.html @@ -0,0 +1,80 @@ + + + + + problem + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

problem

+
+
val problem: ApiProblem? = null

Parameters

problem
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-modules/-build-models-maven-modules.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-modules/-build-models-maven-modules.html new file mode 100644 index 000000000..65d78d0de --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-modules/-build-models-maven-modules.html @@ -0,0 +1,80 @@ + + + + + BuildModelsMavenModules + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsMavenModules

+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: List<MavenModule>? = null)

Parameters

problem
model

List of Maven modules including structural relationships.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-modules/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-modules/index.html new file mode 100644 index 000000000..7f7387812 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-modules/index.html @@ -0,0 +1,138 @@ + + + + + BuildModelsMavenModules + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsMavenModules

+
data class BuildModelsMavenModules(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: List<MavenModule>? = null)

List of Maven modules, or a report of a problem encountered.

Parameters

problem
model

List of Maven modules including structural relationships.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: List<MavenModule>? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val model: List<MavenModule>? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val problem: ApiProblem? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-modules/model.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-modules/model.html new file mode 100644 index 000000000..17ab250fd --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-modules/model.html @@ -0,0 +1,80 @@ + + + + + model + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

model

+
+
val model: List<MavenModule>? = null

Parameters

model

List of Maven modules including structural relationships.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-modules/problem.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-modules/problem.html new file mode 100644 index 000000000..fbb837634 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-modules/problem.html @@ -0,0 +1,80 @@ + + + + + problem + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

problem

+
+
val problem: ApiProblem? = null

Parameters

problem
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-plugins/-build-models-maven-plugins.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-plugins/-build-models-maven-plugins.html new file mode 100644 index 000000000..5cc981e1b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-plugins/-build-models-maven-plugins.html @@ -0,0 +1,80 @@ + + + + + BuildModelsMavenPlugins + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsMavenPlugins

+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: MavenPlugins? = null)

Parameters

problem
model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-plugins/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-plugins/index.html new file mode 100644 index 000000000..926d6d4c7 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-plugins/index.html @@ -0,0 +1,138 @@ + + + + + BuildModelsMavenPlugins + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsMavenPlugins

+
data class BuildModelsMavenPlugins(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: MavenPlugins? = null)

The plugins applied in a Maven build, or a report of a problem encountered.

Parameters

problem
model
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: MavenPlugins? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val model: MavenPlugins? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val problem: ApiProblem? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-plugins/model.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-plugins/model.html new file mode 100644 index 000000000..e70f7db05 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-plugins/model.html @@ -0,0 +1,80 @@ + + + + + model + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

model

+
+
val model: MavenPlugins? = null

Parameters

model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-plugins/problem.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-plugins/problem.html new file mode 100644 index 000000000..f15c99dd2 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-plugins/problem.html @@ -0,0 +1,80 @@ + + + + + problem + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

problem

+
+
val problem: ApiProblem? = null

Parameters

problem
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-resource-usage/-build-models-maven-resource-usage.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-resource-usage/-build-models-maven-resource-usage.html new file mode 100644 index 000000000..391f787c8 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-resource-usage/-build-models-maven-resource-usage.html @@ -0,0 +1,80 @@ + + + + + BuildModelsMavenResourceUsage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsMavenResourceUsage

+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: MavenResourceUsage? = null)

Parameters

problem
model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-resource-usage/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-resource-usage/index.html new file mode 100644 index 000000000..8ec3dc929 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-resource-usage/index.html @@ -0,0 +1,138 @@ + + + + + BuildModelsMavenResourceUsage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsMavenResourceUsage

+
data class BuildModelsMavenResourceUsage(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: MavenResourceUsage? = null)

The resource usage gathered while executing a Maven build, or a report of a problem encountered.

Parameters

problem
model
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: MavenResourceUsage? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val problem: ApiProblem? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-resource-usage/model.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-resource-usage/model.html new file mode 100644 index 000000000..173bee6a6 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-resource-usage/model.html @@ -0,0 +1,80 @@ + + + + + model + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

model

+
+

Parameters

model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-resource-usage/problem.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-resource-usage/problem.html new file mode 100644 index 000000000..31820cee4 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-resource-usage/problem.html @@ -0,0 +1,80 @@ + + + + + problem + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

problem

+
+
val problem: ApiProblem? = null

Parameters

problem
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-test-performance/-build-models-maven-test-performance.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-test-performance/-build-models-maven-test-performance.html new file mode 100644 index 000000000..c7a50c9ba --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-test-performance/-build-models-maven-test-performance.html @@ -0,0 +1,80 @@ + + + + + BuildModelsMavenTestPerformance + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsMavenTestPerformance

+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: MavenTestPerformance? = null)

Parameters

problem
model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-test-performance/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-test-performance/index.html new file mode 100644 index 000000000..5b5caca02 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-test-performance/index.html @@ -0,0 +1,138 @@ + + + + + BuildModelsMavenTestPerformance + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsMavenTestPerformance

+
data class BuildModelsMavenTestPerformance(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: MavenTestPerformance? = null)

Test performance-related metrics of a Maven build, or a report of a problem encountered.

Parameters

problem
model
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: MavenTestPerformance? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val problem: ApiProblem? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-test-performance/model.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-test-performance/model.html new file mode 100644 index 000000000..c3a1f76ae --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-test-performance/model.html @@ -0,0 +1,80 @@ + + + + + model + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

model

+
+

Parameters

model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-test-performance/problem.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-test-performance/problem.html new file mode 100644 index 000000000..415cdd8f1 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-maven-test-performance/problem.html @@ -0,0 +1,80 @@ + + + + + problem + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

problem

+
+
val problem: ApiProblem? = null

Parameters

problem
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-npm-attributes/-build-models-npm-attributes.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-npm-attributes/-build-models-npm-attributes.html new file mode 100644 index 000000000..f52b1f7df --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-npm-attributes/-build-models-npm-attributes.html @@ -0,0 +1,80 @@ + + + + + BuildModelsNpmAttributes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsNpmAttributes

+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: NpmAttributes? = null)

Parameters

problem
model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-npm-attributes/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-npm-attributes/index.html new file mode 100644 index 000000000..2736fc9d8 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-npm-attributes/index.html @@ -0,0 +1,138 @@ + + + + + BuildModelsNpmAttributes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsNpmAttributes

+
data class BuildModelsNpmAttributes(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: NpmAttributes? = null)

The attributes of an npm build, or a report of a problem encountered.

Parameters

problem
model
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: NpmAttributes? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val model: NpmAttributes? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val problem: ApiProblem? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-npm-attributes/model.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-npm-attributes/model.html new file mode 100644 index 000000000..92c0dfc6f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-npm-attributes/model.html @@ -0,0 +1,80 @@ + + + + + model + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

model

+
+
val model: NpmAttributes? = null

Parameters

model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-npm-attributes/problem.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-npm-attributes/problem.html new file mode 100644 index 000000000..a8b3a8fb8 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-npm-attributes/problem.html @@ -0,0 +1,80 @@ + + + + + problem + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

problem

+
+
val problem: ApiProblem? = null

Parameters

problem
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-python-attributes/-build-models-python-attributes.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-python-attributes/-build-models-python-attributes.html new file mode 100644 index 000000000..fd26192de --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-python-attributes/-build-models-python-attributes.html @@ -0,0 +1,80 @@ + + + + + BuildModelsPythonAttributes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsPythonAttributes

+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: PythonAttributes? = null)

Parameters

problem
model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-python-attributes/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-python-attributes/index.html new file mode 100644 index 000000000..69e28e773 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-python-attributes/index.html @@ -0,0 +1,138 @@ + + + + + BuildModelsPythonAttributes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModelsPythonAttributes

+
data class BuildModelsPythonAttributes(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: PythonAttributes? = null)

The attributes of a python build, or a report of a problem encountered.

Parameters

problem
model
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: PythonAttributes? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val model: PythonAttributes? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val problem: ApiProblem? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-python-attributes/model.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-python-attributes/model.html new file mode 100644 index 000000000..04ec356e6 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-python-attributes/model.html @@ -0,0 +1,80 @@ + + + + + model + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

model

+
+
val model: PythonAttributes? = null

Parameters

model
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models-python-attributes/problem.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-python-attributes/problem.html new file mode 100644 index 000000000..acb73b4e5 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models-python-attributes/problem.html @@ -0,0 +1,80 @@ + + + + + problem + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

problem

+
+
val problem: ApiProblem? = null

Parameters

problem
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models/-build-models.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/-build-models.html new file mode 100644 index 000000000..e6b439286 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/-build-models.html @@ -0,0 +1,80 @@ + + + + + BuildModels + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModels

+
+
constructor(@Json(name = "gradleAttributes") gradleAttributes: BuildModelsGradleAttributes? = null, @Json(name = "gradleTestPerformance") gradleTestPerformance: BuildModelsGradleTestPerformance? = null, @Json(name = "gradleBuildCachePerformance") gradleBuildCachePerformance: BuildModelsGradleBuildCachePerformance? = null, @Json(name = "gradleProjects") gradleProjects: BuildModelsGradleProjects? = null, @Json(name = "gradleNetworkActivity") gradleNetworkActivity: BuildModelsGradleNetworkActivity? = null, @Json(name = "gradleArtifactTransformExecutions") gradleArtifactTransformExecutions: BuildModelsGradleArtifactTransformExecutions? = null, @Json(name = "gradleDeprecations") gradleDeprecations: BuildModelsGradleDeprecations? = null, @Json(name = "gradlePlugins") gradlePlugins: BuildModelsGradlePlugins? = null, @Json(name = "gradleResourceUsage") gradleResourceUsage: BuildModelsGradleResourceUsage? = null, @Json(name = "gradleBuildProfileOverview") gradleBuildProfileOverview: BuildModelsGradleBuildProfileOverview? = null, @Json(name = "gradleConfigurationCache") gradleConfigurationCache: BuildModelsGradleConfigurationCache? = null, @Json(name = "gradleDependencies") gradleDependencies: BuildModelsGradleDependencies? = null, @Json(name = "mavenAttributes") mavenAttributes: BuildModelsMavenAttributes? = null, @Json(name = "mavenTestPerformance") mavenTestPerformance: BuildModelsMavenTestPerformance? = null, @Json(name = "mavenBuildCachePerformance") mavenBuildCachePerformance: BuildModelsMavenBuildCachePerformance? = null, @Json(name = "mavenModules") mavenModules: BuildModelsMavenModules? = null, @Json(name = "mavenDependencyResolution") mavenDependencyResolution: BuildModelsMavenDependencyResolution? = null, @Json(name = "mavenPlugins") mavenPlugins: BuildModelsMavenPlugins? = null, @Json(name = "mavenResourceUsage") mavenResourceUsage: BuildModelsMavenResourceUsage? = null, @Json(name = "mavenBuildProfileOverview") mavenBuildProfileOverview: BuildModelsMavenBuildProfileOverview? = null, @Json(name = "mavenDependencies") mavenDependencies: BuildModelsMavenDependencies? = null, @Json(name = "bazelAttributes") bazelAttributes: BuildModelsBazelAttributes? = null, @Json(name = "bazelCriticalPath") bazelCriticalPath: BuildModelsBazelCriticalPath? = null, @Json(name = "npmAttributes") npmAttributes: BuildModelsNpmAttributes? = null, @Json(name = "pythonAttributes") pythonAttributes: BuildModelsPythonAttributes? = null)

Parameters

gradleAttributes
gradleTestPerformance
gradleBuildCachePerformance
gradleProjects
gradleNetworkActivity
gradleArtifactTransformExecutions
gradleDeprecations
gradlePlugins
gradleResourceUsage
gradleBuildProfileOverview
gradleConfigurationCache
gradleDependencies
mavenAttributes
mavenTestPerformance
mavenBuildCachePerformance
mavenModules
mavenDependencyResolution
mavenPlugins
mavenResourceUsage
mavenBuildProfileOverview
mavenDependencies
bazelAttributes
bazelCriticalPath
npmAttributes
pythonAttributes
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models/bazel-attributes.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/bazel-attributes.html new file mode 100644 index 000000000..fa557cb5f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/bazel-attributes.html @@ -0,0 +1,80 @@ + + + + + bazelAttributes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

bazelAttributes

+
+

Parameters

bazelAttributes
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models/bazel-critical-path.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/bazel-critical-path.html new file mode 100644 index 000000000..fe6bf5e2c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/bazel-critical-path.html @@ -0,0 +1,80 @@ + + + + + bazelCriticalPath + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

bazelCriticalPath

+
+

Parameters

bazelCriticalPath
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-artifact-transform-executions.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-artifact-transform-executions.html new file mode 100644 index 000000000..b311e7376 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-artifact-transform-executions.html @@ -0,0 +1,80 @@ + + + + + gradleArtifactTransformExecutions + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gradleArtifactTransformExecutions

+
+

Parameters

gradleArtifactTransformExecutions
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-attributes.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-attributes.html new file mode 100644 index 000000000..a838f0dbb --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-attributes.html @@ -0,0 +1,80 @@ + + + + + gradleAttributes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gradleAttributes

+
+

Parameters

gradleAttributes
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-build-cache-performance.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-build-cache-performance.html new file mode 100644 index 000000000..09cf6808e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-build-cache-performance.html @@ -0,0 +1,80 @@ + + + + + gradleBuildCachePerformance + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gradleBuildCachePerformance

+
+

Parameters

gradleBuildCachePerformance
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-build-profile-overview.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-build-profile-overview.html new file mode 100644 index 000000000..009c98beb --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-build-profile-overview.html @@ -0,0 +1,80 @@ + + + + + gradleBuildProfileOverview + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gradleBuildProfileOverview

+
+

Parameters

gradleBuildProfileOverview
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-configuration-cache.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-configuration-cache.html new file mode 100644 index 000000000..6d649a3f6 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-configuration-cache.html @@ -0,0 +1,80 @@ + + + + + gradleConfigurationCache + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gradleConfigurationCache

+
+

Parameters

gradleConfigurationCache
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-dependencies.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-dependencies.html new file mode 100644 index 000000000..d1f6e9ab1 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-dependencies.html @@ -0,0 +1,80 @@ + + + + + gradleDependencies + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gradleDependencies

+
+

Parameters

gradleDependencies
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-deprecations.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-deprecations.html new file mode 100644 index 000000000..7bd38f9d9 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-deprecations.html @@ -0,0 +1,80 @@ + + + + + gradleDeprecations + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gradleDeprecations

+
+

Parameters

gradleDeprecations
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-network-activity.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-network-activity.html new file mode 100644 index 000000000..1ecb661ab --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-network-activity.html @@ -0,0 +1,80 @@ + + + + + gradleNetworkActivity + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gradleNetworkActivity

+
+

Parameters

gradleNetworkActivity
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-plugins.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-plugins.html new file mode 100644 index 000000000..687f9fbf2 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-plugins.html @@ -0,0 +1,80 @@ + + + + + gradlePlugins + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gradlePlugins

+
+

Parameters

gradlePlugins
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-projects.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-projects.html new file mode 100644 index 000000000..a5153741a --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-projects.html @@ -0,0 +1,80 @@ + + + + + gradleProjects + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gradleProjects

+
+

Parameters

gradleProjects
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-resource-usage.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-resource-usage.html new file mode 100644 index 000000000..91caaf9aa --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-resource-usage.html @@ -0,0 +1,80 @@ + + + + + gradleResourceUsage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gradleResourceUsage

+
+

Parameters

gradleResourceUsage
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-test-performance.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-test-performance.html new file mode 100644 index 000000000..4eced1e31 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-test-performance.html @@ -0,0 +1,80 @@ + + + + + gradleTestPerformance + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gradleTestPerformance

+
+

Parameters

gradleTestPerformance
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/index.html new file mode 100644 index 000000000..41596f2a6 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/index.html @@ -0,0 +1,483 @@ + + + + + BuildModels + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildModels

+
data class BuildModels(@Json(name = "gradleAttributes") val gradleAttributes: BuildModelsGradleAttributes? = null, @Json(name = "gradleTestPerformance") val gradleTestPerformance: BuildModelsGradleTestPerformance? = null, @Json(name = "gradleBuildCachePerformance") val gradleBuildCachePerformance: BuildModelsGradleBuildCachePerformance? = null, @Json(name = "gradleProjects") val gradleProjects: BuildModelsGradleProjects? = null, @Json(name = "gradleNetworkActivity") val gradleNetworkActivity: BuildModelsGradleNetworkActivity? = null, @Json(name = "gradleArtifactTransformExecutions") val gradleArtifactTransformExecutions: BuildModelsGradleArtifactTransformExecutions? = null, @Json(name = "gradleDeprecations") val gradleDeprecations: BuildModelsGradleDeprecations? = null, @Json(name = "gradlePlugins") val gradlePlugins: BuildModelsGradlePlugins? = null, @Json(name = "gradleResourceUsage") val gradleResourceUsage: BuildModelsGradleResourceUsage? = null, @Json(name = "gradleBuildProfileOverview") val gradleBuildProfileOverview: BuildModelsGradleBuildProfileOverview? = null, @Json(name = "gradleConfigurationCache") val gradleConfigurationCache: BuildModelsGradleConfigurationCache? = null, @Json(name = "gradleDependencies") val gradleDependencies: BuildModelsGradleDependencies? = null, @Json(name = "mavenAttributes") val mavenAttributes: BuildModelsMavenAttributes? = null, @Json(name = "mavenTestPerformance") val mavenTestPerformance: BuildModelsMavenTestPerformance? = null, @Json(name = "mavenBuildCachePerformance") val mavenBuildCachePerformance: BuildModelsMavenBuildCachePerformance? = null, @Json(name = "mavenModules") val mavenModules: BuildModelsMavenModules? = null, @Json(name = "mavenDependencyResolution") val mavenDependencyResolution: BuildModelsMavenDependencyResolution? = null, @Json(name = "mavenPlugins") val mavenPlugins: BuildModelsMavenPlugins? = null, @Json(name = "mavenResourceUsage") val mavenResourceUsage: BuildModelsMavenResourceUsage? = null, @Json(name = "mavenBuildProfileOverview") val mavenBuildProfileOverview: BuildModelsMavenBuildProfileOverview? = null, @Json(name = "mavenDependencies") val mavenDependencies: BuildModelsMavenDependencies? = null, @Json(name = "bazelAttributes") val bazelAttributes: BuildModelsBazelAttributes? = null, @Json(name = "bazelCriticalPath") val bazelCriticalPath: BuildModelsBazelCriticalPath? = null, @Json(name = "npmAttributes") val npmAttributes: BuildModelsNpmAttributes? = null, @Json(name = "pythonAttributes") val pythonAttributes: BuildModelsPythonAttributes? = null)

Optional requested models associated with the build.

Parameters

gradleAttributes
gradleTestPerformance
gradleBuildCachePerformance
gradleProjects
gradleNetworkActivity
gradleArtifactTransformExecutions
gradleDeprecations
gradlePlugins
gradleResourceUsage
gradleBuildProfileOverview
gradleConfigurationCache
gradleDependencies
mavenAttributes
mavenTestPerformance
mavenBuildCachePerformance
mavenModules
mavenDependencyResolution
mavenPlugins
mavenResourceUsage
mavenBuildProfileOverview
mavenDependencies
bazelAttributes
bazelCriticalPath
npmAttributes
pythonAttributes
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "gradleAttributes") gradleAttributes: BuildModelsGradleAttributes? = null, @Json(name = "gradleTestPerformance") gradleTestPerformance: BuildModelsGradleTestPerformance? = null, @Json(name = "gradleBuildCachePerformance") gradleBuildCachePerformance: BuildModelsGradleBuildCachePerformance? = null, @Json(name = "gradleProjects") gradleProjects: BuildModelsGradleProjects? = null, @Json(name = "gradleNetworkActivity") gradleNetworkActivity: BuildModelsGradleNetworkActivity? = null, @Json(name = "gradleArtifactTransformExecutions") gradleArtifactTransformExecutions: BuildModelsGradleArtifactTransformExecutions? = null, @Json(name = "gradleDeprecations") gradleDeprecations: BuildModelsGradleDeprecations? = null, @Json(name = "gradlePlugins") gradlePlugins: BuildModelsGradlePlugins? = null, @Json(name = "gradleResourceUsage") gradleResourceUsage: BuildModelsGradleResourceUsage? = null, @Json(name = "gradleBuildProfileOverview") gradleBuildProfileOverview: BuildModelsGradleBuildProfileOverview? = null, @Json(name = "gradleConfigurationCache") gradleConfigurationCache: BuildModelsGradleConfigurationCache? = null, @Json(name = "gradleDependencies") gradleDependencies: BuildModelsGradleDependencies? = null, @Json(name = "mavenAttributes") mavenAttributes: BuildModelsMavenAttributes? = null, @Json(name = "mavenTestPerformance") mavenTestPerformance: BuildModelsMavenTestPerformance? = null, @Json(name = "mavenBuildCachePerformance") mavenBuildCachePerformance: BuildModelsMavenBuildCachePerformance? = null, @Json(name = "mavenModules") mavenModules: BuildModelsMavenModules? = null, @Json(name = "mavenDependencyResolution") mavenDependencyResolution: BuildModelsMavenDependencyResolution? = null, @Json(name = "mavenPlugins") mavenPlugins: BuildModelsMavenPlugins? = null, @Json(name = "mavenResourceUsage") mavenResourceUsage: BuildModelsMavenResourceUsage? = null, @Json(name = "mavenBuildProfileOverview") mavenBuildProfileOverview: BuildModelsMavenBuildProfileOverview? = null, @Json(name = "mavenDependencies") mavenDependencies: BuildModelsMavenDependencies? = null, @Json(name = "bazelAttributes") bazelAttributes: BuildModelsBazelAttributes? = null, @Json(name = "bazelCriticalPath") bazelCriticalPath: BuildModelsBazelCriticalPath? = null, @Json(name = "npmAttributes") npmAttributes: BuildModelsNpmAttributes? = null, @Json(name = "pythonAttributes") pythonAttributes: BuildModelsPythonAttributes? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ + + +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models/maven-attributes.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/maven-attributes.html new file mode 100644 index 000000000..b92a773d3 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/maven-attributes.html @@ -0,0 +1,80 @@ + + + + + mavenAttributes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

mavenAttributes

+
+

Parameters

mavenAttributes
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models/maven-build-cache-performance.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/maven-build-cache-performance.html new file mode 100644 index 000000000..2938d51ee --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/maven-build-cache-performance.html @@ -0,0 +1,80 @@ + + + + + mavenBuildCachePerformance + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

mavenBuildCachePerformance

+
+

Parameters

mavenBuildCachePerformance
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models/maven-build-profile-overview.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/maven-build-profile-overview.html new file mode 100644 index 000000000..1acf5b222 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/maven-build-profile-overview.html @@ -0,0 +1,80 @@ + + + + + mavenBuildProfileOverview + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

mavenBuildProfileOverview

+
+

Parameters

mavenBuildProfileOverview
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models/maven-dependencies.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/maven-dependencies.html new file mode 100644 index 000000000..d08896177 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/maven-dependencies.html @@ -0,0 +1,80 @@ + + + + + mavenDependencies + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

mavenDependencies

+
+

Parameters

mavenDependencies
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models/maven-dependency-resolution.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/maven-dependency-resolution.html new file mode 100644 index 000000000..2d1b81b6b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/maven-dependency-resolution.html @@ -0,0 +1,80 @@ + + + + + mavenDependencyResolution + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

mavenDependencyResolution

+
+

Parameters

mavenDependencyResolution
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models/maven-modules.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/maven-modules.html new file mode 100644 index 000000000..2fb655767 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/maven-modules.html @@ -0,0 +1,80 @@ + + + + + mavenModules + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

mavenModules

+
+

Parameters

mavenModules
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models/maven-plugins.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/maven-plugins.html new file mode 100644 index 000000000..15eb6e50c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/maven-plugins.html @@ -0,0 +1,80 @@ + + + + + mavenPlugins + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

mavenPlugins

+
+

Parameters

mavenPlugins
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models/maven-resource-usage.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/maven-resource-usage.html new file mode 100644 index 000000000..254bf820e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/maven-resource-usage.html @@ -0,0 +1,80 @@ + + + + + mavenResourceUsage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

mavenResourceUsage

+
+

Parameters

mavenResourceUsage
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models/maven-test-performance.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/maven-test-performance.html new file mode 100644 index 000000000..85b78840f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/maven-test-performance.html @@ -0,0 +1,80 @@ + + + + + mavenTestPerformance + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

mavenTestPerformance

+
+

Parameters

mavenTestPerformance
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models/npm-attributes.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/npm-attributes.html new file mode 100644 index 000000000..c2f3b7fe7 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/npm-attributes.html @@ -0,0 +1,80 @@ + + + + + npmAttributes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

npmAttributes

+
+

Parameters

npmAttributes
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-models/python-attributes.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/python-attributes.html new file mode 100644 index 000000000..fe36a9f19 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-models/python-attributes.html @@ -0,0 +1,80 @@ + + + + + pythonAttributes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

pythonAttributes

+
+

Parameters

pythonAttributes
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-query/-build-query.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-query/-build-query.html new file mode 100644 index 000000000..eda65dc22 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-query/-build-query.html @@ -0,0 +1,80 @@ + + + + + BuildQuery + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildQuery

+
+
constructor(@Json(name = "models") models: List<BuildModelName>? = null, @Json(name = "allModels") allModels: Boolean? = false, @Json(name = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null)

Parameters

models

The list of build models to return in the response for each build. If not provided, no models are returned.

allModels

Whether to include all build models for the build. If set to true, the value of the models parameter is ignored.

availabilityWaitTimeoutSecs

The time in seconds the server should wait for ingestion before returning a wait timeout response.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-query/all-models.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-query/all-models.html new file mode 100644 index 000000000..0483b22a0 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-query/all-models.html @@ -0,0 +1,80 @@ + + + + + allModels + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

allModels

+
+
val allModels: Boolean? = false

Parameters

allModels

Whether to include all build models for the build. If set to true, the value of the models parameter is ignored.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-query/availability-wait-timeout-secs.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-query/availability-wait-timeout-secs.html new file mode 100644 index 000000000..f259cc582 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-query/availability-wait-timeout-secs.html @@ -0,0 +1,80 @@ + + + + + availabilityWaitTimeoutSecs + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

availabilityWaitTimeoutSecs

+
+

Parameters

availabilityWaitTimeoutSecs

The time in seconds the server should wait for ingestion before returning a wait timeout response.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-query/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-query/index.html new file mode 100644 index 000000000..71d789979 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-query/index.html @@ -0,0 +1,153 @@ + + + + + BuildQuery + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildQuery

+
data class BuildQuery(@Json(name = "models") val models: List<BuildModelName>? = null, @Json(name = "allModels") val allModels: Boolean? = false, @Json(name = "availabilityWaitTimeoutSecs") val availabilityWaitTimeoutSecs: Int? = null)

Parameters

models

The list of build models to return in the response for each build. If not provided, no models are returned.

allModels

Whether to include all build models for the build. If set to true, the value of the models parameter is ignored.

availabilityWaitTimeoutSecs

The time in seconds the server should wait for ingestion before returning a wait timeout response.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "models") models: List<BuildModelName>? = null, @Json(name = "allModels") allModels: Boolean? = false, @Json(name = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val allModels: Boolean? = false
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val models: List<BuildModelName>? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-query/models.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-query/models.html new file mode 100644 index 000000000..48743ea79 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-query/models.html @@ -0,0 +1,80 @@ + + + + + models + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

models

+
+
val models: List<BuildModelName>? = null

Parameters

models

The list of build models to return in the response for each build. If not provided, no models are returned.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-scan-ids-by-outcome/-build-scan-ids-by-outcome.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-scan-ids-by-outcome/-build-scan-ids-by-outcome.html new file mode 100644 index 000000000..130cfae25 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-scan-ids-by-outcome/-build-scan-ids-by-outcome.html @@ -0,0 +1,80 @@ + + + + + BuildScanIdsByOutcome + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildScanIdsByOutcome

+
+
constructor(@Json(name = "passed") passed: List<String>, @Json(name = "failed") failed: List<String>, @Json(name = "skipped") skipped: List<String>, @Json(name = "flaky") flaky: List<String>, @Json(name = "notSelected") notSelected: List<String>)

Parameters

passed

The BuildIds of 'Passed' outcomes.

failed

The Build Scan IDs of 'Failed' outcomes.

skipped

The BuildIds of 'Skipped' outcomes.

flaky

The BuildIds of 'Flaky' outcomes.

notSelected

The BuildIds of 'Not Selected' outcomes.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-scan-ids-by-outcome/failed.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-scan-ids-by-outcome/failed.html new file mode 100644 index 000000000..49fbd4788 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-scan-ids-by-outcome/failed.html @@ -0,0 +1,80 @@ + + + + + failed + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

failed

+
+

Parameters

failed

The Build Scan IDs of 'Failed' outcomes.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-scan-ids-by-outcome/flaky.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-scan-ids-by-outcome/flaky.html new file mode 100644 index 000000000..aeb94025d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-scan-ids-by-outcome/flaky.html @@ -0,0 +1,80 @@ + + + + + flaky + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

flaky

+
+

Parameters

flaky

The BuildIds of 'Flaky' outcomes.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-scan-ids-by-outcome/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-scan-ids-by-outcome/index.html new file mode 100644 index 000000000..9a58d4028 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-scan-ids-by-outcome/index.html @@ -0,0 +1,183 @@ + + + + + BuildScanIdsByOutcome + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildScanIdsByOutcome

+
data class BuildScanIdsByOutcome(@Json(name = "passed") val passed: List<String>, @Json(name = "failed") val failed: List<String>, @Json(name = "skipped") val skipped: List<String>, @Json(name = "flaky") val flaky: List<String>, @Json(name = "notSelected") val notSelected: List<String>)

Build Scan IDs for builds that contain tests with outcomes.

Parameters

passed

The BuildIds of 'Passed' outcomes.

failed

The Build Scan IDs of 'Failed' outcomes.

skipped

The BuildIds of 'Skipped' outcomes.

flaky

The BuildIds of 'Flaky' outcomes.

notSelected

The BuildIds of 'Not Selected' outcomes.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "passed") passed: List<String>, @Json(name = "failed") failed: List<String>, @Json(name = "skipped") skipped: List<String>, @Json(name = "flaky") flaky: List<String>, @Json(name = "notSelected") notSelected: List<String>)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-scan-ids-by-outcome/not-selected.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-scan-ids-by-outcome/not-selected.html new file mode 100644 index 000000000..062cd2ec7 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-scan-ids-by-outcome/not-selected.html @@ -0,0 +1,80 @@ + + + + + notSelected + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

notSelected

+
+

Parameters

notSelected

The BuildIds of 'Not Selected' outcomes.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-scan-ids-by-outcome/passed.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-scan-ids-by-outcome/passed.html new file mode 100644 index 000000000..381e1cb08 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-scan-ids-by-outcome/passed.html @@ -0,0 +1,80 @@ + + + + + passed + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

passed

+
+

Parameters

passed

The BuildIds of 'Passed' outcomes.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-scan-ids-by-outcome/skipped.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-scan-ids-by-outcome/skipped.html new file mode 100644 index 000000000..99658b155 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-scan-ids-by-outcome/skipped.html @@ -0,0 +1,80 @@ + + + + + skipped + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

skipped

+
+

Parameters

skipped

The BuildIds of 'Skipped' outcomes.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-test-performance-tests/-build-test-performance-tests.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-test-performance-tests/-build-test-performance-tests.html new file mode 100644 index 000000000..3a442a42e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-test-performance-tests/-build-test-performance-tests.html @@ -0,0 +1,80 @@ + + + + + BuildTestPerformanceTests + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildTestPerformanceTests

+
+
constructor(@Json(name = "testClassesCount") testClassesCount: Int)

Parameters

testClassesCount

Number of test classes of a build.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-test-performance-tests/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-test-performance-tests/index.html new file mode 100644 index 000000000..316a72fe4 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-test-performance-tests/index.html @@ -0,0 +1,123 @@ + + + + + BuildTestPerformanceTests + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildTestPerformanceTests

+
data class BuildTestPerformanceTests(@Json(name = "testClassesCount") val testClassesCount: Int)

Test-related data of a build.

Parameters

testClassesCount

Number of test classes of a build.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "testClassesCount") testClassesCount: Int)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build-test-performance-tests/test-classes-count.html b/docs/library/com.gabrielfeo.develocity.api.model/-build-test-performance-tests/test-classes-count.html new file mode 100644 index 000000000..76bb4b403 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build-test-performance-tests/test-classes-count.html @@ -0,0 +1,80 @@ + + + + + testClassesCount + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

testClassesCount

+
+

Parameters

testClassesCount

Number of test classes of a build.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build/-build.html b/docs/library/com.gabrielfeo.develocity.api.model/-build/-build.html new file mode 100644 index 000000000..460bd40f0 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build/-build.html @@ -0,0 +1,80 @@ + + + + + Build + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Build

+
+
constructor(@Json(name = "id") id: String, @Json(name = "availableAt") availableAt: Long, @Json(name = "buildToolType") buildToolType: String, @Json(name = "buildToolVersion") buildToolVersion: String, @Json(name = "buildAgentVersion") buildAgentVersion: String, @Json(name = "models") models: BuildModels? = null)

Parameters

id

The Build Scan ID.

availableAt

A unix-epoch-time in milliseconds referring to the instant that Develocity completed receiving and processing the build.

buildToolType

The build tool type of the build.

buildToolVersion

The build tool version used.

buildAgentVersion

The build agent version used.

models
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build/available-at.html b/docs/library/com.gabrielfeo.develocity.api.model/-build/available-at.html new file mode 100644 index 000000000..88b69995c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build/available-at.html @@ -0,0 +1,80 @@ + + + + + availableAt + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

availableAt

+
+

Parameters

availableAt

A unix-epoch-time in milliseconds referring to the instant that Develocity completed receiving and processing the build.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build/build-agent-version.html b/docs/library/com.gabrielfeo.develocity.api.model/-build/build-agent-version.html new file mode 100644 index 000000000..805769789 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build/build-agent-version.html @@ -0,0 +1,80 @@ + + + + + buildAgentVersion + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

buildAgentVersion

+
+

Parameters

buildAgentVersion

The build agent version used.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build/build-tool-type.html b/docs/library/com.gabrielfeo.develocity.api.model/-build/build-tool-type.html new file mode 100644 index 000000000..9f628afe5 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build/build-tool-type.html @@ -0,0 +1,80 @@ + + + + + buildToolType + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

buildToolType

+
+

Parameters

buildToolType

The build tool type of the build.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build/build-tool-version.html b/docs/library/com.gabrielfeo.develocity.api.model/-build/build-tool-version.html new file mode 100644 index 000000000..b6f5f07b9 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build/build-tool-version.html @@ -0,0 +1,80 @@ + + + + + buildToolVersion + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

buildToolVersion

+
+

Parameters

buildToolVersion

The build tool version used.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build/id.html b/docs/library/com.gabrielfeo.develocity.api.model/-build/id.html new file mode 100644 index 000000000..e551291e1 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build/id.html @@ -0,0 +1,80 @@ + + + + + id + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

id

+
+
val id: String

Parameters

id

The Build Scan ID.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-build/index.html new file mode 100644 index 000000000..2f680af18 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build/index.html @@ -0,0 +1,198 @@ + + + + + Build + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Build

+
data class Build(@Json(name = "id") val id: String, @Json(name = "availableAt") val availableAt: Long, @Json(name = "buildToolType") val buildToolType: String, @Json(name = "buildToolVersion") val buildToolVersion: String, @Json(name = "buildAgentVersion") val buildAgentVersion: String, @Json(name = "models") val models: BuildModels? = null)

A build with common attributes.

Parameters

id

The Build Scan ID.

availableAt

A unix-epoch-time in milliseconds referring to the instant that Develocity completed receiving and processing the build.

buildToolType

The build tool type of the build.

buildToolVersion

The build tool version used.

buildAgentVersion

The build agent version used.

models
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "id") id: String, @Json(name = "availableAt") availableAt: Long, @Json(name = "buildToolType") buildToolType: String, @Json(name = "buildToolVersion") buildToolVersion: String, @Json(name = "buildAgentVersion") buildAgentVersion: String, @Json(name = "models") models: BuildModels? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val id: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val models: BuildModels? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-build/models.html b/docs/library/com.gabrielfeo.develocity.api.model/-build/models.html new file mode 100644 index 000000000..932d6a3d6 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-build/models.html @@ -0,0 +1,80 @@ + + + + + models + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

models

+
+
val models: BuildModels? = null

Parameters

models
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-builds-query/-builds-query.html b/docs/library/com.gabrielfeo.develocity.api.model/-builds-query/-builds-query.html new file mode 100644 index 000000000..ec6e85e09 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-builds-query/-builds-query.html @@ -0,0 +1,80 @@ + + + + + BuildsQuery + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildsQuery

+
+
constructor(@Json(name = "fromInstant") fromInstant: Long? = null, @Json(name = "fromBuild") fromBuild: String? = null, @Json(name = "reverse") reverse: Boolean? = null, @Json(name = "maxBuilds") maxBuilds: Int? = null, @Json(name = "maxWaitSecs") maxWaitSecs: Int? = null, @Json(name = "query") query: String? = null, @Json(name = "models") models: List<BuildModelName>? = null, @Json(name = "allModels") allModels: Boolean? = false, @Json(name = "since") since: Long? = null, @Json(name = "sinceBuild") sinceBuild: String? = null)

Parameters

fromInstant

A unix-epoch-time in milliseconds allowing to retrieve builds for which Develocity completed receiving and processing the build after this instant when used in conjunction with reverse=false, or before this instant when used in conjunction with reverse=true. Therefore, a value of 0 will process all builds. If not provided, the time in milliseconds when the request is received by the Develocity instance will be used. This parameter has no effect if fromBuild is used.

fromBuild

A Build Scan ID allowing to retrieve builds for which Develocity completed receiving and processing after the given Build Scan ID (excluding it) when used in conjunction with reverse=false, or before the given Build Scan ID (excluding it) when used in conjunction with reverse=true. This parameter has precedence over any value set for the since, sinceBuild, fromInstant parameters. A valid Build Scan ID must be provided, that is, a Build Scan ID that exists in the Develocity instance. A Build Scan ID for a deleted build is valid.

reverse

A boolean indicating the time direction of the query. A value of true indicates a backward query, and returned builds will be sorted from most to least recent. A value of false indicates a forward query, and returned builds will be sorted from least to most recent. This parameter has no effect if any of since, sinceBuild are used. If not provided, the default value is false.

maxBuilds

The maximum number of builds returned by the query. The query returns when that number is reached or when maxWaitSecs is reached. If not provided, the default value is 100.

maxWaitSecs

The maximum number of seconds to wait for builds before returning. If this time is reached before maxBuilds is reached, the query returns with the already processed builds. Note that this time is respected with best effort. A query will return soon after this time has passed but there is no guarantee that it exactly returns before this time has passed. This parameter has no effect if reverse=true is specified, because new builds cannot become available in the past. If not provided, the default value is 3.

query

A query for filtering builds, written in the Develocity advanced search query language See: https://gradle.com/help/advanced-search

models

The list of build models to return in the response for each build. If not provided, no models are returned.

allModels

Whether to include all build models for each build. If set to true, the value of the models parameter is ignored.

since

This parameter is deprecated, use fromInstant instead. A unix-epoch-time in milliseconds allowing to retrieve builds for which Develocity completed receiving and processing the build after this instant. This parameter can only be used with reverse=false. Therefore, a value of 0 will process all builds. If not provided, the time in milliseconds when the request is received by the Develocity instance will be used. This parameter has no effect if any of sinceBuild, fromInstant, fromBuild are used.

sinceBuild

This parameter is deprecated, use fromBuild instead. A Build Scan ID allowing to retrieve builds for which Develocity completed receiving and processing after the given Build Scan ID (excluding it). This parameter can only be used with reverse=false. This parameter has precedence over any value set for the since parameter. A valid Build Scan ID must be provided, that is, a Build Scan ID that exists in the Develocity instance. A Build Scan ID for a deleted build is valid. This parameter has no effect if any of fromInstant, fromBuild are used.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-builds-query/all-models.html b/docs/library/com.gabrielfeo.develocity.api.model/-builds-query/all-models.html new file mode 100644 index 000000000..d9a4fabd2 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-builds-query/all-models.html @@ -0,0 +1,80 @@ + + + + + allModels + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

allModels

+
+
val allModels: Boolean? = false

Parameters

allModels

Whether to include all build models for each build. If set to true, the value of the models parameter is ignored.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-builds-query/from-build.html b/docs/library/com.gabrielfeo.develocity.api.model/-builds-query/from-build.html new file mode 100644 index 000000000..dd4983a5c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-builds-query/from-build.html @@ -0,0 +1,80 @@ + + + + + fromBuild + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

fromBuild

+
+
val fromBuild: String? = null

Parameters

fromBuild

A Build Scan ID allowing to retrieve builds for which Develocity completed receiving and processing after the given Build Scan ID (excluding it) when used in conjunction with reverse=false, or before the given Build Scan ID (excluding it) when used in conjunction with reverse=true. This parameter has precedence over any value set for the since, sinceBuild, fromInstant parameters. A valid Build Scan ID must be provided, that is, a Build Scan ID that exists in the Develocity instance. A Build Scan ID for a deleted build is valid.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-builds-query/from-instant.html b/docs/library/com.gabrielfeo.develocity.api.model/-builds-query/from-instant.html new file mode 100644 index 000000000..a589f3a14 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-builds-query/from-instant.html @@ -0,0 +1,80 @@ + + + + + fromInstant + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

fromInstant

+
+
val fromInstant: Long? = null

Parameters

fromInstant

A unix-epoch-time in milliseconds allowing to retrieve builds for which Develocity completed receiving and processing the build after this instant when used in conjunction with reverse=false, or before this instant when used in conjunction with reverse=true. Therefore, a value of 0 will process all builds. If not provided, the time in milliseconds when the request is received by the Develocity instance will be used. This parameter has no effect if fromBuild is used.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-builds-query/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-builds-query/index.html new file mode 100644 index 000000000..4fe74f2f5 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-builds-query/index.html @@ -0,0 +1,258 @@ + + + + + BuildsQuery + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildsQuery

+
data class BuildsQuery(@Json(name = "fromInstant") val fromInstant: Long? = null, @Json(name = "fromBuild") val fromBuild: String? = null, @Json(name = "reverse") val reverse: Boolean? = null, @Json(name = "maxBuilds") val maxBuilds: Int? = null, @Json(name = "maxWaitSecs") val maxWaitSecs: Int? = null, @Json(name = "query") val query: String? = null, @Json(name = "models") val models: List<BuildModelName>? = null, @Json(name = "allModels") val allModels: Boolean? = false, @Json(name = "since") val since: Long? = null, @Json(name = "sinceBuild") val sinceBuild: String? = null)

Parameters

fromInstant

A unix-epoch-time in milliseconds allowing to retrieve builds for which Develocity completed receiving and processing the build after this instant when used in conjunction with reverse=false, or before this instant when used in conjunction with reverse=true. Therefore, a value of 0 will process all builds. If not provided, the time in milliseconds when the request is received by the Develocity instance will be used. This parameter has no effect if fromBuild is used.

fromBuild

A Build Scan ID allowing to retrieve builds for which Develocity completed receiving and processing after the given Build Scan ID (excluding it) when used in conjunction with reverse=false, or before the given Build Scan ID (excluding it) when used in conjunction with reverse=true. This parameter has precedence over any value set for the since, sinceBuild, fromInstant parameters. A valid Build Scan ID must be provided, that is, a Build Scan ID that exists in the Develocity instance. A Build Scan ID for a deleted build is valid.

reverse

A boolean indicating the time direction of the query. A value of true indicates a backward query, and returned builds will be sorted from most to least recent. A value of false indicates a forward query, and returned builds will be sorted from least to most recent. This parameter has no effect if any of since, sinceBuild are used. If not provided, the default value is false.

maxBuilds

The maximum number of builds returned by the query. The query returns when that number is reached or when maxWaitSecs is reached. If not provided, the default value is 100.

maxWaitSecs

The maximum number of seconds to wait for builds before returning. If this time is reached before maxBuilds is reached, the query returns with the already processed builds. Note that this time is respected with best effort. A query will return soon after this time has passed but there is no guarantee that it exactly returns before this time has passed. This parameter has no effect if reverse=true is specified, because new builds cannot become available in the past. If not provided, the default value is 3.

query

A query for filtering builds, written in the Develocity advanced search query language See: https://gradle.com/help/advanced-search

models

The list of build models to return in the response for each build. If not provided, no models are returned.

allModels

Whether to include all build models for each build. If set to true, the value of the models parameter is ignored.

since

This parameter is deprecated, use fromInstant instead. A unix-epoch-time in milliseconds allowing to retrieve builds for which Develocity completed receiving and processing the build after this instant. This parameter can only be used with reverse=false. Therefore, a value of 0 will process all builds. If not provided, the time in milliseconds when the request is received by the Develocity instance will be used. This parameter has no effect if any of sinceBuild, fromInstant, fromBuild are used.

sinceBuild

This parameter is deprecated, use fromBuild instead. A Build Scan ID allowing to retrieve builds for which Develocity completed receiving and processing after the given Build Scan ID (excluding it). This parameter can only be used with reverse=false. This parameter has precedence over any value set for the since parameter. A valid Build Scan ID must be provided, that is, a Build Scan ID that exists in the Develocity instance. A Build Scan ID for a deleted build is valid. This parameter has no effect if any of fromInstant, fromBuild are used.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "fromInstant") fromInstant: Long? = null, @Json(name = "fromBuild") fromBuild: String? = null, @Json(name = "reverse") reverse: Boolean? = null, @Json(name = "maxBuilds") maxBuilds: Int? = null, @Json(name = "maxWaitSecs") maxWaitSecs: Int? = null, @Json(name = "query") query: String? = null, @Json(name = "models") models: List<BuildModelName>? = null, @Json(name = "allModels") allModels: Boolean? = false, @Json(name = "since") since: Long? = null, @Json(name = "sinceBuild") sinceBuild: String? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val allModels: Boolean? = false
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val fromBuild: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val fromInstant: Long? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val maxBuilds: Int? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val maxWaitSecs: Int? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val models: List<BuildModelName>? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val query: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val reverse: Boolean? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val since: Long? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val sinceBuild: String? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-builds-query/max-builds.html b/docs/library/com.gabrielfeo.develocity.api.model/-builds-query/max-builds.html new file mode 100644 index 000000000..fcec46477 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-builds-query/max-builds.html @@ -0,0 +1,80 @@ + + + + + maxBuilds + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

maxBuilds

+
+
val maxBuilds: Int? = null

Parameters

maxBuilds

The maximum number of builds returned by the query. The query returns when that number is reached or when maxWaitSecs is reached. If not provided, the default value is 100.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-builds-query/max-wait-secs.html b/docs/library/com.gabrielfeo.develocity.api.model/-builds-query/max-wait-secs.html new file mode 100644 index 000000000..20c82bffe --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-builds-query/max-wait-secs.html @@ -0,0 +1,80 @@ + + + + + maxWaitSecs + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

maxWaitSecs

+
+
val maxWaitSecs: Int? = null

Parameters

maxWaitSecs

The maximum number of seconds to wait for builds before returning. If this time is reached before maxBuilds is reached, the query returns with the already processed builds. Note that this time is respected with best effort. A query will return soon after this time has passed but there is no guarantee that it exactly returns before this time has passed. This parameter has no effect if reverse=true is specified, because new builds cannot become available in the past. If not provided, the default value is 3.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-builds-query/models.html b/docs/library/com.gabrielfeo.develocity.api.model/-builds-query/models.html new file mode 100644 index 000000000..404664481 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-builds-query/models.html @@ -0,0 +1,80 @@ + + + + + models + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

models

+
+
val models: List<BuildModelName>? = null

Parameters

models

The list of build models to return in the response for each build. If not provided, no models are returned.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-builds-query/query.html b/docs/library/com.gabrielfeo.develocity.api.model/-builds-query/query.html new file mode 100644 index 000000000..3cb286f6d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-builds-query/query.html @@ -0,0 +1,80 @@ + + + + + query + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

query

+
+
val query: String? = null

Parameters

query

A query for filtering builds, written in the Develocity advanced search query language See: https://gradle.com/help/advanced-search

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-builds-query/reverse.html b/docs/library/com.gabrielfeo.develocity.api.model/-builds-query/reverse.html new file mode 100644 index 000000000..59553fd03 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-builds-query/reverse.html @@ -0,0 +1,80 @@ + + + + + reverse + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

reverse

+
+
val reverse: Boolean? = null

Parameters

reverse

A boolean indicating the time direction of the query. A value of true indicates a backward query, and returned builds will be sorted from most to least recent. A value of false indicates a forward query, and returned builds will be sorted from least to most recent. This parameter has no effect if any of since, sinceBuild are used. If not provided, the default value is false.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-builds-query/since-build.html b/docs/library/com.gabrielfeo.develocity.api.model/-builds-query/since-build.html new file mode 100644 index 000000000..61f5c462e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-builds-query/since-build.html @@ -0,0 +1,80 @@ + + + + + sinceBuild + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

sinceBuild

+
+
val sinceBuild: String? = null

Deprecated

This property is deprecated.

Parameters

sinceBuild

This parameter is deprecated, use fromBuild instead. A Build Scan ID allowing to retrieve builds for which Develocity completed receiving and processing after the given Build Scan ID (excluding it). This parameter can only be used with reverse=false. This parameter has precedence over any value set for the since parameter. A valid Build Scan ID must be provided, that is, a Build Scan ID that exists in the Develocity instance. A Build Scan ID for a deleted build is valid. This parameter has no effect if any of fromInstant, fromBuild are used.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-builds-query/since.html b/docs/library/com.gabrielfeo.develocity.api.model/-builds-query/since.html new file mode 100644 index 000000000..0a6072b11 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-builds-query/since.html @@ -0,0 +1,80 @@ + + + + + since + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

since

+
+
val since: Long? = null

Deprecated

This property is deprecated.

Parameters

since

This parameter is deprecated, use fromInstant instead. A unix-epoch-time in milliseconds allowing to retrieve builds for which Develocity completed receiving and processing the build after this instant. This parameter can only be used with reverse=false. Therefore, a value of 0 will process all builds. If not provided, the time in milliseconds when the request is received by the Develocity instance will be used. This parameter has no effect if any of sinceBuild, fromInstant, fromBuild are used.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-common-dependency/-common-dependency.html b/docs/library/com.gabrielfeo.develocity.api.model/-common-dependency/-common-dependency.html new file mode 100644 index 000000000..b949f404f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-common-dependency/-common-dependency.html @@ -0,0 +1,80 @@ + + + + + CommonDependency + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

CommonDependency

+
+
constructor(@Json(name = "scheme") scheme: String, @Json(name = "type") type: String, @Json(name = "name") name: String, @Json(name = "namespace") namespace: String? = null, @Json(name = "version") version: String? = null, @Json(name = "qualifiers") qualifiers: Map<String, String>? = null, @Json(name = "subpath") subpath: String? = null, @Json(name = "purl") purl: String? = null)

Parameters

scheme

The scheme used to identify the dependency.

type

The type of the dependency.

name

The name of the dependency.

namespace

A prefix used to qualify the dependency name.

version

The version of the dependency.

qualifiers

Additional information to qualify the identity of the dependency. The names and their meanings are type-specific.

subpath

Subpath within a dependency.

purl

The package URL identifier for the dependency.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-common-dependency/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-common-dependency/index.html new file mode 100644 index 000000000..5acc19275 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-common-dependency/index.html @@ -0,0 +1,228 @@ + + + + + CommonDependency + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

CommonDependency

+
data class CommonDependency(@Json(name = "scheme") val scheme: String, @Json(name = "type") val type: String, @Json(name = "name") val name: String, @Json(name = "namespace") val namespace: String? = null, @Json(name = "version") val version: String? = null, @Json(name = "qualifiers") val qualifiers: Map<String, String>? = null, @Json(name = "subpath") val subpath: String? = null, @Json(name = "purl") val purl: String? = null)

Parameters

scheme

The scheme used to identify the dependency.

type

The type of the dependency.

name

The name of the dependency.

namespace

A prefix used to qualify the dependency name.

version

The version of the dependency.

qualifiers

Additional information to qualify the identity of the dependency. The names and their meanings are type-specific.

subpath

Subpath within a dependency.

purl

The package URL identifier for the dependency.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "scheme") scheme: String, @Json(name = "type") type: String, @Json(name = "name") name: String, @Json(name = "namespace") namespace: String? = null, @Json(name = "version") version: String? = null, @Json(name = "qualifiers") qualifiers: Map<String, String>? = null, @Json(name = "subpath") subpath: String? = null, @Json(name = "purl") purl: String? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val namespace: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val purl: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val qualifiers: Map<String, String>? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val subpath: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val version: String? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-common-dependency/name.html b/docs/library/com.gabrielfeo.develocity.api.model/-common-dependency/name.html new file mode 100644 index 000000000..068113589 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-common-dependency/name.html @@ -0,0 +1,80 @@ + + + + + name + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

name

+
+

Parameters

name

The name of the dependency.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-common-dependency/namespace.html b/docs/library/com.gabrielfeo.develocity.api.model/-common-dependency/namespace.html new file mode 100644 index 000000000..573543440 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-common-dependency/namespace.html @@ -0,0 +1,80 @@ + + + + + namespace + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

namespace

+
+
val namespace: String? = null

Parameters

namespace

A prefix used to qualify the dependency name.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-common-dependency/purl.html b/docs/library/com.gabrielfeo.develocity.api.model/-common-dependency/purl.html new file mode 100644 index 000000000..27406c3a5 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-common-dependency/purl.html @@ -0,0 +1,80 @@ + + + + + purl + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

purl

+
+
val purl: String? = null

Parameters

purl

The package URL identifier for the dependency.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-common-dependency/qualifiers.html b/docs/library/com.gabrielfeo.develocity.api.model/-common-dependency/qualifiers.html new file mode 100644 index 000000000..5c666c300 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-common-dependency/qualifiers.html @@ -0,0 +1,80 @@ + + + + + qualifiers + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

qualifiers

+
+
val qualifiers: Map<String, String>? = null

Parameters

qualifiers

Additional information to qualify the identity of the dependency. The names and their meanings are type-specific.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-common-dependency/scheme.html b/docs/library/com.gabrielfeo.develocity.api.model/-common-dependency/scheme.html new file mode 100644 index 000000000..f82f0cdb3 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-common-dependency/scheme.html @@ -0,0 +1,80 @@ + + + + + scheme + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

scheme

+
+

Parameters

scheme

The scheme used to identify the dependency.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-common-dependency/subpath.html b/docs/library/com.gabrielfeo.develocity.api.model/-common-dependency/subpath.html new file mode 100644 index 000000000..4b59a33c4 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-common-dependency/subpath.html @@ -0,0 +1,80 @@ + + + + + subpath + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

subpath

+
+
val subpath: String? = null

Parameters

subpath

Subpath within a dependency.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-common-dependency/type.html b/docs/library/com.gabrielfeo.develocity.api.model/-common-dependency/type.html new file mode 100644 index 000000000..861ae5f5b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-common-dependency/type.html @@ -0,0 +1,80 @@ + + + + + type + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

type

+
+

Parameters

type

The type of the dependency.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-common-dependency/version.html b/docs/library/com.gabrielfeo.develocity.api.model/-common-dependency/version.html new file mode 100644 index 000000000..737cab6ff --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-common-dependency/version.html @@ -0,0 +1,80 @@ + + + + + version + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

version

+
+
val version: String? = null

Parameters

version

The version of the dependency.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-develocity-version/-develocity-version.html b/docs/library/com.gabrielfeo.develocity.api.model/-develocity-version/-develocity-version.html new file mode 100644 index 000000000..2346359d4 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-develocity-version/-develocity-version.html @@ -0,0 +1,80 @@ + + + + + DevelocityVersion + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

DevelocityVersion

+
+
constructor(@Json(name = "string") string: String, @Json(name = "year") year: Int, @Json(name = "release") release: Int, @Json(name = "patch") patch: Int)

Parameters

string

The complete version string of format YEAR.RELEASE.PATCH, where the patch component is omitted when 0 (e.g. 2022.3, 2022.3.1).

year

The gregorian calendar year of the release.

release

The sequence number of the release for that year, starting with 1.

patch

The patch level of the release, starting with 0.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-develocity-version/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-develocity-version/index.html new file mode 100644 index 000000000..272e823f3 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-develocity-version/index.html @@ -0,0 +1,168 @@ + + + + + DevelocityVersion + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

DevelocityVersion

+
data class DevelocityVersion(@Json(name = "string") val string: String, @Json(name = "year") val year: Int, @Json(name = "release") val release: Int, @Json(name = "patch") val patch: Int)

Parameters

string

The complete version string of format YEAR.RELEASE.PATCH, where the patch component is omitted when 0 (e.g. 2022.3, 2022.3.1).

year

The gregorian calendar year of the release.

release

The sequence number of the release for that year, starting with 1.

patch

The patch level of the release, starting with 0.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "string") string: String, @Json(name = "year") year: Int, @Json(name = "release") release: Int, @Json(name = "patch") patch: Int)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val patch: Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val year: Int
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-develocity-version/patch.html b/docs/library/com.gabrielfeo.develocity.api.model/-develocity-version/patch.html new file mode 100644 index 000000000..a8a38e3d7 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-develocity-version/patch.html @@ -0,0 +1,80 @@ + + + + + patch + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

patch

+
+
val patch: Int

Parameters

patch

The patch level of the release, starting with 0.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-develocity-version/release.html b/docs/library/com.gabrielfeo.develocity.api.model/-develocity-version/release.html new file mode 100644 index 000000000..a459c5f3e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-develocity-version/release.html @@ -0,0 +1,80 @@ + + + + + release + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

release

+
+

Parameters

release

The sequence number of the release for that year, starting with 1.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-develocity-version/string.html b/docs/library/com.gabrielfeo.develocity.api.model/-develocity-version/string.html new file mode 100644 index 000000000..3486dedeb --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-develocity-version/string.html @@ -0,0 +1,80 @@ + + + + + string + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

string

+
+

Parameters

string

The complete version string of format YEAR.RELEASE.PATCH, where the patch component is omitted when 0 (e.g. 2022.3, 2022.3.1).

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-develocity-version/year.html b/docs/library/com.gabrielfeo.develocity.api.model/-develocity-version/year.html new file mode 100644 index 000000000..03aa2dde1 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-develocity-version/year.html @@ -0,0 +1,80 @@ + + + + + year + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

year

+
+
val year: Int

Parameters

year

The gregorian calendar year of the release.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-attribute/-gradle-artifact-transform-attribute.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-attribute/-gradle-artifact-transform-attribute.html new file mode 100644 index 000000000..6bbdd4609 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-attribute/-gradle-artifact-transform-attribute.html @@ -0,0 +1,80 @@ + + + + + GradleArtifactTransformAttribute + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleArtifactTransformAttribute

+
+
constructor(@Json(name = "name") name: String, @Json(name = "from") from: String, @Json(name = "to") to: String)

Parameters

name

The name of the attribute.

from

The input attribute value.

to

The requested attributed value.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-attribute/from.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-attribute/from.html new file mode 100644 index 000000000..ca739c59d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-attribute/from.html @@ -0,0 +1,80 @@ + + + + + from + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

from

+
+

Parameters

from

The input attribute value.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-attribute/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-attribute/index.html new file mode 100644 index 000000000..0de815b45 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-attribute/index.html @@ -0,0 +1,153 @@ + + + + + GradleArtifactTransformAttribute + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleArtifactTransformAttribute

+
data class GradleArtifactTransformAttribute(@Json(name = "name") val name: String, @Json(name = "from") val from: String, @Json(name = "to") val to: String)

Parameters

name

The name of the attribute.

from

The input attribute value.

to

The requested attributed value.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "name") name: String, @Json(name = "from") from: String, @Json(name = "to") to: String)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val to: String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-attribute/name.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-attribute/name.html new file mode 100644 index 000000000..0fd73229d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-attribute/name.html @@ -0,0 +1,80 @@ + + + + + name + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

name

+
+

Parameters

name

The name of the attribute.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-attribute/to.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-attribute/to.html new file mode 100644 index 000000000..afc740e83 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-attribute/to.html @@ -0,0 +1,80 @@ + + + + + to + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

to

+
+
val to: String

Parameters

to

The requested attributed value.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/avoided-from-local-cache/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/avoided-from-local-cache/index.html new file mode 100644 index 000000000..2f8233e54 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/avoided-from-local-cache/index.html @@ -0,0 +1,134 @@ + + + + + avoidedFromLocalCache + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avoidedFromLocalCache

+
@Json(name = "avoided_from_local_cache")
avoidedFromLocalCache
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/avoided-from-remote-cache/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/avoided-from-remote-cache/index.html new file mode 100644 index 000000000..628ed66ca --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/avoided-from-remote-cache/index.html @@ -0,0 +1,134 @@ + + + + + avoidedFromRemoteCache + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avoidedFromRemoteCache

+
@Json(name = "avoided_from_remote_cache")
avoidedFromRemoteCache
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/avoided-unknown-cachebility/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/avoided-unknown-cachebility/index.html new file mode 100644 index 000000000..46254f793 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/avoided-unknown-cachebility/index.html @@ -0,0 +1,134 @@ + + + + + avoidedUnknownCachebility + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avoidedUnknownCachebility

+
@Json(name = "avoided_unknown_cachebility")
avoidedUnknownCachebility
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/avoided-unknown-reason/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/avoided-unknown-reason/index.html new file mode 100644 index 000000000..28244f066 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/avoided-unknown-reason/index.html @@ -0,0 +1,134 @@ + + + + + avoidedUnknownReason + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avoidedUnknownReason

+
@Json(name = "avoided_unknown_reason")
avoidedUnknownReason
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/avoided-up-to-date/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/avoided-up-to-date/index.html new file mode 100644 index 000000000..55798b65c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/avoided-up-to-date/index.html @@ -0,0 +1,134 @@ + + + + + avoidedUpToDate + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avoidedUpToDate

+
@Json(name = "avoided_up_to_date")
avoidedUpToDate
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/entries.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/entries.html new file mode 100644 index 000000000..d445afe96 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/entries.html @@ -0,0 +1,80 @@ + + + + + entries + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

entries

+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/executed-cacheable/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/executed-cacheable/index.html new file mode 100644 index 000000000..2e0af96d0 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/executed-cacheable/index.html @@ -0,0 +1,134 @@ + + + + + executedCacheable + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

executedCacheable

+
@Json(name = "executed_cacheable")
executedCacheable
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/executed-not-cacheable/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/executed-not-cacheable/index.html new file mode 100644 index 000000000..e9d88a642 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/executed-not-cacheable/index.html @@ -0,0 +1,134 @@ + + + + + executedNotCacheable + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

executedNotCacheable

+
@Json(name = "executed_not_cacheable")
executedNotCacheable
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/executed-unknown-cacheability/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/executed-unknown-cacheability/index.html new file mode 100644 index 000000000..4a1376cba --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/executed-unknown-cacheability/index.html @@ -0,0 +1,134 @@ + + + + + executedUnknownCacheability + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

executedUnknownCacheability

+
@Json(name = "executed_unknown_cacheability")
executedUnknownCacheability
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/index.html new file mode 100644 index 000000000..ef222c4cd --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/index.html @@ -0,0 +1,322 @@ + + + + + AvoidanceOutcome + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

AvoidanceOutcome

+

The avoidance outcome of this artifact transform execution with respect to performance: * avoided_up_to_date - Artifact transform execution whose execution is avoided due to build incrementalism * avoided_from_local_cache - Artifact transform execution whose execution is avoided due to reusing a local build cache entry * avoided_from_remote_cache - Artifact transform execution whose execution is avoided due to reusing a remote build cache entry * executed_cacheable - Artifact transform execution which is executed but is cacheable * executed_not_cacheable - Artifact transform execution which is executed but is not cacheable * executed_unknown_cacheability - Artifact transform execution which is executed and whose cacheability can not be determined * avoided_unknown_reason - Artifact transform execution which was avoided for an unknown reason * skipped - Skipped artifact transform execution. This is not emitted anymore, replaced by up_to_date.

Values: avoidedUpToDate,avoidedFromLocalCache,avoidedFromRemoteCache,executedCacheable,executedNotCacheable,executedUnknownCacheability,avoidedUnknownCachebility,avoidedUnknownReason,skipped

+
+
+
+
+
+

Entries

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "avoided_up_to_date")
avoidedUpToDate
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "avoided_from_local_cache")
avoidedFromLocalCache
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "avoided_from_remote_cache")
avoidedFromRemoteCache
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "executed_cacheable")
executedCacheable
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "executed_not_cacheable")
executedNotCacheable
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "executed_unknown_cacheability")
executedUnknownCacheability
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "avoided_unknown_cachebility")
avoidedUnknownCachebility
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "avoided_unknown_reason")
avoidedUnknownReason
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "skipped")
skipped
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns an array containing the constants of this enum type, in the order they're declared.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/skipped/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/skipped/index.html new file mode 100644 index 000000000..32b0ee96f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/skipped/index.html @@ -0,0 +1,134 @@ + + + + + skipped + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

skipped

+
@Json(name = "skipped")
skipped
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/value-of.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/value-of.html new file mode 100644 index 000000000..859d414ee --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/value-of.html @@ -0,0 +1,80 @@ + + + + + valueOf + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

valueOf

+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

kotlin.IllegalArgumentException

if this enum type has no constant with the specified name

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/value.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/value.html new file mode 100644 index 000000000..3221ca21d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/value.html @@ -0,0 +1,80 @@ + + + + + value + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

value

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/values.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/values.html new file mode 100644 index 000000000..1f45d6fc7 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/values.html @@ -0,0 +1,80 @@ + + + + + values + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

values

+
+

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-cache-artifact-rejected-reason/artifact-size-too-large/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-cache-artifact-rejected-reason/artifact-size-too-large/index.html new file mode 100644 index 000000000..336a7a952 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-cache-artifact-rejected-reason/artifact-size-too-large/index.html @@ -0,0 +1,134 @@ + + + + + artifactSizeTooLarge + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

artifactSizeTooLarge

+
@Json(name = "artifact_size_too_large")
artifactSizeTooLarge
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-cache-artifact-rejected-reason/entries.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-cache-artifact-rejected-reason/entries.html new file mode 100644 index 000000000..9783504b1 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-cache-artifact-rejected-reason/entries.html @@ -0,0 +1,80 @@ + + + + + entries + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

entries

+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-cache-artifact-rejected-reason/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-cache-artifact-rejected-reason/index.html new file mode 100644 index 000000000..5ff868254 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-cache-artifact-rejected-reason/index.html @@ -0,0 +1,202 @@ + + + + + CacheArtifactRejectedReason + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

CacheArtifactRejectedReason

+

The reason why the cache artifact is rejected: * artifact_size_too_large - The size of the artifact is larger than the remote build cache can accept. The value is null if the transform execution is not cacheable, or if the attempt to store the artifact does not succeed.

Values: artifactSizeTooLarge

+
+
+
+
+
+

Entries

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "artifact_size_too_large")
artifactSizeTooLarge
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns an array containing the constants of this enum type, in the order they're declared.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-cache-artifact-rejected-reason/value-of.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-cache-artifact-rejected-reason/value-of.html new file mode 100644 index 000000000..88281b5c4 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-cache-artifact-rejected-reason/value-of.html @@ -0,0 +1,80 @@ + + + + + valueOf + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

valueOf

+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

kotlin.IllegalArgumentException

if this enum type has no constant with the specified name

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-cache-artifact-rejected-reason/value.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-cache-artifact-rejected-reason/value.html new file mode 100644 index 000000000..c20e5e193 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-cache-artifact-rejected-reason/value.html @@ -0,0 +1,80 @@ + + + + + value + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-cache-artifact-rejected-reason/values.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-cache-artifact-rejected-reason/values.html new file mode 100644 index 000000000..a10beee54 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-cache-artifact-rejected-reason/values.html @@ -0,0 +1,80 @@ + + + + + values + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

values

+
+

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-gradle-artifact-transform-execution-entry.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-gradle-artifact-transform-execution-entry.html new file mode 100644 index 000000000..a8fcff4a5 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-gradle-artifact-transform-execution-entry.html @@ -0,0 +1,80 @@ + + + + + GradleArtifactTransformExecutionEntry + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleArtifactTransformExecutionEntry

+
+
constructor(@Json(name = "artifactTransformExecutionName") artifactTransformExecutionName: String, @Json(name = "transformActionType") transformActionType: String, @Json(name = "inputArtifactName") inputArtifactName: String, @Json(name = "changedAttributes") changedAttributes: List<GradleArtifactTransformAttribute>, @Json(name = "outcome") outcome: GradleArtifactTransformExecutionEntry.Outcome, @Json(name = "avoidanceOutcome") avoidanceOutcome: GradleArtifactTransformExecutionEntry.AvoidanceOutcome, @Json(name = "duration") duration: Long, @Json(name = "fingerprintingDuration") fingerprintingDuration: Long? = null, @Json(name = "avoidanceSavings") avoidanceSavings: Long? = null, @Json(name = "nonCacheabilityCategory") nonCacheabilityCategory: GradleArtifactTransformExecutionEntry.NonCacheabilityCategory? = null, @Json(name = "nonCacheabilityReason") nonCacheabilityReason: String? = null, @Json(name = "cacheArtifactSize") cacheArtifactSize: Long? = null, @Json(name = "cacheArtifactRejectedReason") cacheArtifactRejectedReason: GradleArtifactTransformExecutionEntry.CacheArtifactRejectedReason? = null, @Json(name = "skipReasonMessage") skipReasonMessage: String? = null, @Json(name = "cacheKey") cacheKey: String? = null)

Parameters

artifactTransformExecutionName

Artifact transform execution name.

transformActionType

The fully qualified class name of the artifact transform action.

inputArtifactName

The name of the input artifact transformed by this transform.

changedAttributes

The list of changed attributes merged from all transform execution requests.

outcome

The outcome of this artifact transform execution: * failed - Artifact transform execution which failed * success - Artifact transform execution which was successfully executed * from_cache - Artifact transform execution which was taken from cache * up_to_date - Artifact transform execution which was up-to-date * unknown - Artifact transform execution whose outcome is unknown * skipped - Artifact transform execution which was skipped. This is not emitted anymore, replaced by up_to_date.

avoidanceOutcome

The avoidance outcome of this artifact transform execution with respect to performance: * avoided_up_to_date - Artifact transform execution whose execution is avoided due to build incrementalism * avoided_from_local_cache - Artifact transform execution whose execution is avoided due to reusing a local build cache entry * avoided_from_remote_cache - Artifact transform execution whose execution is avoided due to reusing a remote build cache entry * executed_cacheable - Artifact transform execution which is executed but is cacheable * executed_not_cacheable - Artifact transform execution which is executed but is not cacheable * executed_unknown_cacheability - Artifact transform execution which is executed and whose cacheability can not be determined * avoided_unknown_reason - Artifact transform execution which was avoided for an unknown reason * skipped - Skipped artifact transform execution. This is not emitted anymore, replaced by up_to_date.

duration

The artifact transform execution duration in milliseconds.

fingerprintingDuration

The artifact transform execution fingerprinting duration in milliseconds. This duration is part of the complete artifact transform execution duration. null if the artifact transform is not fingerprinted.

avoidanceSavings

The artifact transform execution avoidance savings in milliseconds, which can be negative. Negative values indicate that it takes more time to reuse outputs than it did to create them originally. null if the information is not available.

nonCacheabilityCategory

The category of the non-cacheability reason: * build_cache_not_enabled - Caching is not enabled for the build * disabled_to_ensure_correctness - The artifact transform failed validation * not_cacheable - Caching is not enabled for this artifact transform * unknown - Reason for disabled caching is not known null when the artifact transform execution is cacheable

nonCacheabilityReason

The human-readable reason for a non-cacheable artifact transform execution. null when the artifact transform execution is cacheable.

cacheArtifactSize

The number of bytes of the produced or consumed cache artifact. For an artifact transform execution where the outputs are successfully stored to a local or remote cache, this is the size of the stored cache artifact. For an artifact transform execution execution where the outputs are successfully loaded from a local or remote cache, this is the size of the loaded cache artifact. null if the an artifact transform execution is not cacheable, or if the attempt to store or load the artifact from cache does not succeed.

cacheArtifactRejectedReason

The reason why the cache artifact is rejected: * artifact_size_too_large - The size of the artifact is larger than the remote build cache can accept. The value is null if the transform execution is not cacheable, or if the attempt to store the artifact does not succeed.

skipReasonMessage

The detailed reason why the transform execution is skipped. null if the transform execution is not skipped.

cacheKey

The build cache key. null if no build cache key was computed.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-non-cacheability-category/build-cache-not-enabled/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-non-cacheability-category/build-cache-not-enabled/index.html new file mode 100644 index 000000000..b43c15471 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-non-cacheability-category/build-cache-not-enabled/index.html @@ -0,0 +1,134 @@ + + + + + buildCacheNotEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

buildCacheNotEnabled

+
@Json(name = "build_cache_not_enabled")
buildCacheNotEnabled
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-non-cacheability-category/disabled-to-ensure-correctness/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-non-cacheability-category/disabled-to-ensure-correctness/index.html new file mode 100644 index 000000000..b71caa3ec --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-non-cacheability-category/disabled-to-ensure-correctness/index.html @@ -0,0 +1,134 @@ + + + + + disabledToEnsureCorrectness + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

disabledToEnsureCorrectness

+
@Json(name = "disabled_to_ensure_correctness")
disabledToEnsureCorrectness
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-non-cacheability-category/entries.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-non-cacheability-category/entries.html new file mode 100644 index 000000000..5323ee27c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-non-cacheability-category/entries.html @@ -0,0 +1,80 @@ + + + + + entries + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

entries

+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-non-cacheability-category/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-non-cacheability-category/index.html new file mode 100644 index 000000000..0bef87d75 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-non-cacheability-category/index.html @@ -0,0 +1,247 @@ + + + + + NonCacheabilityCategory + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

NonCacheabilityCategory

+

The category of the non-cacheability reason: * build_cache_not_enabled - Caching is not enabled for the build * disabled_to_ensure_correctness - The artifact transform failed validation * not_cacheable - Caching is not enabled for this artifact transform * unknown - Reason for disabled caching is not known null when the artifact transform execution is cacheable

Values: buildCacheNotEnabled,disabledToEnsureCorrectness,notCacheable,unknown

+
+
+
+
+
+

Entries

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "build_cache_not_enabled")
buildCacheNotEnabled
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "disabled_to_ensure_correctness")
disabledToEnsureCorrectness
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "not_cacheable")
notCacheable
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "unknown")
unknown
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns an array containing the constants of this enum type, in the order they're declared.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-non-cacheability-category/not-cacheable/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-non-cacheability-category/not-cacheable/index.html new file mode 100644 index 000000000..52b2d9d4e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-non-cacheability-category/not-cacheable/index.html @@ -0,0 +1,134 @@ + + + + + notCacheable + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

notCacheable

+
@Json(name = "not_cacheable")
notCacheable
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-non-cacheability-category/unknown/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-non-cacheability-category/unknown/index.html new file mode 100644 index 000000000..d9920873f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-non-cacheability-category/unknown/index.html @@ -0,0 +1,134 @@ + + + + + unknown + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

unknown

+
@Json(name = "unknown")
unknown
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-non-cacheability-category/value-of.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-non-cacheability-category/value-of.html new file mode 100644 index 000000000..15c2d436f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-non-cacheability-category/value-of.html @@ -0,0 +1,80 @@ + + + + + valueOf + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

valueOf

+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

kotlin.IllegalArgumentException

if this enum type has no constant with the specified name

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-non-cacheability-category/value.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-non-cacheability-category/value.html new file mode 100644 index 000000000..6c9c24f41 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-non-cacheability-category/value.html @@ -0,0 +1,80 @@ + + + + + value + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-non-cacheability-category/values.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-non-cacheability-category/values.html new file mode 100644 index 000000000..f62166498 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-non-cacheability-category/values.html @@ -0,0 +1,80 @@ + + + + + values + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

values

+
+

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/entries.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/entries.html new file mode 100644 index 000000000..5f7ab7b4e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/entries.html @@ -0,0 +1,80 @@ + + + + + entries + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

entries

+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/failed/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/failed/index.html new file mode 100644 index 000000000..06f7a807d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/failed/index.html @@ -0,0 +1,134 @@ + + + + + failed + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

failed

+
@Json(name = "failed")
failed
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/from-cache/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/from-cache/index.html new file mode 100644 index 000000000..92fda1910 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/from-cache/index.html @@ -0,0 +1,134 @@ + + + + + fromCache + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

fromCache

+
@Json(name = "from_cache")
fromCache
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/index.html new file mode 100644 index 000000000..cfa4d8330 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/index.html @@ -0,0 +1,277 @@ + + + + + Outcome + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Outcome

+

The outcome of this artifact transform execution: * failed - Artifact transform execution which failed * success - Artifact transform execution which was successfully executed * from_cache - Artifact transform execution which was taken from cache * up_to_date - Artifact transform execution which was up-to-date * unknown - Artifact transform execution whose outcome is unknown * skipped - Artifact transform execution which was skipped. This is not emitted anymore, replaced by up_to_date.

Values: failed,success,fromCache,upToDate,unknown,skipped

+
+
+
+
+
+

Entries

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "failed")
failed
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "success")
success
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "from_cache")
fromCache
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "up_to_date")
upToDate
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "unknown")
unknown
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "skipped")
skipped
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns an array containing the constants of this enum type, in the order they're declared.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/skipped/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/skipped/index.html new file mode 100644 index 000000000..506540e91 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/skipped/index.html @@ -0,0 +1,134 @@ + + + + + skipped + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

skipped

+
@Json(name = "skipped")
skipped
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/success/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/success/index.html new file mode 100644 index 000000000..6d7939bfa --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/success/index.html @@ -0,0 +1,134 @@ + + + + + success + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

success

+
@Json(name = "success")
success
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/unknown/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/unknown/index.html new file mode 100644 index 000000000..d8bf42311 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/unknown/index.html @@ -0,0 +1,134 @@ + + + + + unknown + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

unknown

+
@Json(name = "unknown")
unknown
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/up-to-date/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/up-to-date/index.html new file mode 100644 index 000000000..48cced3a1 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/up-to-date/index.html @@ -0,0 +1,134 @@ + + + + + upToDate + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

upToDate

+
@Json(name = "up_to_date")
upToDate
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/value-of.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/value-of.html new file mode 100644 index 000000000..2f123cdd4 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/value-of.html @@ -0,0 +1,80 @@ + + + + + valueOf + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

valueOf

+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

kotlin.IllegalArgumentException

if this enum type has no constant with the specified name

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/value.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/value.html new file mode 100644 index 000000000..08dd2454c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/value.html @@ -0,0 +1,80 @@ + + + + + value + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

value

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/values.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/values.html new file mode 100644 index 000000000..935784732 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/values.html @@ -0,0 +1,80 @@ + + + + + values + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

values

+
+

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/artifact-transform-execution-name.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/artifact-transform-execution-name.html new file mode 100644 index 000000000..3e28ec856 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/artifact-transform-execution-name.html @@ -0,0 +1,80 @@ + + + + + artifactTransformExecutionName + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

artifactTransformExecutionName

+
+

Parameters

artifactTransformExecutionName

Artifact transform execution name.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/avoidance-outcome.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/avoidance-outcome.html new file mode 100644 index 000000000..f5f5dddcb --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/avoidance-outcome.html @@ -0,0 +1,80 @@ + + + + + avoidanceOutcome + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avoidanceOutcome

+
+

Parameters

avoidanceOutcome

The avoidance outcome of this artifact transform execution with respect to performance: * avoided_up_to_date - Artifact transform execution whose execution is avoided due to build incrementalism * avoided_from_local_cache - Artifact transform execution whose execution is avoided due to reusing a local build cache entry * avoided_from_remote_cache - Artifact transform execution whose execution is avoided due to reusing a remote build cache entry * executed_cacheable - Artifact transform execution which is executed but is cacheable * executed_not_cacheable - Artifact transform execution which is executed but is not cacheable * executed_unknown_cacheability - Artifact transform execution which is executed and whose cacheability can not be determined * avoided_unknown_reason - Artifact transform execution which was avoided for an unknown reason * skipped - Skipped artifact transform execution. This is not emitted anymore, replaced by up_to_date.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/avoidance-savings.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/avoidance-savings.html new file mode 100644 index 000000000..256a86e56 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/avoidance-savings.html @@ -0,0 +1,80 @@ + + + + + avoidanceSavings + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avoidanceSavings

+
+
val avoidanceSavings: Long? = null

Parameters

avoidanceSavings

The artifact transform execution avoidance savings in milliseconds, which can be negative. Negative values indicate that it takes more time to reuse outputs than it did to create them originally. null if the information is not available.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/cache-artifact-rejected-reason.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/cache-artifact-rejected-reason.html new file mode 100644 index 000000000..3589d44d3 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/cache-artifact-rejected-reason.html @@ -0,0 +1,80 @@ + + + + + cacheArtifactRejectedReason + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

cacheArtifactRejectedReason

+
+

Parameters

cacheArtifactRejectedReason

The reason why the cache artifact is rejected: * artifact_size_too_large - The size of the artifact is larger than the remote build cache can accept. The value is null if the transform execution is not cacheable, or if the attempt to store the artifact does not succeed.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/cache-artifact-size.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/cache-artifact-size.html new file mode 100644 index 000000000..77d69bfa0 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/cache-artifact-size.html @@ -0,0 +1,80 @@ + + + + + cacheArtifactSize + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

cacheArtifactSize

+
+
val cacheArtifactSize: Long? = null

Parameters

cacheArtifactSize

The number of bytes of the produced or consumed cache artifact. For an artifact transform execution where the outputs are successfully stored to a local or remote cache, this is the size of the stored cache artifact. For an artifact transform execution execution where the outputs are successfully loaded from a local or remote cache, this is the size of the loaded cache artifact. null if the an artifact transform execution is not cacheable, or if the attempt to store or load the artifact from cache does not succeed.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/cache-key.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/cache-key.html new file mode 100644 index 000000000..895290ea0 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/cache-key.html @@ -0,0 +1,80 @@ + + + + + cacheKey + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

cacheKey

+
+
val cacheKey: String? = null

Parameters

cacheKey

The build cache key. null if no build cache key was computed.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/changed-attributes.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/changed-attributes.html new file mode 100644 index 000000000..10829160c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/changed-attributes.html @@ -0,0 +1,80 @@ + + + + + changedAttributes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

changedAttributes

+
+

Parameters

changedAttributes

The list of changed attributes merged from all transform execution requests.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/duration.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/duration.html new file mode 100644 index 000000000..739f33099 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/duration.html @@ -0,0 +1,80 @@ + + + + + duration + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

duration

+
+

Parameters

duration

The artifact transform execution duration in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/fingerprinting-duration.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/fingerprinting-duration.html new file mode 100644 index 000000000..ce9d9eb43 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/fingerprinting-duration.html @@ -0,0 +1,80 @@ + + + + + fingerprintingDuration + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

fingerprintingDuration

+
+

Parameters

fingerprintingDuration

The artifact transform execution fingerprinting duration in milliseconds. This duration is part of the complete artifact transform execution duration. null if the artifact transform is not fingerprinted.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/index.html new file mode 100644 index 000000000..4c977e73b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/index.html @@ -0,0 +1,397 @@ + + + + + GradleArtifactTransformExecutionEntry + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleArtifactTransformExecutionEntry

+
data class GradleArtifactTransformExecutionEntry(@Json(name = "artifactTransformExecutionName") val artifactTransformExecutionName: String, @Json(name = "transformActionType") val transformActionType: String, @Json(name = "inputArtifactName") val inputArtifactName: String, @Json(name = "changedAttributes") val changedAttributes: List<GradleArtifactTransformAttribute>, @Json(name = "outcome") val outcome: GradleArtifactTransformExecutionEntry.Outcome, @Json(name = "avoidanceOutcome") val avoidanceOutcome: GradleArtifactTransformExecutionEntry.AvoidanceOutcome, @Json(name = "duration") val duration: Long, @Json(name = "fingerprintingDuration") val fingerprintingDuration: Long? = null, @Json(name = "avoidanceSavings") val avoidanceSavings: Long? = null, @Json(name = "nonCacheabilityCategory") val nonCacheabilityCategory: GradleArtifactTransformExecutionEntry.NonCacheabilityCategory? = null, @Json(name = "nonCacheabilityReason") val nonCacheabilityReason: String? = null, @Json(name = "cacheArtifactSize") val cacheArtifactSize: Long? = null, @Json(name = "cacheArtifactRejectedReason") val cacheArtifactRejectedReason: GradleArtifactTransformExecutionEntry.CacheArtifactRejectedReason? = null, @Json(name = "skipReasonMessage") val skipReasonMessage: String? = null, @Json(name = "cacheKey") val cacheKey: String? = null)

Parameters

artifactTransformExecutionName

Artifact transform execution name.

transformActionType

The fully qualified class name of the artifact transform action.

inputArtifactName

The name of the input artifact transformed by this transform.

changedAttributes

The list of changed attributes merged from all transform execution requests.

outcome

The outcome of this artifact transform execution: * failed - Artifact transform execution which failed * success - Artifact transform execution which was successfully executed * from_cache - Artifact transform execution which was taken from cache * up_to_date - Artifact transform execution which was up-to-date * unknown - Artifact transform execution whose outcome is unknown * skipped - Artifact transform execution which was skipped. This is not emitted anymore, replaced by up_to_date.

avoidanceOutcome

The avoidance outcome of this artifact transform execution with respect to performance: * avoided_up_to_date - Artifact transform execution whose execution is avoided due to build incrementalism * avoided_from_local_cache - Artifact transform execution whose execution is avoided due to reusing a local build cache entry * avoided_from_remote_cache - Artifact transform execution whose execution is avoided due to reusing a remote build cache entry * executed_cacheable - Artifact transform execution which is executed but is cacheable * executed_not_cacheable - Artifact transform execution which is executed but is not cacheable * executed_unknown_cacheability - Artifact transform execution which is executed and whose cacheability can not be determined * avoided_unknown_reason - Artifact transform execution which was avoided for an unknown reason * skipped - Skipped artifact transform execution. This is not emitted anymore, replaced by up_to_date.

duration

The artifact transform execution duration in milliseconds.

fingerprintingDuration

The artifact transform execution fingerprinting duration in milliseconds. This duration is part of the complete artifact transform execution duration. null if the artifact transform is not fingerprinted.

avoidanceSavings

The artifact transform execution avoidance savings in milliseconds, which can be negative. Negative values indicate that it takes more time to reuse outputs than it did to create them originally. null if the information is not available.

nonCacheabilityCategory

The category of the non-cacheability reason: * build_cache_not_enabled - Caching is not enabled for the build * disabled_to_ensure_correctness - The artifact transform failed validation * not_cacheable - Caching is not enabled for this artifact transform * unknown - Reason for disabled caching is not known null when the artifact transform execution is cacheable

nonCacheabilityReason

The human-readable reason for a non-cacheable artifact transform execution. null when the artifact transform execution is cacheable.

cacheArtifactSize

The number of bytes of the produced or consumed cache artifact. For an artifact transform execution where the outputs are successfully stored to a local or remote cache, this is the size of the stored cache artifact. For an artifact transform execution execution where the outputs are successfully loaded from a local or remote cache, this is the size of the loaded cache artifact. null if the an artifact transform execution is not cacheable, or if the attempt to store or load the artifact from cache does not succeed.

cacheArtifactRejectedReason

The reason why the cache artifact is rejected: * artifact_size_too_large - The size of the artifact is larger than the remote build cache can accept. The value is null if the transform execution is not cacheable, or if the attempt to store the artifact does not succeed.

skipReasonMessage

The detailed reason why the transform execution is skipped. null if the transform execution is not skipped.

cacheKey

The build cache key. null if no build cache key was computed.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "artifactTransformExecutionName") artifactTransformExecutionName: String, @Json(name = "transformActionType") transformActionType: String, @Json(name = "inputArtifactName") inputArtifactName: String, @Json(name = "changedAttributes") changedAttributes: List<GradleArtifactTransformAttribute>, @Json(name = "outcome") outcome: GradleArtifactTransformExecutionEntry.Outcome, @Json(name = "avoidanceOutcome") avoidanceOutcome: GradleArtifactTransformExecutionEntry.AvoidanceOutcome, @Json(name = "duration") duration: Long, @Json(name = "fingerprintingDuration") fingerprintingDuration: Long? = null, @Json(name = "avoidanceSavings") avoidanceSavings: Long? = null, @Json(name = "nonCacheabilityCategory") nonCacheabilityCategory: GradleArtifactTransformExecutionEntry.NonCacheabilityCategory? = null, @Json(name = "nonCacheabilityReason") nonCacheabilityReason: String? = null, @Json(name = "cacheArtifactSize") cacheArtifactSize: Long? = null, @Json(name = "cacheArtifactRejectedReason") cacheArtifactRejectedReason: GradleArtifactTransformExecutionEntry.CacheArtifactRejectedReason? = null, @Json(name = "skipReasonMessage") skipReasonMessage: String? = null, @Json(name = "cacheKey") cacheKey: String? = null)
+
+
+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The avoidance outcome of this artifact transform execution with respect to performance: * avoided_up_to_date - Artifact transform execution whose execution is avoided due to build incrementalism * avoided_from_local_cache - Artifact transform execution whose execution is avoided due to reusing a local build cache entry * avoided_from_remote_cache - Artifact transform execution whose execution is avoided due to reusing a remote build cache entry * executed_cacheable - Artifact transform execution which is executed but is cacheable * executed_not_cacheable - Artifact transform execution which is executed but is not cacheable * executed_unknown_cacheability - Artifact transform execution which is executed and whose cacheability can not be determined * avoided_unknown_reason - Artifact transform execution which was avoided for an unknown reason * skipped - Skipped artifact transform execution. This is not emitted anymore, replaced by up_to_date.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The reason why the cache artifact is rejected: * artifact_size_too_large - The size of the artifact is larger than the remote build cache can accept. The value is null if the transform execution is not cacheable, or if the attempt to store the artifact does not succeed.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The category of the non-cacheability reason: * build_cache_not_enabled - Caching is not enabled for the build * disabled_to_ensure_correctness - The artifact transform failed validation * not_cacheable - Caching is not enabled for this artifact transform * unknown - Reason for disabled caching is not known null when the artifact transform execution is cacheable

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The outcome of this artifact transform execution: * failed - Artifact transform execution which failed * success - Artifact transform execution which was successfully executed * from_cache - Artifact transform execution which was taken from cache * up_to_date - Artifact transform execution which was up-to-date * unknown - Artifact transform execution whose outcome is unknown * skipped - Artifact transform execution which was skipped. This is not emitted anymore, replaced by up_to_date.

+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+ +
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val avoidanceSavings: Long? = null
+
+
+
+
+ + + +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val cacheArtifactSize: Long? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val cacheKey: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ + + +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/input-artifact-name.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/input-artifact-name.html new file mode 100644 index 000000000..50adcec57 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/input-artifact-name.html @@ -0,0 +1,80 @@ + + + + + inputArtifactName + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

inputArtifactName

+
+

Parameters

inputArtifactName

The name of the input artifact transformed by this transform.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/non-cacheability-category.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/non-cacheability-category.html new file mode 100644 index 000000000..6ecd11c3e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/non-cacheability-category.html @@ -0,0 +1,80 @@ + + + + + nonCacheabilityCategory + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

nonCacheabilityCategory

+
+

Parameters

nonCacheabilityCategory

The category of the non-cacheability reason: * build_cache_not_enabled - Caching is not enabled for the build * disabled_to_ensure_correctness - The artifact transform failed validation * not_cacheable - Caching is not enabled for this artifact transform * unknown - Reason for disabled caching is not known null when the artifact transform execution is cacheable

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/non-cacheability-reason.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/non-cacheability-reason.html new file mode 100644 index 000000000..ecb8f97a7 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/non-cacheability-reason.html @@ -0,0 +1,80 @@ + + + + + nonCacheabilityReason + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

nonCacheabilityReason

+
+

Parameters

nonCacheabilityReason

The human-readable reason for a non-cacheable artifact transform execution. null when the artifact transform execution is cacheable.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/outcome.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/outcome.html new file mode 100644 index 000000000..fe22e239c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/outcome.html @@ -0,0 +1,80 @@ + + + + + outcome + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

outcome

+
+

Parameters

outcome

The outcome of this artifact transform execution: * failed - Artifact transform execution which failed * success - Artifact transform execution which was successfully executed * from_cache - Artifact transform execution which was taken from cache * up_to_date - Artifact transform execution which was up-to-date * unknown - Artifact transform execution whose outcome is unknown * skipped - Artifact transform execution which was skipped. This is not emitted anymore, replaced by up_to_date.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/skip-reason-message.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/skip-reason-message.html new file mode 100644 index 000000000..0c7219c80 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/skip-reason-message.html @@ -0,0 +1,80 @@ + + + + + skipReasonMessage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

skipReasonMessage

+
+

Parameters

skipReasonMessage

The detailed reason why the transform execution is skipped. null if the transform execution is not skipped.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/transform-action-type.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/transform-action-type.html new file mode 100644 index 000000000..807509bc8 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/transform-action-type.html @@ -0,0 +1,80 @@ + + + + + transformActionType + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

transformActionType

+
+

Parameters

transformActionType

The fully qualified class name of the artifact transform action.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-executions/-gradle-artifact-transform-executions.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-executions/-gradle-artifact-transform-executions.html new file mode 100644 index 000000000..b678449a8 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-executions/-gradle-artifact-transform-executions.html @@ -0,0 +1,80 @@ + + + + + GradleArtifactTransformExecutions + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleArtifactTransformExecutions

+
+
constructor(@Json(name = "artifactTransformExecutions") artifactTransformExecutions: List<GradleArtifactTransformExecutionEntry>? = null)

Parameters

artifactTransformExecutions

A list of executed artifact transforms with performance related information. null if artifact transform execution capturing is not supported.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-executions/artifact-transform-executions.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-executions/artifact-transform-executions.html new file mode 100644 index 000000000..5a3ed77d7 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-executions/artifact-transform-executions.html @@ -0,0 +1,80 @@ + + + + + artifactTransformExecutions + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

artifactTransformExecutions

+
+

Parameters

artifactTransformExecutions

A list of executed artifact transforms with performance related information. null if artifact transform execution capturing is not supported.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-executions/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-executions/index.html new file mode 100644 index 000000000..09f2d40e0 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-executions/index.html @@ -0,0 +1,123 @@ + + + + + GradleArtifactTransformExecutions + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleArtifactTransformExecutions

+
data class GradleArtifactTransformExecutions(@Json(name = "artifactTransformExecutions") val artifactTransformExecutions: List<GradleArtifactTransformExecutionEntry>? = null)

Parameters

artifactTransformExecutions

A list of executed artifact transforms with performance related information. null if artifact transform execution capturing is not supported.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "artifactTransformExecutions") artifactTransformExecutions: List<GradleArtifactTransformExecutionEntry>? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+ +
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/-gradle-attributes.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/-gradle-attributes.html new file mode 100644 index 000000000..075109719 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/-gradle-attributes.html @@ -0,0 +1,80 @@ + + + + + GradleAttributes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleAttributes

+
+
constructor(@Json(name = "id") id: String, @Json(name = "buildStartTime") buildStartTime: Long, @Json(name = "buildDuration") buildDuration: Long, @Json(name = "gradleVersion") gradleVersion: String, @Json(name = "pluginVersion") pluginVersion: String, @Json(name = "requestedTasks") requestedTasks: List<String>, @Json(name = "hasFailed") hasFailed: Boolean, @Json(name = "tags") tags: List<String>, @Json(name = "values") propertyValues: List<BuildAttributesValue>, @Json(name = "links") links: List<BuildAttributesLink>, @Json(name = "develocitySettings") develocitySettings: GradleDevelocitySettings, @Json(name = "buildOptions") buildOptions: GradleBuildOptions, @Json(name = "environment") environment: BuildAttributesEnvironment, @Json(name = "gradleEnterpriseSettings") gradleEnterpriseSettings: GradleGradleEnterpriseSettings, @Json(name = "rootProjectName") rootProjectName: String? = null, @Json(name = "hasVerificationFailure") hasVerificationFailure: Boolean? = null, @Json(name = "hasNonVerificationFailure") hasNonVerificationFailure: Boolean? = null)

Parameters

id

The Build Scan ID.

buildStartTime

The time when the build starts, as milliseconds since Epoch.

buildDuration

The duration of the build, as milliseconds.

gradleVersion

The Gradle version used.

pluginVersion

The Develocity Gradle plugin version used.

requestedTasks

The list of requested tasks.

hasFailed

True when the build fails, false otherwise.

tags

The list of Build Scan tags.

propertyValues

The list of Build Scan values.

links

The list of Build Scan links.

develocitySettings
buildOptions
environment
gradleEnterpriseSettings
rootProjectName

The root project name. null in case of very early build failure.

hasVerificationFailure

Set only if the build fails: true when the build has at least one failure classified as \"Verification\", false otherwise. The Verification classification is meant for failures that are expected within a standard application development lifecycle. They typically represent a problem with the developer’s inputs to the build such as the source code.

hasNonVerificationFailure

Set only if the build failed: true when the build has at least one failure classified as \"Non-verification\", false otherwise. The Non-verification classification is meant for failures that are typically not expected within a standard application development lifecycle, such as build configuration failures, dependency resolution failures, and infrastructure failures.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/build-duration.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/build-duration.html new file mode 100644 index 000000000..609ca9fbe --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/build-duration.html @@ -0,0 +1,80 @@ + + + + + buildDuration + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

buildDuration

+
+

Parameters

buildDuration

The duration of the build, as milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/build-options.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/build-options.html new file mode 100644 index 000000000..8e58b2781 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/build-options.html @@ -0,0 +1,80 @@ + + + + + buildOptions + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

buildOptions

+
+

Parameters

buildOptions
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/build-start-time.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/build-start-time.html new file mode 100644 index 000000000..d7377b810 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/build-start-time.html @@ -0,0 +1,80 @@ + + + + + buildStartTime + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

buildStartTime

+
+

Parameters

buildStartTime

The time when the build starts, as milliseconds since Epoch.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/develocity-settings.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/develocity-settings.html new file mode 100644 index 000000000..5253a2eec --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/develocity-settings.html @@ -0,0 +1,80 @@ + + + + + develocitySettings + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

develocitySettings

+
+

Parameters

develocitySettings
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/environment.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/environment.html new file mode 100644 index 000000000..79533064f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/environment.html @@ -0,0 +1,80 @@ + + + + + environment + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

environment

+
+

Parameters

environment
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/gradle-enterprise-settings.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/gradle-enterprise-settings.html new file mode 100644 index 000000000..de1d00ddd --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/gradle-enterprise-settings.html @@ -0,0 +1,80 @@ + + + + + gradleEnterpriseSettings + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gradleEnterpriseSettings

+
+

Deprecated

This property is deprecated.

Parameters

gradleEnterpriseSettings
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/gradle-version.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/gradle-version.html new file mode 100644 index 000000000..51379c745 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/gradle-version.html @@ -0,0 +1,80 @@ + + + + + gradleVersion + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gradleVersion

+
+

Parameters

gradleVersion

The Gradle version used.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/has-failed.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/has-failed.html new file mode 100644 index 000000000..3eea2d6b3 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/has-failed.html @@ -0,0 +1,80 @@ + + + + + hasFailed + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hasFailed

+
+

Parameters

hasFailed

True when the build fails, false otherwise.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/has-non-verification-failure.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/has-non-verification-failure.html new file mode 100644 index 000000000..d6bf8a8f1 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/has-non-verification-failure.html @@ -0,0 +1,80 @@ + + + + + hasNonVerificationFailure + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hasNonVerificationFailure

+
+

Parameters

hasNonVerificationFailure

Set only if the build failed: true when the build has at least one failure classified as \"Non-verification\", false otherwise. The Non-verification classification is meant for failures that are typically not expected within a standard application development lifecycle, such as build configuration failures, dependency resolution failures, and infrastructure failures.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/has-verification-failure.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/has-verification-failure.html new file mode 100644 index 000000000..e5991447b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/has-verification-failure.html @@ -0,0 +1,80 @@ + + + + + hasVerificationFailure + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hasVerificationFailure

+
+

Parameters

hasVerificationFailure

Set only if the build fails: true when the build has at least one failure classified as \"Verification\", false otherwise. The Verification classification is meant for failures that are expected within a standard application development lifecycle. They typically represent a problem with the developer’s inputs to the build such as the source code.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/id.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/id.html new file mode 100644 index 000000000..6fb30958f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/id.html @@ -0,0 +1,80 @@ + + + + + id + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

id

+
+
val id: String

Parameters

id

The Build Scan ID.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/index.html new file mode 100644 index 000000000..50463dcbc --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/index.html @@ -0,0 +1,363 @@ + + + + + GradleAttributes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleAttributes

+
data class GradleAttributes(@Json(name = "id") val id: String, @Json(name = "buildStartTime") val buildStartTime: Long, @Json(name = "buildDuration") val buildDuration: Long, @Json(name = "gradleVersion") val gradleVersion: String, @Json(name = "pluginVersion") val pluginVersion: String, @Json(name = "requestedTasks") val requestedTasks: List<String>, @Json(name = "hasFailed") val hasFailed: Boolean, @Json(name = "tags") val tags: List<String>, @Json(name = "values") val propertyValues: List<BuildAttributesValue>, @Json(name = "links") val links: List<BuildAttributesLink>, @Json(name = "develocitySettings") val develocitySettings: GradleDevelocitySettings, @Json(name = "buildOptions") val buildOptions: GradleBuildOptions, @Json(name = "environment") val environment: BuildAttributesEnvironment, @Json(name = "gradleEnterpriseSettings") val gradleEnterpriseSettings: GradleGradleEnterpriseSettings, @Json(name = "rootProjectName") val rootProjectName: String? = null, @Json(name = "hasVerificationFailure") val hasVerificationFailure: Boolean? = null, @Json(name = "hasNonVerificationFailure") val hasNonVerificationFailure: Boolean? = null)

The attributes of a Gradle build.

Parameters

id

The Build Scan ID.

buildStartTime

The time when the build starts, as milliseconds since Epoch.

buildDuration

The duration of the build, as milliseconds.

gradleVersion

The Gradle version used.

pluginVersion

The Develocity Gradle plugin version used.

requestedTasks

The list of requested tasks.

hasFailed

True when the build fails, false otherwise.

tags

The list of Build Scan tags.

propertyValues

The list of Build Scan values.

links

The list of Build Scan links.

develocitySettings
buildOptions
environment
gradleEnterpriseSettings
rootProjectName

The root project name. null in case of very early build failure.

hasVerificationFailure

Set only if the build fails: true when the build has at least one failure classified as \"Verification\", false otherwise. The Verification classification is meant for failures that are expected within a standard application development lifecycle. They typically represent a problem with the developer’s inputs to the build such as the source code.

hasNonVerificationFailure

Set only if the build failed: true when the build has at least one failure classified as \"Non-verification\", false otherwise. The Non-verification classification is meant for failures that are typically not expected within a standard application development lifecycle, such as build configuration failures, dependency resolution failures, and infrastructure failures.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "id") id: String, @Json(name = "buildStartTime") buildStartTime: Long, @Json(name = "buildDuration") buildDuration: Long, @Json(name = "gradleVersion") gradleVersion: String, @Json(name = "pluginVersion") pluginVersion: String, @Json(name = "requestedTasks") requestedTasks: List<String>, @Json(name = "hasFailed") hasFailed: Boolean, @Json(name = "tags") tags: List<String>, @Json(name = "values") propertyValues: List<BuildAttributesValue>, @Json(name = "links") links: List<BuildAttributesLink>, @Json(name = "develocitySettings") develocitySettings: GradleDevelocitySettings, @Json(name = "buildOptions") buildOptions: GradleBuildOptions, @Json(name = "environment") environment: BuildAttributesEnvironment, @Json(name = "gradleEnterpriseSettings") gradleEnterpriseSettings: GradleGradleEnterpriseSettings, @Json(name = "rootProjectName") rootProjectName: String? = null, @Json(name = "hasVerificationFailure") hasVerificationFailure: Boolean? = null, @Json(name = "hasNonVerificationFailure") hasNonVerificationFailure: Boolean? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val id: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val rootProjectName: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/links.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/links.html new file mode 100644 index 000000000..847956095 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/links.html @@ -0,0 +1,80 @@ + + + + + links + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

links

+
+

Parameters

links

The list of Build Scan links.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/plugin-version.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/plugin-version.html new file mode 100644 index 000000000..a3d65e561 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/plugin-version.html @@ -0,0 +1,80 @@ + + + + + pluginVersion + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

pluginVersion

+
+

Parameters

pluginVersion

The Develocity Gradle plugin version used.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/property-values.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/property-values.html new file mode 100644 index 000000000..82d924e7b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/property-values.html @@ -0,0 +1,80 @@ + + + + + propertyValues + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

propertyValues

+
+

Parameters

propertyValues

The list of Build Scan values.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/requested-tasks.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/requested-tasks.html new file mode 100644 index 000000000..338cc4cad --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/requested-tasks.html @@ -0,0 +1,80 @@ + + + + + requestedTasks + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

requestedTasks

+
+

Parameters

requestedTasks

The list of requested tasks.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/root-project-name.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/root-project-name.html new file mode 100644 index 000000000..1f8f5117f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/root-project-name.html @@ -0,0 +1,80 @@ + + + + + rootProjectName + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

rootProjectName

+
+
val rootProjectName: String? = null

Parameters

rootProjectName

The root project name. null in case of very early build failure.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/tags.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/tags.html new file mode 100644 index 000000000..8a1c53baf --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/tags.html @@ -0,0 +1,80 @@ + + + + + tags + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

tags

+
+

Parameters

tags

The list of Build Scan tags.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-avoidance-savings-summary/-gradle-build-cache-performance-avoidance-savings-summary.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-avoidance-savings-summary/-gradle-build-cache-performance-avoidance-savings-summary.html new file mode 100644 index 000000000..d21063eed --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-avoidance-savings-summary/-gradle-build-cache-performance-avoidance-savings-summary.html @@ -0,0 +1,80 @@ + + + + + GradleBuildCachePerformanceAvoidanceSavingsSummary + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleBuildCachePerformanceAvoidanceSavingsSummary

+
+
constructor(@Json(name = "total") total: Long, @Json(name = "ratio") ratio: Double, @Json(name = "upToDate") upToDate: Long, @Json(name = "localBuildCache") localBuildCache: Long, @Json(name = "remoteBuildCache") remoteBuildCache: Long)

Parameters

total

The estimated reduction in serial execution time of the tasks due to their outputs being reused in milliseconds.

ratio

The ratio of the total avoidance savings against the potential serial execution time (which is the actual serial execution time plus the total avoidance savings). Quantifies the effect of avoidance savings in this build. The bigger the ratio is, the more time is saved when running the build.

upToDate

The estimated reduction in serial execution time of the tasks due to build incrementalism in milliseconds.

localBuildCache

The estimated reduction in serial execution time of the tasks due to their outputs being reused from the local build cache in milliseconds.

remoteBuildCache

The estimated reduction in serial execution time of the tasks due to their outputs being reused from the remote build cache in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-avoidance-savings-summary/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-avoidance-savings-summary/index.html new file mode 100644 index 000000000..137be601a --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-avoidance-savings-summary/index.html @@ -0,0 +1,183 @@ + + + + + GradleBuildCachePerformanceAvoidanceSavingsSummary + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleBuildCachePerformanceAvoidanceSavingsSummary

+
data class GradleBuildCachePerformanceAvoidanceSavingsSummary(@Json(name = "total") val total: Long, @Json(name = "ratio") val ratio: Double, @Json(name = "upToDate") val upToDate: Long, @Json(name = "localBuildCache") val localBuildCache: Long, @Json(name = "remoteBuildCache") val remoteBuildCache: Long)

Deprecated

This schema is deprecated.

This is deprecated, use taskAvoidanceSavingsSummary instead. A breakdown of avoidance savings.

Parameters

total

The estimated reduction in serial execution time of the tasks due to their outputs being reused in milliseconds.

ratio

The ratio of the total avoidance savings against the potential serial execution time (which is the actual serial execution time plus the total avoidance savings). Quantifies the effect of avoidance savings in this build. The bigger the ratio is, the more time is saved when running the build.

upToDate

The estimated reduction in serial execution time of the tasks due to build incrementalism in milliseconds.

localBuildCache

The estimated reduction in serial execution time of the tasks due to their outputs being reused from the local build cache in milliseconds.

remoteBuildCache

The estimated reduction in serial execution time of the tasks due to their outputs being reused from the remote build cache in milliseconds.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "total") total: Long, @Json(name = "ratio") ratio: Double, @Json(name = "upToDate") upToDate: Long, @Json(name = "localBuildCache") localBuildCache: Long, @Json(name = "remoteBuildCache") remoteBuildCache: Long)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val total: Long
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-avoidance-savings-summary/local-build-cache.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-avoidance-savings-summary/local-build-cache.html new file mode 100644 index 000000000..b8740be84 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-avoidance-savings-summary/local-build-cache.html @@ -0,0 +1,80 @@ + + + + + localBuildCache + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

localBuildCache

+
+

Parameters

localBuildCache

The estimated reduction in serial execution time of the tasks due to their outputs being reused from the local build cache in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-avoidance-savings-summary/ratio.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-avoidance-savings-summary/ratio.html new file mode 100644 index 000000000..53ffccc10 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-avoidance-savings-summary/ratio.html @@ -0,0 +1,80 @@ + + + + + ratio + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ratio

+
+

Parameters

ratio

The ratio of the total avoidance savings against the potential serial execution time (which is the actual serial execution time plus the total avoidance savings). Quantifies the effect of avoidance savings in this build. The bigger the ratio is, the more time is saved when running the build.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-avoidance-savings-summary/remote-build-cache.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-avoidance-savings-summary/remote-build-cache.html new file mode 100644 index 000000000..00e4a2d2c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-avoidance-savings-summary/remote-build-cache.html @@ -0,0 +1,80 @@ + + + + + remoteBuildCache + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

remoteBuildCache

+
+

Parameters

remoteBuildCache

The estimated reduction in serial execution time of the tasks due to their outputs being reused from the remote build cache in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-avoidance-savings-summary/total.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-avoidance-savings-summary/total.html new file mode 100644 index 000000000..1f4b25d54 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-avoidance-savings-summary/total.html @@ -0,0 +1,80 @@ + + + + + total + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

total

+
+
val total: Long

Parameters

total

The estimated reduction in serial execution time of the tasks due to their outputs being reused in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-avoidance-savings-summary/up-to-date.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-avoidance-savings-summary/up-to-date.html new file mode 100644 index 000000000..df7379a5e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-avoidance-savings-summary/up-to-date.html @@ -0,0 +1,80 @@ + + + + + upToDate + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

upToDate

+
+

Parameters

upToDate

The estimated reduction in serial execution time of the tasks due to build incrementalism in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-local-info/-gradle-build-cache-performance-build-cache-local-info.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-local-info/-gradle-build-cache-performance-build-cache-local-info.html new file mode 100644 index 000000000..2ee654629 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-local-info/-gradle-build-cache-performance-build-cache-local-info.html @@ -0,0 +1,80 @@ + + + + + GradleBuildCachePerformanceBuildCacheLocalInfo + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleBuildCachePerformanceBuildCacheLocalInfo

+
+
constructor(@Json(name = "isEnabled") isEnabled: Boolean, @Json(name = "isPushEnabled") isPushEnabled: Boolean? = null, @Json(name = "isDisabledDueToError") isDisabledDueToError: Boolean? = null, @Json(name = "directory") directory: String? = null)

Parameters

isEnabled

Indicates whether the local build cache is enabled.

isPushEnabled

Indicates whether pushing to the local build cache is enabled. null if the local build cache is disabled.

isDisabledDueToError

Indicates whether the local cache is disabled due to an error occurring in loading or storing local build cache entries. null if the local build cache is disabled.

directory

Location of the local build cache. Can be relative or absolute depending on its value. null if the local build cache is disabled.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-local-info/directory.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-local-info/directory.html new file mode 100644 index 000000000..02f90358e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-local-info/directory.html @@ -0,0 +1,80 @@ + + + + + directory + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

directory

+
+
val directory: String? = null

Parameters

directory

Location of the local build cache. Can be relative or absolute depending on its value. null if the local build cache is disabled.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-local-info/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-local-info/index.html new file mode 100644 index 000000000..1f2441f1f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-local-info/index.html @@ -0,0 +1,168 @@ + + + + + GradleBuildCachePerformanceBuildCacheLocalInfo + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleBuildCachePerformanceBuildCacheLocalInfo

+
data class GradleBuildCachePerformanceBuildCacheLocalInfo(@Json(name = "isEnabled") val isEnabled: Boolean, @Json(name = "isPushEnabled") val isPushEnabled: Boolean? = null, @Json(name = "isDisabledDueToError") val isDisabledDueToError: Boolean? = null, @Json(name = "directory") val directory: String? = null)

Information about the local build cache used in the build.

Parameters

isEnabled

Indicates whether the local build cache is enabled.

isPushEnabled

Indicates whether pushing to the local build cache is enabled. null if the local build cache is disabled.

isDisabledDueToError

Indicates whether the local cache is disabled due to an error occurring in loading or storing local build cache entries. null if the local build cache is disabled.

directory

Location of the local build cache. Can be relative or absolute depending on its value. null if the local build cache is disabled.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "isEnabled") isEnabled: Boolean, @Json(name = "isPushEnabled") isPushEnabled: Boolean? = null, @Json(name = "isDisabledDueToError") isDisabledDueToError: Boolean? = null, @Json(name = "directory") directory: String? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val directory: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val isPushEnabled: Boolean? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-local-info/is-disabled-due-to-error.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-local-info/is-disabled-due-to-error.html new file mode 100644 index 000000000..1687edc05 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-local-info/is-disabled-due-to-error.html @@ -0,0 +1,80 @@ + + + + + isDisabledDueToError + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

isDisabledDueToError

+
+

Parameters

isDisabledDueToError

Indicates whether the local cache is disabled due to an error occurring in loading or storing local build cache entries. null if the local build cache is disabled.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-local-info/is-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-local-info/is-enabled.html new file mode 100644 index 000000000..0fb8644db --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-local-info/is-enabled.html @@ -0,0 +1,80 @@ + + + + + isEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

isEnabled

+
+

Parameters

isEnabled

Indicates whether the local build cache is enabled.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-local-info/is-push-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-local-info/is-push-enabled.html new file mode 100644 index 000000000..39bc4db30 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-local-info/is-push-enabled.html @@ -0,0 +1,80 @@ + + + + + isPushEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

isPushEnabled

+
+
val isPushEnabled: Boolean? = null

Parameters

isPushEnabled

Indicates whether pushing to the local build cache is enabled. null if the local build cache is disabled.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-overhead/-gradle-build-cache-performance-build-cache-overhead.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-overhead/-gradle-build-cache-performance-build-cache-overhead.html new file mode 100644 index 000000000..cdf2bdea6 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-overhead/-gradle-build-cache-performance-build-cache-overhead.html @@ -0,0 +1,80 @@ + + + + + GradleBuildCachePerformanceBuildCacheOverhead + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleBuildCachePerformanceBuildCacheOverhead

+
+
constructor(@Json(name = "uploading") uploading: Long, @Json(name = "downloading") downloading: Long, @Json(name = "packing") packing: Long, @Json(name = "unpacking") unpacking: Long)

Parameters

uploading

Overhead of upload operations in milliseconds.

downloading

Overhead of download operations in milliseconds.

packing

Overhead of pack operations in milliseconds.

unpacking

Overhead of unpack operations in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-overhead/downloading.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-overhead/downloading.html new file mode 100644 index 000000000..540094388 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-overhead/downloading.html @@ -0,0 +1,80 @@ + + + + + downloading + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

downloading

+
+

Parameters

downloading

Overhead of download operations in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-overhead/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-overhead/index.html new file mode 100644 index 000000000..342457f88 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-overhead/index.html @@ -0,0 +1,168 @@ + + + + + GradleBuildCachePerformanceBuildCacheOverhead + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleBuildCachePerformanceBuildCacheOverhead

+
data class GradleBuildCachePerformanceBuildCacheOverhead(@Json(name = "uploading") val uploading: Long, @Json(name = "downloading") val downloading: Long, @Json(name = "packing") val packing: Long, @Json(name = "unpacking") val unpacking: Long)

Information about the build cache overhead in this build.

Parameters

uploading

Overhead of upload operations in milliseconds.

downloading

Overhead of download operations in milliseconds.

packing

Overhead of pack operations in milliseconds.

unpacking

Overhead of unpack operations in milliseconds.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "uploading") uploading: Long, @Json(name = "downloading") downloading: Long, @Json(name = "packing") packing: Long, @Json(name = "unpacking") unpacking: Long)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-overhead/packing.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-overhead/packing.html new file mode 100644 index 000000000..e9ba14cbd --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-overhead/packing.html @@ -0,0 +1,80 @@ + + + + + packing + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

packing

+
+

Parameters

packing

Overhead of pack operations in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-overhead/unpacking.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-overhead/unpacking.html new file mode 100644 index 000000000..24388058e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-overhead/unpacking.html @@ -0,0 +1,80 @@ + + + + + unpacking + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

unpacking

+
+

Parameters

unpacking

Overhead of unpack operations in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-overhead/uploading.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-overhead/uploading.html new file mode 100644 index 000000000..527e8818b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-overhead/uploading.html @@ -0,0 +1,80 @@ + + + + + uploading + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

uploading

+
+

Parameters

uploading

Overhead of upload operations in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-remote-info/-gradle-build-cache-performance-build-cache-remote-info.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-remote-info/-gradle-build-cache-performance-build-cache-remote-info.html new file mode 100644 index 000000000..b2f4bd467 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-remote-info/-gradle-build-cache-performance-build-cache-remote-info.html @@ -0,0 +1,80 @@ + + + + + GradleBuildCachePerformanceBuildCacheRemoteInfo + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleBuildCachePerformanceBuildCacheRemoteInfo

+
+
constructor(@Json(name = "isEnabled") isEnabled: Boolean, @Json(name = "type") type: String? = null, @Json(name = "className") className: String? = null, @Json(name = "isPushEnabled") isPushEnabled: Boolean? = null, @Json(name = "isDisabledDueToError") isDisabledDueToError: Boolean? = null, @Json(name = "url") url: String? = null)

Parameters

isEnabled

Indicates whether the remote build cache is enabled.

type

The type of the connector used to communicate with the remote build cache. null if the remote build cache is disabled.

className

The class name of the connector. null if the remote build cache is disabled.

isPushEnabled

Indicates whether pushing to the remote build cache is enabled. null if the remote build cache is disabled.

isDisabledDueToError

Indicates whether the remote build cache is disabled during the build due to an error occurring in loading or storing remote build cache entries. null if the remote build cache is disabled.

url

URL of the remote build cache. null if the remote build cache is disabled or if the given type is not supported or it doesn't have the concept of a URL.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-remote-info/class-name.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-remote-info/class-name.html new file mode 100644 index 000000000..2f6c987d0 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-remote-info/class-name.html @@ -0,0 +1,80 @@ + + + + + className + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

className

+
+
val className: String? = null

Parameters

className

The class name of the connector. null if the remote build cache is disabled.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-remote-info/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-remote-info/index.html new file mode 100644 index 000000000..8057e7ce7 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-remote-info/index.html @@ -0,0 +1,198 @@ + + + + + GradleBuildCachePerformanceBuildCacheRemoteInfo + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleBuildCachePerformanceBuildCacheRemoteInfo

+
data class GradleBuildCachePerformanceBuildCacheRemoteInfo(@Json(name = "isEnabled") val isEnabled: Boolean, @Json(name = "type") val type: String? = null, @Json(name = "className") val className: String? = null, @Json(name = "isPushEnabled") val isPushEnabled: Boolean? = null, @Json(name = "isDisabledDueToError") val isDisabledDueToError: Boolean? = null, @Json(name = "url") val url: String? = null)

Information about the remote build cache used in the build.

Parameters

isEnabled

Indicates whether the remote build cache is enabled.

type

The type of the connector used to communicate with the remote build cache. null if the remote build cache is disabled.

className

The class name of the connector. null if the remote build cache is disabled.

isPushEnabled

Indicates whether pushing to the remote build cache is enabled. null if the remote build cache is disabled.

isDisabledDueToError

Indicates whether the remote build cache is disabled during the build due to an error occurring in loading or storing remote build cache entries. null if the remote build cache is disabled.

url

URL of the remote build cache. null if the remote build cache is disabled or if the given type is not supported or it doesn't have the concept of a URL.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "isEnabled") isEnabled: Boolean, @Json(name = "type") type: String? = null, @Json(name = "className") className: String? = null, @Json(name = "isPushEnabled") isPushEnabled: Boolean? = null, @Json(name = "isDisabledDueToError") isDisabledDueToError: Boolean? = null, @Json(name = "url") url: String? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val className: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val isPushEnabled: Boolean? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val type: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val url: String? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-remote-info/is-disabled-due-to-error.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-remote-info/is-disabled-due-to-error.html new file mode 100644 index 000000000..a758ecd54 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-remote-info/is-disabled-due-to-error.html @@ -0,0 +1,80 @@ + + + + + isDisabledDueToError + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

isDisabledDueToError

+
+

Parameters

isDisabledDueToError

Indicates whether the remote build cache is disabled during the build due to an error occurring in loading or storing remote build cache entries. null if the remote build cache is disabled.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-remote-info/is-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-remote-info/is-enabled.html new file mode 100644 index 000000000..93398fedb --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-remote-info/is-enabled.html @@ -0,0 +1,80 @@ + + + + + isEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

isEnabled

+
+

Parameters

isEnabled

Indicates whether the remote build cache is enabled.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-remote-info/is-push-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-remote-info/is-push-enabled.html new file mode 100644 index 000000000..edec9e94d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-remote-info/is-push-enabled.html @@ -0,0 +1,80 @@ + + + + + isPushEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

isPushEnabled

+
+
val isPushEnabled: Boolean? = null

Parameters

isPushEnabled

Indicates whether pushing to the remote build cache is enabled. null if the remote build cache is disabled.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-remote-info/type.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-remote-info/type.html new file mode 100644 index 000000000..d8977ce63 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-remote-info/type.html @@ -0,0 +1,80 @@ + + + + + type + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

type

+
+
val type: String? = null

Parameters

type

The type of the connector used to communicate with the remote build cache. null if the remote build cache is disabled.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-remote-info/url.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-remote-info/url.html new file mode 100644 index 000000000..cb30cbcf2 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-remote-info/url.html @@ -0,0 +1,80 @@ + + + + + url + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

url

+
+
val url: String? = null

Parameters

url

URL of the remote build cache. null if the remote build cache is disabled or if the given type is not supported or it doesn't have the concept of a URL.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-caches/-gradle-build-cache-performance-build-caches.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-caches/-gradle-build-cache-performance-build-caches.html new file mode 100644 index 000000000..12c31f711 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-caches/-gradle-build-cache-performance-build-caches.html @@ -0,0 +1,80 @@ + + + + + GradleBuildCachePerformanceBuildCaches + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleBuildCachePerformanceBuildCaches

+
+
constructor(@Json(name = "local") local: GradleBuildCachePerformanceBuildCacheLocalInfo, @Json(name = "remote") remote: GradleBuildCachePerformanceBuildCacheRemoteInfo, @Json(name = "overhead") overhead: GradleBuildCachePerformanceBuildCacheOverhead)

Parameters

local
remote
overhead
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-caches/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-caches/index.html new file mode 100644 index 000000000..3e9c5107f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-caches/index.html @@ -0,0 +1,153 @@ + + + + + GradleBuildCachePerformanceBuildCaches + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleBuildCachePerformanceBuildCaches

+

Information about the local and remote build caches used in the build. null if the build cache is globally disabled.

Parameters

local
remote
overhead
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "local") local: GradleBuildCachePerformanceBuildCacheLocalInfo, @Json(name = "remote") remote: GradleBuildCachePerformanceBuildCacheRemoteInfo, @Json(name = "overhead") overhead: GradleBuildCachePerformanceBuildCacheOverhead)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-caches/local.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-caches/local.html new file mode 100644 index 000000000..113e25a69 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-caches/local.html @@ -0,0 +1,80 @@ + + + + + local + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

local

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-caches/overhead.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-caches/overhead.html new file mode 100644 index 000000000..8707db545 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-caches/overhead.html @@ -0,0 +1,80 @@ + + + + + overhead + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

overhead

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-caches/remote.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-caches/remote.html new file mode 100644 index 000000000..57cb35094 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-caches/remote.html @@ -0,0 +1,80 @@ + + + + + remote + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

remote

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-avoidance-savings-summary/-gradle-build-cache-performance-task-avoidance-savings-summary.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-avoidance-savings-summary/-gradle-build-cache-performance-task-avoidance-savings-summary.html new file mode 100644 index 000000000..b0fdecefc --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-avoidance-savings-summary/-gradle-build-cache-performance-task-avoidance-savings-summary.html @@ -0,0 +1,80 @@ + + + + + GradleBuildCachePerformanceTaskAvoidanceSavingsSummary + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleBuildCachePerformanceTaskAvoidanceSavingsSummary

+
+
constructor(@Json(name = "total") total: Long, @Json(name = "ratio") ratio: Double, @Json(name = "upToDate") upToDate: Long, @Json(name = "localBuildCache") localBuildCache: Long, @Json(name = "remoteBuildCache") remoteBuildCache: Long)

Parameters

total

The estimated reduction in serial execution time of the tasks due to their outputs being reused in milliseconds.

ratio

The ratio of the total avoidance savings against the potential serial execution time (which is the actual serial execution time plus the total avoidance savings). Quantifies the effect of avoidance savings in this build. The bigger the ratio is, the more time is saved when running the build.

upToDate

The estimated reduction in serial execution time of the tasks due to build incrementalism in milliseconds.

localBuildCache

The estimated reduction in serial execution time of the tasks due to their outputs being reused from the local build cache in milliseconds.

remoteBuildCache

The estimated reduction in serial execution time of the tasks due to their outputs being reused from the remote build cache in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-avoidance-savings-summary/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-avoidance-savings-summary/index.html new file mode 100644 index 000000000..056914eab --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-avoidance-savings-summary/index.html @@ -0,0 +1,183 @@ + + + + + GradleBuildCachePerformanceTaskAvoidanceSavingsSummary + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleBuildCachePerformanceTaskAvoidanceSavingsSummary

+
data class GradleBuildCachePerformanceTaskAvoidanceSavingsSummary(@Json(name = "total") val total: Long, @Json(name = "ratio") val ratio: Double, @Json(name = "upToDate") val upToDate: Long, @Json(name = "localBuildCache") val localBuildCache: Long, @Json(name = "remoteBuildCache") val remoteBuildCache: Long)

A breakdown of avoidance savings for tasks.

Parameters

total

The estimated reduction in serial execution time of the tasks due to their outputs being reused in milliseconds.

ratio

The ratio of the total avoidance savings against the potential serial execution time (which is the actual serial execution time plus the total avoidance savings). Quantifies the effect of avoidance savings in this build. The bigger the ratio is, the more time is saved when running the build.

upToDate

The estimated reduction in serial execution time of the tasks due to build incrementalism in milliseconds.

localBuildCache

The estimated reduction in serial execution time of the tasks due to their outputs being reused from the local build cache in milliseconds.

remoteBuildCache

The estimated reduction in serial execution time of the tasks due to their outputs being reused from the remote build cache in milliseconds.

+
+
+
+
+
+

Constructors

+
+
+
+ +
+
+
constructor(@Json(name = "total") total: Long, @Json(name = "ratio") ratio: Double, @Json(name = "upToDate") upToDate: Long, @Json(name = "localBuildCache") localBuildCache: Long, @Json(name = "remoteBuildCache") remoteBuildCache: Long)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val total: Long
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-avoidance-savings-summary/local-build-cache.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-avoidance-savings-summary/local-build-cache.html new file mode 100644 index 000000000..a34b16050 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-avoidance-savings-summary/local-build-cache.html @@ -0,0 +1,80 @@ + + + + + localBuildCache + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

localBuildCache

+
+

Parameters

localBuildCache

The estimated reduction in serial execution time of the tasks due to their outputs being reused from the local build cache in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-avoidance-savings-summary/ratio.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-avoidance-savings-summary/ratio.html new file mode 100644 index 000000000..ad53d7eff --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-avoidance-savings-summary/ratio.html @@ -0,0 +1,80 @@ + + + + + ratio + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ratio

+
+

Parameters

ratio

The ratio of the total avoidance savings against the potential serial execution time (which is the actual serial execution time plus the total avoidance savings). Quantifies the effect of avoidance savings in this build. The bigger the ratio is, the more time is saved when running the build.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-avoidance-savings-summary/remote-build-cache.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-avoidance-savings-summary/remote-build-cache.html new file mode 100644 index 000000000..2b374d317 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-avoidance-savings-summary/remote-build-cache.html @@ -0,0 +1,80 @@ + + + + + remoteBuildCache + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

remoteBuildCache

+
+

Parameters

remoteBuildCache

The estimated reduction in serial execution time of the tasks due to their outputs being reused from the remote build cache in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-avoidance-savings-summary/total.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-avoidance-savings-summary/total.html new file mode 100644 index 000000000..208f90e55 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-avoidance-savings-summary/total.html @@ -0,0 +1,80 @@ + + + + + total + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

total

+
+
val total: Long

Parameters

total

The estimated reduction in serial execution time of the tasks due to their outputs being reused in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-avoidance-savings-summary/up-to-date.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-avoidance-savings-summary/up-to-date.html new file mode 100644 index 000000000..bfb842b0e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-avoidance-savings-summary/up-to-date.html @@ -0,0 +1,80 @@ + + + + + upToDate + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

upToDate

+
+

Parameters

upToDate

The estimated reduction in serial execution time of the tasks due to build incrementalism in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/avoided-from-local-cache/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/avoided-from-local-cache/index.html new file mode 100644 index 000000000..853da4ab8 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/avoided-from-local-cache/index.html @@ -0,0 +1,134 @@ + + + + + avoidedFromLocalCache + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avoidedFromLocalCache

+
@Json(name = "avoided_from_local_cache")
avoidedFromLocalCache
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/avoided-from-remote-cache/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/avoided-from-remote-cache/index.html new file mode 100644 index 000000000..6a583d8e9 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/avoided-from-remote-cache/index.html @@ -0,0 +1,134 @@ + + + + + avoidedFromRemoteCache + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avoidedFromRemoteCache

+
@Json(name = "avoided_from_remote_cache")
avoidedFromRemoteCache
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/avoided-unknown-reason/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/avoided-unknown-reason/index.html new file mode 100644 index 000000000..4dd41f5a3 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/avoided-unknown-reason/index.html @@ -0,0 +1,134 @@ + + + + + avoidedUnknownReason + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avoidedUnknownReason

+
@Json(name = "avoided_unknown_reason")
avoidedUnknownReason
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/avoided-up-to-date/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/avoided-up-to-date/index.html new file mode 100644 index 000000000..3c5c1d6dc --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/avoided-up-to-date/index.html @@ -0,0 +1,134 @@ + + + + + avoidedUpToDate + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avoidedUpToDate

+
@Json(name = "avoided_up_to_date")
avoidedUpToDate
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/entries.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/entries.html new file mode 100644 index 000000000..83c319ca3 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/entries.html @@ -0,0 +1,80 @@ + + + + + entries + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

entries

+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/executed-cacheable/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/executed-cacheable/index.html new file mode 100644 index 000000000..80ec2fbfc --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/executed-cacheable/index.html @@ -0,0 +1,134 @@ + + + + + executedCacheable + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

executedCacheable

+
@Json(name = "executed_cacheable")
executedCacheable
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/executed-not-cacheable/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/executed-not-cacheable/index.html new file mode 100644 index 000000000..b25d2ae8d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/executed-not-cacheable/index.html @@ -0,0 +1,134 @@ + + + + + executedNotCacheable + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

executedNotCacheable

+
@Json(name = "executed_not_cacheable")
executedNotCacheable
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/executed-unknown-cacheability/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/executed-unknown-cacheability/index.html new file mode 100644 index 000000000..f24829707 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/executed-unknown-cacheability/index.html @@ -0,0 +1,134 @@ + + + + + executedUnknownCacheability + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

executedUnknownCacheability

+
@Json(name = "executed_unknown_cacheability")
executedUnknownCacheability
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/index.html new file mode 100644 index 000000000..80bfc7768 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/index.html @@ -0,0 +1,337 @@ + + + + + AvoidanceOutcome + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

AvoidanceOutcome

+

The avoidance outcome of this task with respect to performance: * avoided_up_to_date - Task whose execution is avoided due to build incrementalism * avoided_from_local_cache - Task whose execution is avoided due to reusing a local build cache entry * avoided_from_remote_cache - Task whose execution is avoided due to reusing a remote build cache entry * executed_cacheable - Task which is executed but is cacheable * executed_not_cacheable - Task which is executed but is not cacheable * executed_unknown_cacheability - Task which is executed and whose cacheability can not be determined * avoided_unknown_reason - Task which was avoided for an unknown reason * lifecycle - Lifecycle task * no-source - No-source task * skipped - Skipped task

Values: avoidedUpToDate,avoidedFromLocalCache,avoidedFromRemoteCache,executedCacheable,executedNotCacheable,executedUnknownCacheability,avoidedUnknownReason,lifecycle,noMinusSource,skipped

+
+
+
+
+
+

Entries

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "avoided_up_to_date")
avoidedUpToDate
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "avoided_from_local_cache")
avoidedFromLocalCache
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "avoided_from_remote_cache")
avoidedFromRemoteCache
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "executed_cacheable")
executedCacheable
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "executed_not_cacheable")
executedNotCacheable
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "executed_unknown_cacheability")
executedUnknownCacheability
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "avoided_unknown_reason")
avoidedUnknownReason
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "lifecycle")
lifecycle
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "no-source")
noMinusSource
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "skipped")
skipped
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns an array containing the constants of this enum type, in the order they're declared.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/lifecycle/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/lifecycle/index.html new file mode 100644 index 000000000..2dd3b221a --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/lifecycle/index.html @@ -0,0 +1,134 @@ + + + + + lifecycle + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

lifecycle

+
@Json(name = "lifecycle")
lifecycle
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/no-minus-source/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/no-minus-source/index.html new file mode 100644 index 000000000..0608ce53d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/no-minus-source/index.html @@ -0,0 +1,134 @@ + + + + + noMinusSource + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

noMinusSource

+
@Json(name = "no-source")
noMinusSource
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/skipped/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/skipped/index.html new file mode 100644 index 000000000..534024442 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/skipped/index.html @@ -0,0 +1,134 @@ + + + + + skipped + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

skipped

+
@Json(name = "skipped")
skipped
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/value-of.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/value-of.html new file mode 100644 index 000000000..720932c54 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/value-of.html @@ -0,0 +1,80 @@ + + + + + valueOf + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

valueOf

+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

kotlin.IllegalArgumentException

if this enum type has no constant with the specified name

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/value.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/value.html new file mode 100644 index 000000000..623e9c6b8 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/value.html @@ -0,0 +1,80 @@ + + + + + value + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/values.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/values.html new file mode 100644 index 000000000..f601b1179 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/values.html @@ -0,0 +1,80 @@ + + + + + values + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

values

+
+

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-cache-artifact-rejected-reason/artifact-size-too-large/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-cache-artifact-rejected-reason/artifact-size-too-large/index.html new file mode 100644 index 000000000..d21b41207 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-cache-artifact-rejected-reason/artifact-size-too-large/index.html @@ -0,0 +1,134 @@ + + + + + artifactSizeTooLarge + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

artifactSizeTooLarge

+
@Json(name = "artifact_size_too_large")
artifactSizeTooLarge
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-cache-artifact-rejected-reason/entries.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-cache-artifact-rejected-reason/entries.html new file mode 100644 index 000000000..dae5c0f3e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-cache-artifact-rejected-reason/entries.html @@ -0,0 +1,80 @@ + + + + + entries + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

entries

+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-cache-artifact-rejected-reason/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-cache-artifact-rejected-reason/index.html new file mode 100644 index 000000000..addcda71b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-cache-artifact-rejected-reason/index.html @@ -0,0 +1,202 @@ + + + + + CacheArtifactRejectedReason + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

CacheArtifactRejectedReason

+

The reason why the cache artifact is rejected: * artifact_size_too_large - The size of the artifact is larger than the remote build cache can accept. The value is null if the task is not cacheable, or if the attempt to store the artifact does not succeed.

Values: artifactSizeTooLarge

+
+
+
+
+
+

Entries

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "artifact_size_too_large")
artifactSizeTooLarge
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns an array containing the constants of this enum type, in the order they're declared.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-cache-artifact-rejected-reason/value-of.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-cache-artifact-rejected-reason/value-of.html new file mode 100644 index 000000000..d1bd6738d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-cache-artifact-rejected-reason/value-of.html @@ -0,0 +1,80 @@ + + + + + valueOf + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

valueOf

+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

kotlin.IllegalArgumentException

if this enum type has no constant with the specified name

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-cache-artifact-rejected-reason/value.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-cache-artifact-rejected-reason/value.html new file mode 100644 index 000000000..f008ef18b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-cache-artifact-rejected-reason/value.html @@ -0,0 +1,80 @@ + + + + + value + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-cache-artifact-rejected-reason/values.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-cache-artifact-rejected-reason/values.html new file mode 100644 index 000000000..a4a76c8de --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-cache-artifact-rejected-reason/values.html @@ -0,0 +1,80 @@ + + + + + values + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

values

+
+

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-gradle-build-cache-performance-task-execution-entry.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-gradle-build-cache-performance-task-execution-entry.html new file mode 100644 index 000000000..43fdf6d7e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-gradle-build-cache-performance-task-execution-entry.html @@ -0,0 +1,80 @@ + + + + + GradleBuildCachePerformanceTaskExecutionEntry + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleBuildCachePerformanceTaskExecutionEntry

+
+
constructor(@Json(name = "taskPath") taskPath: String, @Json(name = "taskType") taskType: String, @Json(name = "avoidanceOutcome") avoidanceOutcome: GradleBuildCachePerformanceTaskExecutionEntry.AvoidanceOutcome, @Json(name = "duration") duration: Long, @Json(name = "fingerprintingDuration") fingerprintingDuration: Long? = null, @Json(name = "avoidanceSavings") avoidanceSavings: Long? = null, @Json(name = "nonCacheabilityCategory") nonCacheabilityCategory: GradleBuildCachePerformanceTaskExecutionEntry.NonCacheabilityCategory? = null, @Json(name = "nonCacheabilityReason") nonCacheabilityReason: String? = null, @Json(name = "skipReasonMessage") skipReasonMessage: String? = null, @Json(name = "cacheArtifactSize") cacheArtifactSize: Long? = null, @Json(name = "cacheArtifactRejectedReason") cacheArtifactRejectedReason: GradleBuildCachePerformanceTaskExecutionEntry.CacheArtifactRejectedReason? = null, @Json(name = "cacheKey") cacheKey: String? = null)

Parameters

taskPath

The full task path.

taskType

The fully qualified class name of the task.

avoidanceOutcome

The avoidance outcome of this task with respect to performance: * avoided_up_to_date - Task whose execution is avoided due to build incrementalism * avoided_from_local_cache - Task whose execution is avoided due to reusing a local build cache entry * avoided_from_remote_cache - Task whose execution is avoided due to reusing a remote build cache entry * executed_cacheable - Task which is executed but is cacheable * executed_not_cacheable - Task which is executed but is not cacheable * executed_unknown_cacheability - Task which is executed and whose cacheability can not be determined * avoided_unknown_reason - Task which was avoided for an unknown reason * lifecycle - Lifecycle task * no-source - No-source task * skipped - Skipped task

duration

The task duration in milliseconds.

fingerprintingDuration

The task fingerprinting duration in milliseconds. This duration is part of the complete task execution duration. null if the task is not fingerprinted, or the information is not available.

avoidanceSavings

The task avoidance savings in milliseconds, which can be negative. Negative values indicate that it takes more time to reuse outputs than it did to create them originally. null if the information is not available.

nonCacheabilityCategory

The category of the non-cacheability reason: * build_cache_not_enabled - Caching is not enabled for the build * cache-if_condition_not_matched - Caching is disabled for the task via org.gradle.api.tasks.TaskOutputs#cacheIf * disabled_to_ensure_correctness - The task failed validation. Available since Gradle 7.0 * do-not-cache-if_condition_matched - Caching is disabled for the task via org.gradle.api.tasks.TaskOutputs#doNotCacheIf * multiple_outputs_declared - The task declares multiple outputs * no_outputs_declared - The task has no outputs declared * non_cacheable_inputs - One of the task inputs is not cacheable, either because some type used as an input to the task is loaded via a custom classloader, or a Java lambda is used as an input. Available since Gradle 5.0 and before Gradle 7.5 * non_cacheable_task_action - One of the task actions is not cacheable, either because it is loaded via a custom classloader, or a Java lambda is used to implement it. Available since Gradle 5.0 and before Gradle 7.5 * non_cacheable_task_implementation - The task implementation is not cacheable, either because it is loaded via a custom classloader, or a Java lambda is used to implement it. Available since Gradle 5.0 and before Gradle 7.5 * non_cacheable_tree_output - The task has a org.gradle.api.file.FileTree or a org.gradle.api.internal.file.collections.DirectoryFileTree as an output. Available since Gradle 5.0 * overlapping_outputs - The tasks outputs overlaps with another task. As Gradle cannot safely determine which task each output file belongs to, it disables caching * task_has_no_actions - The task does not declare any actions * task_output_caching_not_enabled - Caching is not enabled for the task * unknown - Reason for disabled caching is not known null when the task is cacheable or if the information is not available.

nonCacheabilityReason

The human-readable reason for a non-cacheable task. null when the task is cacheable or if the information is not available.

skipReasonMessage

The detailed reason why the task is skipped. null if the task is not skipped or Gradle versions <7.6 are used.

cacheArtifactSize

The number of bytes of the produced or consumed cache artifact. For a task execution where the outputs are successfully stored to a local or remote cache, this is the size of the stored cache artifact. For a task execution where the outputs are successfully loaded from a local or remote cache, this is the size of the loaded cache artifact. null if the task is not cacheable, or if the attempt to store or load the artifact from cache does not succeed.

cacheArtifactRejectedReason

The reason why the cache artifact is rejected: * artifact_size_too_large - The size of the artifact is larger than the remote build cache can accept. The value is null if the task is not cacheable, or if the attempt to store the artifact does not succeed.

cacheKey

The build cache key. null if no build cache key was computed (e.g. when the task is skipped).

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/build-cache-not-enabled/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/build-cache-not-enabled/index.html new file mode 100644 index 000000000..21350e587 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/build-cache-not-enabled/index.html @@ -0,0 +1,134 @@ + + + + + buildCacheNotEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

buildCacheNotEnabled

+
@Json(name = "build_cache_not_enabled")
buildCacheNotEnabled
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/cache-minus-if-condition-not-matched/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/cache-minus-if-condition-not-matched/index.html new file mode 100644 index 000000000..a6c9d569a --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/cache-minus-if-condition-not-matched/index.html @@ -0,0 +1,134 @@ + + + + + cacheMinusIfConditionNotMatched + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

cacheMinusIfConditionNotMatched

+
@Json(name = "cache-if_condition_not_matched")
cacheMinusIfConditionNotMatched
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/disabled-to-ensure-correctness/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/disabled-to-ensure-correctness/index.html new file mode 100644 index 000000000..9d0b42fbe --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/disabled-to-ensure-correctness/index.html @@ -0,0 +1,134 @@ + + + + + disabledToEnsureCorrectness + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

disabledToEnsureCorrectness

+
@Json(name = "disabled_to_ensure_correctness")
disabledToEnsureCorrectness
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/do-minus-not-minus-cache-minus-if-condition-matched/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/do-minus-not-minus-cache-minus-if-condition-matched/index.html new file mode 100644 index 000000000..71887c98a --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/do-minus-not-minus-cache-minus-if-condition-matched/index.html @@ -0,0 +1,134 @@ + + + + + doMinusNotMinusCacheMinusIfConditionMatched + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

doMinusNotMinusCacheMinusIfConditionMatched

+
@Json(name = "do-not-cache-if_condition_matched")
doMinusNotMinusCacheMinusIfConditionMatched
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/entries.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/entries.html new file mode 100644 index 000000000..7e130d112 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/entries.html @@ -0,0 +1,80 @@ + + + + + entries + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

entries

+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/index.html new file mode 100644 index 000000000..616ef99dd --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/index.html @@ -0,0 +1,397 @@ + + + + + NonCacheabilityCategory + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

NonCacheabilityCategory

+

The category of the non-cacheability reason: * build_cache_not_enabled - Caching is not enabled for the build * cache-if_condition_not_matched - Caching is disabled for the task via org.gradle.api.tasks.TaskOutputs#cacheIf * disabled_to_ensure_correctness - The task failed validation. Available since Gradle 7.0 * do-not-cache-if_condition_matched - Caching is disabled for the task via org.gradle.api.tasks.TaskOutputs#doNotCacheIf * multiple_outputs_declared - The task declares multiple outputs * no_outputs_declared - The task has no outputs declared * non_cacheable_inputs - One of the task inputs is not cacheable, either because some type used as an input to the task is loaded via a custom classloader, or a Java lambda is used as an input. Available since Gradle 5.0 and before Gradle 7.5 * non_cacheable_task_action - One of the task actions is not cacheable, either because it is loaded via a custom classloader, or a Java lambda is used to implement it. Available since Gradle 5.0 and before Gradle 7.5 * non_cacheable_task_implementation - The task implementation is not cacheable, either because it is loaded via a custom classloader, or a Java lambda is used to implement it. Available since Gradle 5.0 and before Gradle 7.5 * non_cacheable_tree_output - The task has a org.gradle.api.file.FileTree or a org.gradle.api.internal.file.collections.DirectoryFileTree as an output. Available since Gradle 5.0 * overlapping_outputs - The tasks outputs overlaps with another task. As Gradle cannot safely determine which task each output file belongs to, it disables caching * task_has_no_actions - The task does not declare any actions * task_output_caching_not_enabled - Caching is not enabled for the task * unknown - Reason for disabled caching is not known null when the task is cacheable or if the information is not available.

Values: buildCacheNotEnabled,cacheMinusIfConditionNotMatched,disabledToEnsureCorrectness,doMinusNotMinusCacheMinusIfConditionMatched,multipleOutputsDeclared,noOutputsDeclared,nonCacheableInputs,nonCacheableTaskAction,nonCacheableTaskImplementation,nonCacheableTreeOutput,overlappingOutputs,taskHasNoActions,taskOutputCachingNotEnabled,unknown

+
+
+
+
+
+

Entries

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "build_cache_not_enabled")
buildCacheNotEnabled
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "cache-if_condition_not_matched")
cacheMinusIfConditionNotMatched
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "disabled_to_ensure_correctness")
disabledToEnsureCorrectness
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "do-not-cache-if_condition_matched")
doMinusNotMinusCacheMinusIfConditionMatched
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "multiple_outputs_declared")
multipleOutputsDeclared
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "no_outputs_declared")
noOutputsDeclared
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "non_cacheable_inputs")
nonCacheableInputs
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "non_cacheable_task_action")
nonCacheableTaskAction
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "non_cacheable_task_implementation")
nonCacheableTaskImplementation
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "non_cacheable_tree_output")
nonCacheableTreeOutput
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "overlapping_outputs")
overlappingOutputs
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "task_has_no_actions")
taskHasNoActions
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "task_output_caching_not_enabled")
taskOutputCachingNotEnabled
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "unknown")
unknown
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns an array containing the constants of this enum type, in the order they're declared.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/multiple-outputs-declared/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/multiple-outputs-declared/index.html new file mode 100644 index 000000000..e44964124 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/multiple-outputs-declared/index.html @@ -0,0 +1,134 @@ + + + + + multipleOutputsDeclared + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

multipleOutputsDeclared

+
@Json(name = "multiple_outputs_declared")
multipleOutputsDeclared
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/no-outputs-declared/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/no-outputs-declared/index.html new file mode 100644 index 000000000..c9500b63e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/no-outputs-declared/index.html @@ -0,0 +1,134 @@ + + + + + noOutputsDeclared + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

noOutputsDeclared

+
@Json(name = "no_outputs_declared")
noOutputsDeclared
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/non-cacheable-inputs/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/non-cacheable-inputs/index.html new file mode 100644 index 000000000..2b2f533b2 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/non-cacheable-inputs/index.html @@ -0,0 +1,134 @@ + + + + + nonCacheableInputs + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

nonCacheableInputs

+
@Json(name = "non_cacheable_inputs")
nonCacheableInputs
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/non-cacheable-task-action/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/non-cacheable-task-action/index.html new file mode 100644 index 000000000..44576889a --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/non-cacheable-task-action/index.html @@ -0,0 +1,134 @@ + + + + + nonCacheableTaskAction + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

nonCacheableTaskAction

+
@Json(name = "non_cacheable_task_action")
nonCacheableTaskAction
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/non-cacheable-task-implementation/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/non-cacheable-task-implementation/index.html new file mode 100644 index 000000000..718474ffc --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/non-cacheable-task-implementation/index.html @@ -0,0 +1,134 @@ + + + + + nonCacheableTaskImplementation + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

nonCacheableTaskImplementation

+
@Json(name = "non_cacheable_task_implementation")
nonCacheableTaskImplementation
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/non-cacheable-tree-output/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/non-cacheable-tree-output/index.html new file mode 100644 index 000000000..cea147970 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/non-cacheable-tree-output/index.html @@ -0,0 +1,134 @@ + + + + + nonCacheableTreeOutput + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

nonCacheableTreeOutput

+
@Json(name = "non_cacheable_tree_output")
nonCacheableTreeOutput
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/overlapping-outputs/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/overlapping-outputs/index.html new file mode 100644 index 000000000..5a7b0448a --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/overlapping-outputs/index.html @@ -0,0 +1,134 @@ + + + + + overlappingOutputs + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

overlappingOutputs

+
@Json(name = "overlapping_outputs")
overlappingOutputs
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/task-has-no-actions/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/task-has-no-actions/index.html new file mode 100644 index 000000000..83e5260b8 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/task-has-no-actions/index.html @@ -0,0 +1,134 @@ + + + + + taskHasNoActions + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

taskHasNoActions

+
@Json(name = "task_has_no_actions")
taskHasNoActions
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/task-output-caching-not-enabled/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/task-output-caching-not-enabled/index.html new file mode 100644 index 000000000..5e896c0b5 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/task-output-caching-not-enabled/index.html @@ -0,0 +1,134 @@ + + + + + taskOutputCachingNotEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

taskOutputCachingNotEnabled

+
@Json(name = "task_output_caching_not_enabled")
taskOutputCachingNotEnabled
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/unknown/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/unknown/index.html new file mode 100644 index 000000000..b696ca75c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/unknown/index.html @@ -0,0 +1,134 @@ + + + + + unknown + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

unknown

+
@Json(name = "unknown")
unknown
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/value-of.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/value-of.html new file mode 100644 index 000000000..73df2df2b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/value-of.html @@ -0,0 +1,80 @@ + + + + + valueOf + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

valueOf

+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

kotlin.IllegalArgumentException

if this enum type has no constant with the specified name

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/value.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/value.html new file mode 100644 index 000000000..1eab6b6a6 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/value.html @@ -0,0 +1,80 @@ + + + + + value + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/values.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/values.html new file mode 100644 index 000000000..12171d45d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/values.html @@ -0,0 +1,80 @@ + + + + + values + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

values

+
+

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/avoidance-outcome.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/avoidance-outcome.html new file mode 100644 index 000000000..baa40479e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/avoidance-outcome.html @@ -0,0 +1,80 @@ + + + + + avoidanceOutcome + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avoidanceOutcome

+
+

Parameters

avoidanceOutcome

The avoidance outcome of this task with respect to performance: * avoided_up_to_date - Task whose execution is avoided due to build incrementalism * avoided_from_local_cache - Task whose execution is avoided due to reusing a local build cache entry * avoided_from_remote_cache - Task whose execution is avoided due to reusing a remote build cache entry * executed_cacheable - Task which is executed but is cacheable * executed_not_cacheable - Task which is executed but is not cacheable * executed_unknown_cacheability - Task which is executed and whose cacheability can not be determined * avoided_unknown_reason - Task which was avoided for an unknown reason * lifecycle - Lifecycle task * no-source - No-source task * skipped - Skipped task

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/avoidance-savings.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/avoidance-savings.html new file mode 100644 index 000000000..484439be4 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/avoidance-savings.html @@ -0,0 +1,80 @@ + + + + + avoidanceSavings + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avoidanceSavings

+
+
val avoidanceSavings: Long? = null

Parameters

avoidanceSavings

The task avoidance savings in milliseconds, which can be negative. Negative values indicate that it takes more time to reuse outputs than it did to create them originally. null if the information is not available.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/cache-artifact-rejected-reason.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/cache-artifact-rejected-reason.html new file mode 100644 index 000000000..4878ff467 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/cache-artifact-rejected-reason.html @@ -0,0 +1,80 @@ + + + + + cacheArtifactRejectedReason + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

cacheArtifactRejectedReason

+
+

Parameters

cacheArtifactRejectedReason

The reason why the cache artifact is rejected: * artifact_size_too_large - The size of the artifact is larger than the remote build cache can accept. The value is null if the task is not cacheable, or if the attempt to store the artifact does not succeed.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/cache-artifact-size.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/cache-artifact-size.html new file mode 100644 index 000000000..14cf7fac6 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/cache-artifact-size.html @@ -0,0 +1,80 @@ + + + + + cacheArtifactSize + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

cacheArtifactSize

+
+
val cacheArtifactSize: Long? = null

Parameters

cacheArtifactSize

The number of bytes of the produced or consumed cache artifact. For a task execution where the outputs are successfully stored to a local or remote cache, this is the size of the stored cache artifact. For a task execution where the outputs are successfully loaded from a local or remote cache, this is the size of the loaded cache artifact. null if the task is not cacheable, or if the attempt to store or load the artifact from cache does not succeed.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/cache-key.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/cache-key.html new file mode 100644 index 000000000..2a3738422 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/cache-key.html @@ -0,0 +1,80 @@ + + + + + cacheKey + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

cacheKey

+
+
val cacheKey: String? = null

Parameters

cacheKey

The build cache key. null if no build cache key was computed (e.g. when the task is skipped).

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/duration.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/duration.html new file mode 100644 index 000000000..5a7898ae2 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/duration.html @@ -0,0 +1,80 @@ + + + + + duration + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

duration

+
+

Parameters

duration

The task duration in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/fingerprinting-duration.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/fingerprinting-duration.html new file mode 100644 index 000000000..050961f2c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/fingerprinting-duration.html @@ -0,0 +1,80 @@ + + + + + fingerprintingDuration + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

fingerprintingDuration

+
+

Parameters

fingerprintingDuration

The task fingerprinting duration in milliseconds. This duration is part of the complete task execution duration. null if the task is not fingerprinted, or the information is not available.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/index.html new file mode 100644 index 000000000..5c5142357 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/index.html @@ -0,0 +1,337 @@ + + + + + GradleBuildCachePerformanceTaskExecutionEntry + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleBuildCachePerformanceTaskExecutionEntry

+
data class GradleBuildCachePerformanceTaskExecutionEntry(@Json(name = "taskPath") val taskPath: String, @Json(name = "taskType") val taskType: String, @Json(name = "avoidanceOutcome") val avoidanceOutcome: GradleBuildCachePerformanceTaskExecutionEntry.AvoidanceOutcome, @Json(name = "duration") val duration: Long, @Json(name = "fingerprintingDuration") val fingerprintingDuration: Long? = null, @Json(name = "avoidanceSavings") val avoidanceSavings: Long? = null, @Json(name = "nonCacheabilityCategory") val nonCacheabilityCategory: GradleBuildCachePerformanceTaskExecutionEntry.NonCacheabilityCategory? = null, @Json(name = "nonCacheabilityReason") val nonCacheabilityReason: String? = null, @Json(name = "skipReasonMessage") val skipReasonMessage: String? = null, @Json(name = "cacheArtifactSize") val cacheArtifactSize: Long? = null, @Json(name = "cacheArtifactRejectedReason") val cacheArtifactRejectedReason: GradleBuildCachePerformanceTaskExecutionEntry.CacheArtifactRejectedReason? = null, @Json(name = "cacheKey") val cacheKey: String? = null)

Parameters

taskPath

The full task path.

taskType

The fully qualified class name of the task.

avoidanceOutcome

The avoidance outcome of this task with respect to performance: * avoided_up_to_date - Task whose execution is avoided due to build incrementalism * avoided_from_local_cache - Task whose execution is avoided due to reusing a local build cache entry * avoided_from_remote_cache - Task whose execution is avoided due to reusing a remote build cache entry * executed_cacheable - Task which is executed but is cacheable * executed_not_cacheable - Task which is executed but is not cacheable * executed_unknown_cacheability - Task which is executed and whose cacheability can not be determined * avoided_unknown_reason - Task which was avoided for an unknown reason * lifecycle - Lifecycle task * no-source - No-source task * skipped - Skipped task

duration

The task duration in milliseconds.

fingerprintingDuration

The task fingerprinting duration in milliseconds. This duration is part of the complete task execution duration. null if the task is not fingerprinted, or the information is not available.

avoidanceSavings

The task avoidance savings in milliseconds, which can be negative. Negative values indicate that it takes more time to reuse outputs than it did to create them originally. null if the information is not available.

nonCacheabilityCategory

The category of the non-cacheability reason: * build_cache_not_enabled - Caching is not enabled for the build * cache-if_condition_not_matched - Caching is disabled for the task via org.gradle.api.tasks.TaskOutputs#cacheIf * disabled_to_ensure_correctness - The task failed validation. Available since Gradle 7.0 * do-not-cache-if_condition_matched - Caching is disabled for the task via org.gradle.api.tasks.TaskOutputs#doNotCacheIf * multiple_outputs_declared - The task declares multiple outputs * no_outputs_declared - The task has no outputs declared * non_cacheable_inputs - One of the task inputs is not cacheable, either because some type used as an input to the task is loaded via a custom classloader, or a Java lambda is used as an input. Available since Gradle 5.0 and before Gradle 7.5 * non_cacheable_task_action - One of the task actions is not cacheable, either because it is loaded via a custom classloader, or a Java lambda is used to implement it. Available since Gradle 5.0 and before Gradle 7.5 * non_cacheable_task_implementation - The task implementation is not cacheable, either because it is loaded via a custom classloader, or a Java lambda is used to implement it. Available since Gradle 5.0 and before Gradle 7.5 * non_cacheable_tree_output - The task has a org.gradle.api.file.FileTree or a org.gradle.api.internal.file.collections.DirectoryFileTree as an output. Available since Gradle 5.0 * overlapping_outputs - The tasks outputs overlaps with another task. As Gradle cannot safely determine which task each output file belongs to, it disables caching * task_has_no_actions - The task does not declare any actions * task_output_caching_not_enabled - Caching is not enabled for the task * unknown - Reason for disabled caching is not known null when the task is cacheable or if the information is not available.

nonCacheabilityReason

The human-readable reason for a non-cacheable task. null when the task is cacheable or if the information is not available.

skipReasonMessage

The detailed reason why the task is skipped. null if the task is not skipped or Gradle versions <7.6 are used.

cacheArtifactSize

The number of bytes of the produced or consumed cache artifact. For a task execution where the outputs are successfully stored to a local or remote cache, this is the size of the stored cache artifact. For a task execution where the outputs are successfully loaded from a local or remote cache, this is the size of the loaded cache artifact. null if the task is not cacheable, or if the attempt to store or load the artifact from cache does not succeed.

cacheArtifactRejectedReason

The reason why the cache artifact is rejected: * artifact_size_too_large - The size of the artifact is larger than the remote build cache can accept. The value is null if the task is not cacheable, or if the attempt to store the artifact does not succeed.

cacheKey

The build cache key. null if no build cache key was computed (e.g. when the task is skipped).

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "taskPath") taskPath: String, @Json(name = "taskType") taskType: String, @Json(name = "avoidanceOutcome") avoidanceOutcome: GradleBuildCachePerformanceTaskExecutionEntry.AvoidanceOutcome, @Json(name = "duration") duration: Long, @Json(name = "fingerprintingDuration") fingerprintingDuration: Long? = null, @Json(name = "avoidanceSavings") avoidanceSavings: Long? = null, @Json(name = "nonCacheabilityCategory") nonCacheabilityCategory: GradleBuildCachePerformanceTaskExecutionEntry.NonCacheabilityCategory? = null, @Json(name = "nonCacheabilityReason") nonCacheabilityReason: String? = null, @Json(name = "skipReasonMessage") skipReasonMessage: String? = null, @Json(name = "cacheArtifactSize") cacheArtifactSize: Long? = null, @Json(name = "cacheArtifactRejectedReason") cacheArtifactRejectedReason: GradleBuildCachePerformanceTaskExecutionEntry.CacheArtifactRejectedReason? = null, @Json(name = "cacheKey") cacheKey: String? = null)
+
+
+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The avoidance outcome of this task with respect to performance: * avoided_up_to_date - Task whose execution is avoided due to build incrementalism * avoided_from_local_cache - Task whose execution is avoided due to reusing a local build cache entry * avoided_from_remote_cache - Task whose execution is avoided due to reusing a remote build cache entry * executed_cacheable - Task which is executed but is cacheable * executed_not_cacheable - Task which is executed but is not cacheable * executed_unknown_cacheability - Task which is executed and whose cacheability can not be determined * avoided_unknown_reason - Task which was avoided for an unknown reason * lifecycle - Lifecycle task * no-source - No-source task * skipped - Skipped task

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The reason why the cache artifact is rejected: * artifact_size_too_large - The size of the artifact is larger than the remote build cache can accept. The value is null if the task is not cacheable, or if the attempt to store the artifact does not succeed.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The category of the non-cacheability reason: * build_cache_not_enabled - Caching is not enabled for the build * cache-if_condition_not_matched - Caching is disabled for the task via org.gradle.api.tasks.TaskOutputs#cacheIf * disabled_to_ensure_correctness - The task failed validation. Available since Gradle 7.0 * do-not-cache-if_condition_matched - Caching is disabled for the task via org.gradle.api.tasks.TaskOutputs#doNotCacheIf * multiple_outputs_declared - The task declares multiple outputs * no_outputs_declared - The task has no outputs declared * non_cacheable_inputs - One of the task inputs is not cacheable, either because some type used as an input to the task is loaded via a custom classloader, or a Java lambda is used as an input. Available since Gradle 5.0 and before Gradle 7.5 * non_cacheable_task_action - One of the task actions is not cacheable, either because it is loaded via a custom classloader, or a Java lambda is used to implement it. Available since Gradle 5.0 and before Gradle 7.5 * non_cacheable_task_implementation - The task implementation is not cacheable, either because it is loaded via a custom classloader, or a Java lambda is used to implement it. Available since Gradle 5.0 and before Gradle 7.5 * non_cacheable_tree_output - The task has a org.gradle.api.file.FileTree or a org.gradle.api.internal.file.collections.DirectoryFileTree as an output. Available since Gradle 5.0 * overlapping_outputs - The tasks outputs overlaps with another task. As Gradle cannot safely determine which task each output file belongs to, it disables caching * task_has_no_actions - The task does not declare any actions * task_output_caching_not_enabled - Caching is not enabled for the task * unknown - Reason for disabled caching is not known null when the task is cacheable or if the information is not available.

+
+
+
+
+
+
+
+

Properties

+
+ + +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val avoidanceSavings: Long? = null
+
+
+
+
+ + + +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val cacheArtifactSize: Long? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val cacheKey: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ + + +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/non-cacheability-category.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/non-cacheability-category.html new file mode 100644 index 000000000..d2f2bd942 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/non-cacheability-category.html @@ -0,0 +1,80 @@ + + + + + nonCacheabilityCategory + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

nonCacheabilityCategory

+
+

Parameters

nonCacheabilityCategory

The category of the non-cacheability reason: * build_cache_not_enabled - Caching is not enabled for the build * cache-if_condition_not_matched - Caching is disabled for the task via org.gradle.api.tasks.TaskOutputs#cacheIf * disabled_to_ensure_correctness - The task failed validation. Available since Gradle 7.0 * do-not-cache-if_condition_matched - Caching is disabled for the task via org.gradle.api.tasks.TaskOutputs#doNotCacheIf * multiple_outputs_declared - The task declares multiple outputs * no_outputs_declared - The task has no outputs declared * non_cacheable_inputs - One of the task inputs is not cacheable, either because some type used as an input to the task is loaded via a custom classloader, or a Java lambda is used as an input. Available since Gradle 5.0 and before Gradle 7.5 * non_cacheable_task_action - One of the task actions is not cacheable, either because it is loaded via a custom classloader, or a Java lambda is used to implement it. Available since Gradle 5.0 and before Gradle 7.5 * non_cacheable_task_implementation - The task implementation is not cacheable, either because it is loaded via a custom classloader, or a Java lambda is used to implement it. Available since Gradle 5.0 and before Gradle 7.5 * non_cacheable_tree_output - The task has a org.gradle.api.file.FileTree or a org.gradle.api.internal.file.collections.DirectoryFileTree as an output. Available since Gradle 5.0 * overlapping_outputs - The tasks outputs overlaps with another task. As Gradle cannot safely determine which task each output file belongs to, it disables caching * task_has_no_actions - The task does not declare any actions * task_output_caching_not_enabled - Caching is not enabled for the task * unknown - Reason for disabled caching is not known null when the task is cacheable or if the information is not available.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/non-cacheability-reason.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/non-cacheability-reason.html new file mode 100644 index 000000000..c566a99fa --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/non-cacheability-reason.html @@ -0,0 +1,80 @@ + + + + + nonCacheabilityReason + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

nonCacheabilityReason

+
+

Parameters

nonCacheabilityReason

The human-readable reason for a non-cacheable task. null when the task is cacheable or if the information is not available.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/skip-reason-message.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/skip-reason-message.html new file mode 100644 index 000000000..04aaada60 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/skip-reason-message.html @@ -0,0 +1,80 @@ + + + + + skipReasonMessage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

skipReasonMessage

+
+

Parameters

skipReasonMessage

The detailed reason why the task is skipped. null if the task is not skipped or Gradle versions <7.6 are used.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/task-path.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/task-path.html new file mode 100644 index 000000000..5a4e92932 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/task-path.html @@ -0,0 +1,80 @@ + + + + + taskPath + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

taskPath

+
+

Parameters

taskPath

The full task path.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/task-type.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/task-type.html new file mode 100644 index 000000000..de1be8adb --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/task-type.html @@ -0,0 +1,80 @@ + + + + + taskType + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

taskType

+
+

Parameters

taskType

The fully qualified class name of the task.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-fingerprinting-summary/-gradle-build-cache-performance-task-fingerprinting-summary.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-fingerprinting-summary/-gradle-build-cache-performance-task-fingerprinting-summary.html new file mode 100644 index 000000000..9438c8903 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-fingerprinting-summary/-gradle-build-cache-performance-task-fingerprinting-summary.html @@ -0,0 +1,80 @@ + + + + + GradleBuildCachePerformanceTaskFingerprintingSummary + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleBuildCachePerformanceTaskFingerprintingSummary

+
+
constructor(@Json(name = "count") count: Int, @Json(name = "serialDuration") serialDuration: Long)

Parameters

count

Count of fingerprinted tasks.

serialDuration

Sum of all fingerprinting times of fingerprinted tasks in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-fingerprinting-summary/count.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-fingerprinting-summary/count.html new file mode 100644 index 000000000..5b2d09ee2 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-fingerprinting-summary/count.html @@ -0,0 +1,80 @@ + + + + + count + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

count

+
+
val count: Int

Parameters

count

Count of fingerprinted tasks.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-fingerprinting-summary/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-fingerprinting-summary/index.html new file mode 100644 index 000000000..9db3df78d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-fingerprinting-summary/index.html @@ -0,0 +1,138 @@ + + + + + GradleBuildCachePerformanceTaskFingerprintingSummary + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleBuildCachePerformanceTaskFingerprintingSummary

+
data class GradleBuildCachePerformanceTaskFingerprintingSummary(@Json(name = "count") val count: Int, @Json(name = "serialDuration") val serialDuration: Long)

A summary of task fingerprinting. Fingerprinted tasks are part of the taskExecution.avoidedTasks or taskExecution.executedTasks, or taskExecution.noSourceTasks buckets. null if Gradle version is <5.0 or Develocity Gradle plugin version is <2.1.

Parameters

count

Count of fingerprinted tasks.

serialDuration

Sum of all fingerprinting times of fingerprinted tasks in milliseconds.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "count") count: Int, @Json(name = "serialDuration") serialDuration: Long)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val count: Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-fingerprinting-summary/serial-duration.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-fingerprinting-summary/serial-duration.html new file mode 100644 index 000000000..7c8ef356f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-fingerprinting-summary/serial-duration.html @@ -0,0 +1,80 @@ + + + + + serialDuration + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serialDuration

+
+

Parameters

serialDuration

Sum of all fingerprinting times of fingerprinted tasks in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-avoidance-savings-summary/-gradle-build-cache-performance-work-unit-avoidance-savings-summary.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-avoidance-savings-summary/-gradle-build-cache-performance-work-unit-avoidance-savings-summary.html new file mode 100644 index 000000000..24edd93b1 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-avoidance-savings-summary/-gradle-build-cache-performance-work-unit-avoidance-savings-summary.html @@ -0,0 +1,80 @@ + + + + + GradleBuildCachePerformanceWorkUnitAvoidanceSavingsSummary + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleBuildCachePerformanceWorkUnitAvoidanceSavingsSummary

+
+
constructor(@Json(name = "total") total: Long, @Json(name = "ratio") ratio: Double, @Json(name = "upToDate") upToDate: Long, @Json(name = "localBuildCache") localBuildCache: Long, @Json(name = "remoteBuildCache") remoteBuildCache: Long)

Parameters

total

The estimated reduction in serial execution time of the work units due to their outputs being reused in milliseconds.

ratio

The ratio of the total avoidance savings against the potential serial execution time (which is the actual serial execution time plus the total avoidance savings). Quantifies the effect of avoidance savings in this build. The bigger the ratio is, the more time is saved when running the build.

upToDate

The estimated reduction in serial execution time of the work units due to build incrementalism in milliseconds.

localBuildCache

The estimated reduction in serial execution time of the work units due to their outputs being reused from the local build cache in milliseconds.

remoteBuildCache

The estimated reduction in serial execution time of the work units due to their outputs being reused from the remote build cache in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-avoidance-savings-summary/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-avoidance-savings-summary/index.html new file mode 100644 index 000000000..55abad294 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-avoidance-savings-summary/index.html @@ -0,0 +1,183 @@ + + + + + GradleBuildCachePerformanceWorkUnitAvoidanceSavingsSummary + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleBuildCachePerformanceWorkUnitAvoidanceSavingsSummary

+
data class GradleBuildCachePerformanceWorkUnitAvoidanceSavingsSummary(@Json(name = "total") val total: Long, @Json(name = "ratio") val ratio: Double, @Json(name = "upToDate") val upToDate: Long, @Json(name = "localBuildCache") val localBuildCache: Long, @Json(name = "remoteBuildCache") val remoteBuildCache: Long)

A breakdown of avoidance savings for tasks and artifact transforms.

Parameters

total

The estimated reduction in serial execution time of the work units due to their outputs being reused in milliseconds.

ratio

The ratio of the total avoidance savings against the potential serial execution time (which is the actual serial execution time plus the total avoidance savings). Quantifies the effect of avoidance savings in this build. The bigger the ratio is, the more time is saved when running the build.

upToDate

The estimated reduction in serial execution time of the work units due to build incrementalism in milliseconds.

localBuildCache

The estimated reduction in serial execution time of the work units due to their outputs being reused from the local build cache in milliseconds.

remoteBuildCache

The estimated reduction in serial execution time of the work units due to their outputs being reused from the remote build cache in milliseconds.

+
+
+
+
+
+

Constructors

+
+
+
+ +
+
+
constructor(@Json(name = "total") total: Long, @Json(name = "ratio") ratio: Double, @Json(name = "upToDate") upToDate: Long, @Json(name = "localBuildCache") localBuildCache: Long, @Json(name = "remoteBuildCache") remoteBuildCache: Long)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val total: Long
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-avoidance-savings-summary/local-build-cache.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-avoidance-savings-summary/local-build-cache.html new file mode 100644 index 000000000..12f207450 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-avoidance-savings-summary/local-build-cache.html @@ -0,0 +1,80 @@ + + + + + localBuildCache + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

localBuildCache

+
+

Parameters

localBuildCache

The estimated reduction in serial execution time of the work units due to their outputs being reused from the local build cache in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-avoidance-savings-summary/ratio.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-avoidance-savings-summary/ratio.html new file mode 100644 index 000000000..c61e9fa6b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-avoidance-savings-summary/ratio.html @@ -0,0 +1,80 @@ + + + + + ratio + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ratio

+
+

Parameters

ratio

The ratio of the total avoidance savings against the potential serial execution time (which is the actual serial execution time plus the total avoidance savings). Quantifies the effect of avoidance savings in this build. The bigger the ratio is, the more time is saved when running the build.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-avoidance-savings-summary/remote-build-cache.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-avoidance-savings-summary/remote-build-cache.html new file mode 100644 index 000000000..4f55e5c13 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-avoidance-savings-summary/remote-build-cache.html @@ -0,0 +1,80 @@ + + + + + remoteBuildCache + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

remoteBuildCache

+
+

Parameters

remoteBuildCache

The estimated reduction in serial execution time of the work units due to their outputs being reused from the remote build cache in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-avoidance-savings-summary/total.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-avoidance-savings-summary/total.html new file mode 100644 index 000000000..5d6d5dd5b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-avoidance-savings-summary/total.html @@ -0,0 +1,80 @@ + + + + + total + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

total

+
+
val total: Long

Parameters

total

The estimated reduction in serial execution time of the work units due to their outputs being reused in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-avoidance-savings-summary/up-to-date.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-avoidance-savings-summary/up-to-date.html new file mode 100644 index 000000000..f13fcbddb --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-avoidance-savings-summary/up-to-date.html @@ -0,0 +1,80 @@ + + + + + upToDate + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

upToDate

+
+

Parameters

upToDate

The estimated reduction in serial execution time of the work units due to build incrementalism in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-fingerprinting-summary/-gradle-build-cache-performance-work-unit-fingerprinting-summary.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-fingerprinting-summary/-gradle-build-cache-performance-work-unit-fingerprinting-summary.html new file mode 100644 index 000000000..f4e139b7e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-fingerprinting-summary/-gradle-build-cache-performance-work-unit-fingerprinting-summary.html @@ -0,0 +1,80 @@ + + + + + GradleBuildCachePerformanceWorkUnitFingerprintingSummary + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleBuildCachePerformanceWorkUnitFingerprintingSummary

+
+
constructor(@Json(name = "count") count: Int, @Json(name = "serialDuration") serialDuration: Long)

Parameters

count

Count of fingerprinted work units.

serialDuration

Sum of all fingerprinting times of fingerprinted work units in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-fingerprinting-summary/count.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-fingerprinting-summary/count.html new file mode 100644 index 000000000..29a4047e4 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-fingerprinting-summary/count.html @@ -0,0 +1,80 @@ + + + + + count + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

count

+
+
val count: Int

Parameters

count

Count of fingerprinted work units.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-fingerprinting-summary/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-fingerprinting-summary/index.html new file mode 100644 index 000000000..5d0d88350 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-fingerprinting-summary/index.html @@ -0,0 +1,138 @@ + + + + + GradleBuildCachePerformanceWorkUnitFingerprintingSummary + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleBuildCachePerformanceWorkUnitFingerprintingSummary

+
data class GradleBuildCachePerformanceWorkUnitFingerprintingSummary(@Json(name = "count") val count: Int, @Json(name = "serialDuration") val serialDuration: Long)

A summary of task and artifact transform fingerprinting. null if Gradle version is <5.0 or Develocity Gradle plugin version is <2.1.

Parameters

count

Count of fingerprinted work units.

serialDuration

Sum of all fingerprinting times of fingerprinted work units in milliseconds.

+
+
+
+
+
+

Constructors

+
+
+
+ +
+
+
constructor(@Json(name = "count") count: Int, @Json(name = "serialDuration") serialDuration: Long)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val count: Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-fingerprinting-summary/serial-duration.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-fingerprinting-summary/serial-duration.html new file mode 100644 index 000000000..7342676ca --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-fingerprinting-summary/serial-duration.html @@ -0,0 +1,80 @@ + + + + + serialDuration + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serialDuration

+
+

Parameters

serialDuration

Sum of all fingerprinting times of fingerprinted work units in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/-gradle-build-cache-performance.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/-gradle-build-cache-performance.html new file mode 100644 index 000000000..fd333f5b1 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/-gradle-build-cache-performance.html @@ -0,0 +1,80 @@ + + + + + GradleBuildCachePerformance + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleBuildCachePerformance

+
+
constructor(@Json(name = "id") id: String, @Json(name = "buildTime") buildTime: Long, @Json(name = "effectiveTaskExecutionTime") effectiveTaskExecutionTime: Long, @Json(name = "effectiveWorkUnitExecutionTime") effectiveWorkUnitExecutionTime: Long, @Json(name = "serialTaskExecutionTime") serialTaskExecutionTime: Long, @Json(name = "serialWorkUnitExecutionTime") serialWorkUnitExecutionTime: Long, @Json(name = "serializationFactor") serializationFactor: Double, @Json(name = "taskExecution") taskExecution: List<GradleBuildCachePerformanceTaskExecutionEntry>, @Json(name = "avoidanceSavingsSummary") avoidanceSavingsSummary: GradleBuildCachePerformanceAvoidanceSavingsSummary, @Json(name = "taskAvoidanceSavingsSummary") taskAvoidanceSavingsSummary: GradleBuildCachePerformanceTaskAvoidanceSavingsSummary, @Json(name = "workUnitAvoidanceSavingsSummary") workUnitAvoidanceSavingsSummary: GradleBuildCachePerformanceWorkUnitAvoidanceSavingsSummary, @Json(name = "taskFingerprintingSummary") taskFingerprintingSummary: GradleBuildCachePerformanceTaskFingerprintingSummary? = null, @Json(name = "workUnitFingerprintingSummary") workUnitFingerprintingSummary: GradleBuildCachePerformanceWorkUnitFingerprintingSummary? = null, @Json(name = "buildCaches") buildCaches: GradleBuildCachePerformanceBuildCaches? = null)

Parameters

id

The Build Scan ID.

buildTime

Wall clock duration of the build in milliseconds.

effectiveTaskExecutionTime

Wall clock time spent executing tasks in milliseconds. It is the time spent between the start of the first task in the execution phase and the end of the last task of the execution phase, removing any interval where no task is being executed.

effectiveWorkUnitExecutionTime

Wall clock time spent executing work units (tasks and artifact transforms) in milliseconds. It is the time spent between the start of the first work unit in the execution phase and the end of the last work unit of the execution phase, removing any interval where no work unit is being executed.

serialTaskExecutionTime

Wall clock time of all task executions in milliseconds. It is the sum of all individual task durations.

serialWorkUnitExecutionTime

Wall clock time of all work unit executions (tasks and artifact transforms) in milliseconds. It is the sum of all individual work unit durations.

serializationFactor

The ratio of serialWorkUnitExecutionTime over the effectiveWorkUnitExecutionTime. Quantifies the effect of work unit parallelization. A value equal to 1 means that no parallelization occurred. A value greater than 1 means that work units are executed faster due to parallelization.

taskExecution

A list of executed tasks with performance related information.

avoidanceSavingsSummary
taskAvoidanceSavingsSummary
workUnitAvoidanceSavingsSummary
taskFingerprintingSummary
workUnitFingerprintingSummary
buildCaches
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/avoidance-savings-summary.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/avoidance-savings-summary.html new file mode 100644 index 000000000..d808b67cd --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/avoidance-savings-summary.html @@ -0,0 +1,80 @@ + + + + + avoidanceSavingsSummary + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avoidanceSavingsSummary

+
+

Deprecated

This property is deprecated.

Parameters

avoidanceSavingsSummary
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/build-caches.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/build-caches.html new file mode 100644 index 000000000..2f9a0d825 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/build-caches.html @@ -0,0 +1,80 @@ + + + + + buildCaches + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

buildCaches

+
+

Parameters

buildCaches
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/build-time.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/build-time.html new file mode 100644 index 000000000..9d4dde8d5 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/build-time.html @@ -0,0 +1,80 @@ + + + + + buildTime + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

buildTime

+
+

Parameters

buildTime

Wall clock duration of the build in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/effective-task-execution-time.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/effective-task-execution-time.html new file mode 100644 index 000000000..4331833b9 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/effective-task-execution-time.html @@ -0,0 +1,80 @@ + + + + + effectiveTaskExecutionTime + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

effectiveTaskExecutionTime

+
+

Parameters

effectiveTaskExecutionTime

Wall clock time spent executing tasks in milliseconds. It is the time spent between the start of the first task in the execution phase and the end of the last task of the execution phase, removing any interval where no task is being executed.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/effective-work-unit-execution-time.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/effective-work-unit-execution-time.html new file mode 100644 index 000000000..7a3e18e5e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/effective-work-unit-execution-time.html @@ -0,0 +1,80 @@ + + + + + effectiveWorkUnitExecutionTime + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

effectiveWorkUnitExecutionTime

+
+

Parameters

effectiveWorkUnitExecutionTime

Wall clock time spent executing work units (tasks and artifact transforms) in milliseconds. It is the time spent between the start of the first work unit in the execution phase and the end of the last work unit of the execution phase, removing any interval where no work unit is being executed.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/id.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/id.html new file mode 100644 index 000000000..15c0f20d5 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/id.html @@ -0,0 +1,80 @@ + + + + + id + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

id

+
+
val id: String

Parameters

id

The Build Scan ID.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/index.html new file mode 100644 index 000000000..35180e9d8 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/index.html @@ -0,0 +1,318 @@ + + + + + GradleBuildCachePerformance + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleBuildCachePerformance

+
data class GradleBuildCachePerformance(@Json(name = "id") val id: String, @Json(name = "buildTime") val buildTime: Long, @Json(name = "effectiveTaskExecutionTime") val effectiveTaskExecutionTime: Long, @Json(name = "effectiveWorkUnitExecutionTime") val effectiveWorkUnitExecutionTime: Long, @Json(name = "serialTaskExecutionTime") val serialTaskExecutionTime: Long, @Json(name = "serialWorkUnitExecutionTime") val serialWorkUnitExecutionTime: Long, @Json(name = "serializationFactor") val serializationFactor: Double, @Json(name = "taskExecution") val taskExecution: List<GradleBuildCachePerformanceTaskExecutionEntry>, @Json(name = "avoidanceSavingsSummary") val avoidanceSavingsSummary: GradleBuildCachePerformanceAvoidanceSavingsSummary, @Json(name = "taskAvoidanceSavingsSummary") val taskAvoidanceSavingsSummary: GradleBuildCachePerformanceTaskAvoidanceSavingsSummary, @Json(name = "workUnitAvoidanceSavingsSummary") val workUnitAvoidanceSavingsSummary: GradleBuildCachePerformanceWorkUnitAvoidanceSavingsSummary, @Json(name = "taskFingerprintingSummary") val taskFingerprintingSummary: GradleBuildCachePerformanceTaskFingerprintingSummary? = null, @Json(name = "workUnitFingerprintingSummary") val workUnitFingerprintingSummary: GradleBuildCachePerformanceWorkUnitFingerprintingSummary? = null, @Json(name = "buildCaches") val buildCaches: GradleBuildCachePerformanceBuildCaches? = null)

The build cache performance of a Gradle build.

Parameters

id

The Build Scan ID.

buildTime

Wall clock duration of the build in milliseconds.

effectiveTaskExecutionTime

Wall clock time spent executing tasks in milliseconds. It is the time spent between the start of the first task in the execution phase and the end of the last task of the execution phase, removing any interval where no task is being executed.

effectiveWorkUnitExecutionTime

Wall clock time spent executing work units (tasks and artifact transforms) in milliseconds. It is the time spent between the start of the first work unit in the execution phase and the end of the last work unit of the execution phase, removing any interval where no work unit is being executed.

serialTaskExecutionTime

Wall clock time of all task executions in milliseconds. It is the sum of all individual task durations.

serialWorkUnitExecutionTime

Wall clock time of all work unit executions (tasks and artifact transforms) in milliseconds. It is the sum of all individual work unit durations.

serializationFactor

The ratio of serialWorkUnitExecutionTime over the effectiveWorkUnitExecutionTime. Quantifies the effect of work unit parallelization. A value equal to 1 means that no parallelization occurred. A value greater than 1 means that work units are executed faster due to parallelization.

taskExecution

A list of executed tasks with performance related information.

avoidanceSavingsSummary
taskAvoidanceSavingsSummary
workUnitAvoidanceSavingsSummary
taskFingerprintingSummary
workUnitFingerprintingSummary
buildCaches
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "id") id: String, @Json(name = "buildTime") buildTime: Long, @Json(name = "effectiveTaskExecutionTime") effectiveTaskExecutionTime: Long, @Json(name = "effectiveWorkUnitExecutionTime") effectiveWorkUnitExecutionTime: Long, @Json(name = "serialTaskExecutionTime") serialTaskExecutionTime: Long, @Json(name = "serialWorkUnitExecutionTime") serialWorkUnitExecutionTime: Long, @Json(name = "serializationFactor") serializationFactor: Double, @Json(name = "taskExecution") taskExecution: List<GradleBuildCachePerformanceTaskExecutionEntry>, @Json(name = "avoidanceSavingsSummary") avoidanceSavingsSummary: GradleBuildCachePerformanceAvoidanceSavingsSummary, @Json(name = "taskAvoidanceSavingsSummary") taskAvoidanceSavingsSummary: GradleBuildCachePerformanceTaskAvoidanceSavingsSummary, @Json(name = "workUnitAvoidanceSavingsSummary") workUnitAvoidanceSavingsSummary: GradleBuildCachePerformanceWorkUnitAvoidanceSavingsSummary, @Json(name = "taskFingerprintingSummary") taskFingerprintingSummary: GradleBuildCachePerformanceTaskFingerprintingSummary? = null, @Json(name = "workUnitFingerprintingSummary") workUnitFingerprintingSummary: GradleBuildCachePerformanceWorkUnitFingerprintingSummary? = null, @Json(name = "buildCaches") buildCaches: GradleBuildCachePerformanceBuildCaches? = null)
+
+
+
+
+
+
+
+

Properties

+
+ + +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val id: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ + + +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+ +
+ + + + +
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/serial-task-execution-time.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/serial-task-execution-time.html new file mode 100644 index 000000000..3cdf2e90f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/serial-task-execution-time.html @@ -0,0 +1,80 @@ + + + + + serialTaskExecutionTime + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serialTaskExecutionTime

+
+

Parameters

serialTaskExecutionTime

Wall clock time of all task executions in milliseconds. It is the sum of all individual task durations.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/serial-work-unit-execution-time.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/serial-work-unit-execution-time.html new file mode 100644 index 000000000..90dd55caa --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/serial-work-unit-execution-time.html @@ -0,0 +1,80 @@ + + + + + serialWorkUnitExecutionTime + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serialWorkUnitExecutionTime

+
+

Parameters

serialWorkUnitExecutionTime

Wall clock time of all work unit executions (tasks and artifact transforms) in milliseconds. It is the sum of all individual work unit durations.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/serialization-factor.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/serialization-factor.html new file mode 100644 index 000000000..e58013b80 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/serialization-factor.html @@ -0,0 +1,80 @@ + + + + + serializationFactor + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serializationFactor

+
+

Parameters

serializationFactor

The ratio of serialWorkUnitExecutionTime over the effectiveWorkUnitExecutionTime. Quantifies the effect of work unit parallelization. A value equal to 1 means that no parallelization occurred. A value greater than 1 means that work units are executed faster due to parallelization.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/task-avoidance-savings-summary.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/task-avoidance-savings-summary.html new file mode 100644 index 000000000..8f031d6c9 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/task-avoidance-savings-summary.html @@ -0,0 +1,80 @@ + + + + + taskAvoidanceSavingsSummary + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

taskAvoidanceSavingsSummary

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/task-execution.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/task-execution.html new file mode 100644 index 000000000..60328853a --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/task-execution.html @@ -0,0 +1,80 @@ + + + + + taskExecution + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

taskExecution

+
+

Parameters

taskExecution

A list of executed tasks with performance related information.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/task-fingerprinting-summary.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/task-fingerprinting-summary.html new file mode 100644 index 000000000..7d5c4eb26 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/task-fingerprinting-summary.html @@ -0,0 +1,80 @@ + + + + + taskFingerprintingSummary + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

taskFingerprintingSummary

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/work-unit-avoidance-savings-summary.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/work-unit-avoidance-savings-summary.html new file mode 100644 index 000000000..1e9aeb306 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/work-unit-avoidance-savings-summary.html @@ -0,0 +1,80 @@ + + + + + workUnitAvoidanceSavingsSummary + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

workUnitAvoidanceSavingsSummary

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/work-unit-fingerprinting-summary.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/work-unit-fingerprinting-summary.html new file mode 100644 index 000000000..148cbeb3f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/work-unit-fingerprinting-summary.html @@ -0,0 +1,80 @@ + + + + + workUnitFingerprintingSummary + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

workUnitFingerprintingSummary

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-daemon-jvm-memory-usage/-gradle-build-daemon-jvm-memory-usage.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-daemon-jvm-memory-usage/-gradle-build-daemon-jvm-memory-usage.html new file mode 100644 index 000000000..bc396c116 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-daemon-jvm-memory-usage/-gradle-build-daemon-jvm-memory-usage.html @@ -0,0 +1,80 @@ + + + + + GradleBuildDaemonJvmMemoryUsage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleBuildDaemonJvmMemoryUsage

+
+
constructor(@Json(name = "totalGarbageCollectionTime") totalGarbageCollectionTime: Long, @Json(name = "memoryPools") memoryPools: List<MemoryPoolUsage>? = null)

Parameters

totalGarbageCollectionTime

The total garbage collection time.

memoryPools

A list of all the heap memory pools of the JVM build process and their peak usage.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-daemon-jvm-memory-usage/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-daemon-jvm-memory-usage/index.html new file mode 100644 index 000000000..997f4b56c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-daemon-jvm-memory-usage/index.html @@ -0,0 +1,138 @@ + + + + + GradleBuildDaemonJvmMemoryUsage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleBuildDaemonJvmMemoryUsage

+
data class GradleBuildDaemonJvmMemoryUsage(@Json(name = "totalGarbageCollectionTime") val totalGarbageCollectionTime: Long, @Json(name = "memoryPools") val memoryPools: List<MemoryPoolUsage>? = null)

Memory usage stats of the Gradle Daemon JVM while running the build.

Parameters

totalGarbageCollectionTime

The total garbage collection time.

memoryPools

A list of all the heap memory pools of the JVM build process and their peak usage.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "totalGarbageCollectionTime") totalGarbageCollectionTime: Long, @Json(name = "memoryPools") memoryPools: List<MemoryPoolUsage>? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-daemon-jvm-memory-usage/memory-pools.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-daemon-jvm-memory-usage/memory-pools.html new file mode 100644 index 000000000..23e92289a --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-daemon-jvm-memory-usage/memory-pools.html @@ -0,0 +1,80 @@ + + + + + memoryPools + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

memoryPools

+
+

Parameters

memoryPools

A list of all the heap memory pools of the JVM build process and their peak usage.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-daemon-jvm-memory-usage/total-garbage-collection-time.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-daemon-jvm-memory-usage/total-garbage-collection-time.html new file mode 100644 index 000000000..41302a75b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-daemon-jvm-memory-usage/total-garbage-collection-time.html @@ -0,0 +1,80 @@ + + + + + totalGarbageCollectionTime + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

totalGarbageCollectionTime

+
+

Parameters

totalGarbageCollectionTime

The total garbage collection time.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/-gradle-build-options.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/-gradle-build-options.html new file mode 100644 index 000000000..3272897df --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/-gradle-build-options.html @@ -0,0 +1,80 @@ + + + + + GradleBuildOptions + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleBuildOptions

+
+
constructor(@Json(name = "configurationOnDemandEnabled") configurationOnDemandEnabled: Boolean, @Json(name = "continuousBuildEnabled") continuousBuildEnabled: Boolean, @Json(name = "continueOnFailureEnabled") continueOnFailureEnabled: Boolean, @Json(name = "daemonEnabled") daemonEnabled: Boolean, @Json(name = "dryRunEnabled") dryRunEnabled: Boolean, @Json(name = "excludedTasks") excludedTasks: List<String>, @Json(name = "maxNumberOfGradleWorkers") maxNumberOfGradleWorkers: Int, @Json(name = "offlineModeEnabled") offlineModeEnabled: Boolean, @Json(name = "parallelProjectExecutionEnabled") parallelProjectExecutionEnabled: Boolean, @Json(name = "refreshDependenciesEnabled") refreshDependenciesEnabled: Boolean, @Json(name = "rerunTasksEnabled") rerunTasksEnabled: Boolean, @Json(name = "buildCacheEnabled") buildCacheEnabled: Boolean? = null, @Json(name = "configurationCacheEnabled") configurationCacheEnabled: Boolean? = null, @Json(name = "fileSystemWatchingEnabled") fileSystemWatchingEnabled: Boolean? = null, @Json(name = "isolatedProjectsEnabled") isolatedProjectsEnabled: Boolean? = null)

Parameters

configurationOnDemandEnabled

Indicates whether configuration on demand mode is enabled for the build. See https://docs.gradle.org/current/userguide/multi_project_configuration_and_execution.html#sec:configuration_on_demand.

continuousBuildEnabled

Indicates whether continuous build mode is running for the build. See https://docs.gradle.org/current/userguide/command_line_interface.html#sec:continuous_build.

continueOnFailureEnabled

Indicates whether continue on failure mode is set for the build. See https://docs.gradle.org/current/userguide/command_line_interface.html#sec:continue_build_on_failure.

daemonEnabled

Indicates whether the build is run with the Gradle Daemon. See https://docs.gradle.org/current/userguide/gradle_daemon.html.

dryRunEnabled

Indicates whether the dry run flag is set for the build. See https://docs.gradle.org/current/userguide/command_line_interface.html#sec:command_line_execution_options.

excludedTasks

The list of excluded tasks. See https://docs.gradle.org/current/userguide/command_line_interface.html#sec:excluding_tasks_from_the_command_line.

maxNumberOfGradleWorkers

The maximum number of build workers used to run the build. See https://docs.gradle.org/current/userguide/command_line_interface.html#sec:command_line_performance.

offlineModeEnabled

Indicates whether the offline mode is set for the build. See https://docs.gradle.org/current/userguide/dynamic_versions.html#sec:offline-mode.

parallelProjectExecutionEnabled

Indicates whether parallel project execution is enabled for the build. See https://docs.gradle.org/current/userguide/multi_project_configuration_and_execution.html#sec:parallel_execution.

refreshDependenciesEnabled

Indicates whether the build is set to refresh all dependencies in the dependency cache. See https://docs.gradle.org/current/userguide/dynamic_versions.html#sec:refreshing-dependencies.

rerunTasksEnabled

Indicates whether the build is forced to run all the tasks, ignoring any up-to-date checks. https://docs.gradle.org/current/userguide/command_line_interface.html#sec:rerun_tasks.

buildCacheEnabled

Indicates whether the build cache is enabled for the build. null if Gradle version is <3.1 or Develocity Gradle plugin version is <1.3. See https://docs.gradle.org/current/javadoc/org/gradle/StartParameter.html#isBuildCacheEnabled--.

configurationCacheEnabled

Indicates whether the configuration cache is enabled for the build. null if Gradle version is <6.6 or Develocity Gradle plugin version is <3.4. See https://docs.gradle.org/current/userguide/configuration_cache.html.

fileSystemWatchingEnabled

Indicates whether file system watching is enabled for the build. null if Gradle version is <6.6 or Develocity Gradle plugin version is <3.4. See https://docs.gradle.org/current/userguide/file_system_watching.html.

isolatedProjectsEnabled

Indicates whether the 'Isolated Projects' feature was enabled for the build. May be null if Gradle version is <8.3 or Develocity Gradle plugin version is <3.15. See https://docs.gradle.org/current/userguide/isolated_projects.html.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/build-cache-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/build-cache-enabled.html new file mode 100644 index 000000000..1043efb53 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/build-cache-enabled.html @@ -0,0 +1,80 @@ + + + + + buildCacheEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

buildCacheEnabled

+
+

Parameters

buildCacheEnabled

Indicates whether the build cache is enabled for the build. null if Gradle version is <3.1 or Develocity Gradle plugin version is <1.3. See https://docs.gradle.org/current/javadoc/org/gradle/StartParameter.html#isBuildCacheEnabled--.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/configuration-cache-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/configuration-cache-enabled.html new file mode 100644 index 000000000..4d79708ab --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/configuration-cache-enabled.html @@ -0,0 +1,80 @@ + + + + + configurationCacheEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

configurationCacheEnabled

+
+

Parameters

configurationCacheEnabled

Indicates whether the configuration cache is enabled for the build. null if Gradle version is <6.6 or Develocity Gradle plugin version is <3.4. See https://docs.gradle.org/current/userguide/configuration_cache.html.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/configuration-on-demand-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/configuration-on-demand-enabled.html new file mode 100644 index 000000000..3431e3548 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/configuration-on-demand-enabled.html @@ -0,0 +1,80 @@ + + + + + configurationOnDemandEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

configurationOnDemandEnabled

+
+

Parameters

configurationOnDemandEnabled

Indicates whether configuration on demand mode is enabled for the build. See https://docs.gradle.org/current/userguide/multi_project_configuration_and_execution.html#sec:configuration_on_demand.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/continue-on-failure-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/continue-on-failure-enabled.html new file mode 100644 index 000000000..5c10aaf22 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/continue-on-failure-enabled.html @@ -0,0 +1,80 @@ + + + + + continueOnFailureEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

continueOnFailureEnabled

+
+

Parameters

continueOnFailureEnabled

Indicates whether continue on failure mode is set for the build. See https://docs.gradle.org/current/userguide/command_line_interface.html#sec:continue_build_on_failure.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/continuous-build-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/continuous-build-enabled.html new file mode 100644 index 000000000..91b68ec34 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/continuous-build-enabled.html @@ -0,0 +1,80 @@ + + + + + continuousBuildEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

continuousBuildEnabled

+
+

Parameters

continuousBuildEnabled

Indicates whether continuous build mode is running for the build. See https://docs.gradle.org/current/userguide/command_line_interface.html#sec:continuous_build.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/daemon-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/daemon-enabled.html new file mode 100644 index 000000000..bdc59d895 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/daemon-enabled.html @@ -0,0 +1,80 @@ + + + + + daemonEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

daemonEnabled

+
+

Parameters

daemonEnabled

Indicates whether the build is run with the Gradle Daemon. See https://docs.gradle.org/current/userguide/gradle_daemon.html.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/dry-run-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/dry-run-enabled.html new file mode 100644 index 000000000..8f42ff0ee --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/dry-run-enabled.html @@ -0,0 +1,80 @@ + + + + + dryRunEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

dryRunEnabled

+
+

Parameters

dryRunEnabled

Indicates whether the dry run flag is set for the build. See https://docs.gradle.org/current/userguide/command_line_interface.html#sec:command_line_execution_options.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/excluded-tasks.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/excluded-tasks.html new file mode 100644 index 000000000..3753ee456 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/excluded-tasks.html @@ -0,0 +1,80 @@ + + + + + excludedTasks + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

excludedTasks

+
+

Parameters

excludedTasks

The list of excluded tasks. See https://docs.gradle.org/current/userguide/command_line_interface.html#sec:excluding_tasks_from_the_command_line.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/file-system-watching-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/file-system-watching-enabled.html new file mode 100644 index 000000000..8ae08e40c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/file-system-watching-enabled.html @@ -0,0 +1,80 @@ + + + + + fileSystemWatchingEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

fileSystemWatchingEnabled

+
+

Parameters

fileSystemWatchingEnabled

Indicates whether file system watching is enabled for the build. null if Gradle version is <6.6 or Develocity Gradle plugin version is <3.4. See https://docs.gradle.org/current/userguide/file_system_watching.html.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/index.html new file mode 100644 index 000000000..b2deb5a3f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/index.html @@ -0,0 +1,333 @@ + + + + + GradleBuildOptions + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleBuildOptions

+
data class GradleBuildOptions(@Json(name = "configurationOnDemandEnabled") val configurationOnDemandEnabled: Boolean, @Json(name = "continuousBuildEnabled") val continuousBuildEnabled: Boolean, @Json(name = "continueOnFailureEnabled") val continueOnFailureEnabled: Boolean, @Json(name = "daemonEnabled") val daemonEnabled: Boolean, @Json(name = "dryRunEnabled") val dryRunEnabled: Boolean, @Json(name = "excludedTasks") val excludedTasks: List<String>, @Json(name = "maxNumberOfGradleWorkers") val maxNumberOfGradleWorkers: Int, @Json(name = "offlineModeEnabled") val offlineModeEnabled: Boolean, @Json(name = "parallelProjectExecutionEnabled") val parallelProjectExecutionEnabled: Boolean, @Json(name = "refreshDependenciesEnabled") val refreshDependenciesEnabled: Boolean, @Json(name = "rerunTasksEnabled") val rerunTasksEnabled: Boolean, @Json(name = "buildCacheEnabled") val buildCacheEnabled: Boolean? = null, @Json(name = "configurationCacheEnabled") val configurationCacheEnabled: Boolean? = null, @Json(name = "fileSystemWatchingEnabled") val fileSystemWatchingEnabled: Boolean? = null, @Json(name = "isolatedProjectsEnabled") val isolatedProjectsEnabled: Boolean? = null)

Gradle build options for this build.

Parameters

configurationOnDemandEnabled

Indicates whether configuration on demand mode is enabled for the build. See https://docs.gradle.org/current/userguide/multi_project_configuration_and_execution.html#sec:configuration_on_demand.

continuousBuildEnabled

Indicates whether continuous build mode is running for the build. See https://docs.gradle.org/current/userguide/command_line_interface.html#sec:continuous_build.

continueOnFailureEnabled

Indicates whether continue on failure mode is set for the build. See https://docs.gradle.org/current/userguide/command_line_interface.html#sec:continue_build_on_failure.

daemonEnabled

Indicates whether the build is run with the Gradle Daemon. See https://docs.gradle.org/current/userguide/gradle_daemon.html.

dryRunEnabled

Indicates whether the dry run flag is set for the build. See https://docs.gradle.org/current/userguide/command_line_interface.html#sec:command_line_execution_options.

excludedTasks

The list of excluded tasks. See https://docs.gradle.org/current/userguide/command_line_interface.html#sec:excluding_tasks_from_the_command_line.

maxNumberOfGradleWorkers

The maximum number of build workers used to run the build. See https://docs.gradle.org/current/userguide/command_line_interface.html#sec:command_line_performance.

offlineModeEnabled

Indicates whether the offline mode is set for the build. See https://docs.gradle.org/current/userguide/dynamic_versions.html#sec:offline-mode.

parallelProjectExecutionEnabled

Indicates whether parallel project execution is enabled for the build. See https://docs.gradle.org/current/userguide/multi_project_configuration_and_execution.html#sec:parallel_execution.

refreshDependenciesEnabled

Indicates whether the build is set to refresh all dependencies in the dependency cache. See https://docs.gradle.org/current/userguide/dynamic_versions.html#sec:refreshing-dependencies.

rerunTasksEnabled

Indicates whether the build is forced to run all the tasks, ignoring any up-to-date checks. https://docs.gradle.org/current/userguide/command_line_interface.html#sec:rerun_tasks.

buildCacheEnabled

Indicates whether the build cache is enabled for the build. null if Gradle version is <3.1 or Develocity Gradle plugin version is <1.3. See https://docs.gradle.org/current/javadoc/org/gradle/StartParameter.html#isBuildCacheEnabled--.

configurationCacheEnabled

Indicates whether the configuration cache is enabled for the build. null if Gradle version is <6.6 or Develocity Gradle plugin version is <3.4. See https://docs.gradle.org/current/userguide/configuration_cache.html.

fileSystemWatchingEnabled

Indicates whether file system watching is enabled for the build. null if Gradle version is <6.6 or Develocity Gradle plugin version is <3.4. See https://docs.gradle.org/current/userguide/file_system_watching.html.

isolatedProjectsEnabled

Indicates whether the 'Isolated Projects' feature was enabled for the build. May be null if Gradle version is <8.3 or Develocity Gradle plugin version is <3.15. See https://docs.gradle.org/current/userguide/isolated_projects.html.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "configurationOnDemandEnabled") configurationOnDemandEnabled: Boolean, @Json(name = "continuousBuildEnabled") continuousBuildEnabled: Boolean, @Json(name = "continueOnFailureEnabled") continueOnFailureEnabled: Boolean, @Json(name = "daemonEnabled") daemonEnabled: Boolean, @Json(name = "dryRunEnabled") dryRunEnabled: Boolean, @Json(name = "excludedTasks") excludedTasks: List<String>, @Json(name = "maxNumberOfGradleWorkers") maxNumberOfGradleWorkers: Int, @Json(name = "offlineModeEnabled") offlineModeEnabled: Boolean, @Json(name = "parallelProjectExecutionEnabled") parallelProjectExecutionEnabled: Boolean, @Json(name = "refreshDependenciesEnabled") refreshDependenciesEnabled: Boolean, @Json(name = "rerunTasksEnabled") rerunTasksEnabled: Boolean, @Json(name = "buildCacheEnabled") buildCacheEnabled: Boolean? = null, @Json(name = "configurationCacheEnabled") configurationCacheEnabled: Boolean? = null, @Json(name = "fileSystemWatchingEnabled") fileSystemWatchingEnabled: Boolean? = null, @Json(name = "isolatedProjectsEnabled") isolatedProjectsEnabled: Boolean? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/isolated-projects-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/isolated-projects-enabled.html new file mode 100644 index 000000000..089f54e40 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/isolated-projects-enabled.html @@ -0,0 +1,80 @@ + + + + + isolatedProjectsEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

isolatedProjectsEnabled

+
+

Parameters

isolatedProjectsEnabled

Indicates whether the 'Isolated Projects' feature was enabled for the build. May be null if Gradle version is <8.3 or Develocity Gradle plugin version is <3.15. See https://docs.gradle.org/current/userguide/isolated_projects.html.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/max-number-of-gradle-workers.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/max-number-of-gradle-workers.html new file mode 100644 index 000000000..31c1ac317 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/max-number-of-gradle-workers.html @@ -0,0 +1,80 @@ + + + + + maxNumberOfGradleWorkers + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

maxNumberOfGradleWorkers

+
+

Parameters

maxNumberOfGradleWorkers

The maximum number of build workers used to run the build. See https://docs.gradle.org/current/userguide/command_line_interface.html#sec:command_line_performance.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/offline-mode-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/offline-mode-enabled.html new file mode 100644 index 000000000..ef92d352c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/offline-mode-enabled.html @@ -0,0 +1,80 @@ + + + + + offlineModeEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

offlineModeEnabled

+
+

Parameters

offlineModeEnabled

Indicates whether the offline mode is set for the build. See https://docs.gradle.org/current/userguide/dynamic_versions.html#sec:offline-mode.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/parallel-project-execution-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/parallel-project-execution-enabled.html new file mode 100644 index 000000000..7aacd935f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/parallel-project-execution-enabled.html @@ -0,0 +1,80 @@ + + + + + parallelProjectExecutionEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

parallelProjectExecutionEnabled

+
+

Parameters

parallelProjectExecutionEnabled

Indicates whether parallel project execution is enabled for the build. See https://docs.gradle.org/current/userguide/multi_project_configuration_and_execution.html#sec:parallel_execution.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/refresh-dependencies-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/refresh-dependencies-enabled.html new file mode 100644 index 000000000..0ac7e4488 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/refresh-dependencies-enabled.html @@ -0,0 +1,80 @@ + + + + + refreshDependenciesEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

refreshDependenciesEnabled

+
+

Parameters

refreshDependenciesEnabled

Indicates whether the build is set to refresh all dependencies in the dependency cache. See https://docs.gradle.org/current/userguide/dynamic_versions.html#sec:refreshing-dependencies.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/rerun-tasks-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/rerun-tasks-enabled.html new file mode 100644 index 000000000..f8ef4b170 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/rerun-tasks-enabled.html @@ -0,0 +1,80 @@ + + + + + rerunTasksEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

rerunTasksEnabled

+
+

Parameters

rerunTasksEnabled

Indicates whether the build is forced to run all the tasks, ignoring any up-to-date checks. https://docs.gradle.org/current/userguide/command_line_interface.html#sec:rerun_tasks.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-profile-overview/-gradle-build-profile-overview.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-profile-overview/-gradle-build-profile-overview.html new file mode 100644 index 000000000..6788d34e3 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-profile-overview/-gradle-build-profile-overview.html @@ -0,0 +1,80 @@ + + + + + GradleBuildProfileOverview + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleBuildProfileOverview

+
+
constructor(@Json(name = "breakdown") breakdown: GradleBuildTimeBreakdown, @Json(name = "memoryUsage") memoryUsage: GradleBuildDaemonJvmMemoryUsage? = null)

Parameters

breakdown
memoryUsage
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-profile-overview/breakdown.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-profile-overview/breakdown.html new file mode 100644 index 000000000..f6b860f8b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-profile-overview/breakdown.html @@ -0,0 +1,80 @@ + + + + + breakdown + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

breakdown

+
+

Parameters

breakdown
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-profile-overview/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-profile-overview/index.html new file mode 100644 index 000000000..5a3b2bbfb --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-profile-overview/index.html @@ -0,0 +1,138 @@ + + + + + GradleBuildProfileOverview + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleBuildProfileOverview

+
data class GradleBuildProfileOverview(@Json(name = "breakdown") val breakdown: GradleBuildTimeBreakdown, @Json(name = "memoryUsage") val memoryUsage: GradleBuildDaemonJvmMemoryUsage? = null)

The performance profile overview of a Gradle build.

Parameters

breakdown
memoryUsage
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "breakdown") breakdown: GradleBuildTimeBreakdown, @Json(name = "memoryUsage") memoryUsage: GradleBuildDaemonJvmMemoryUsage? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-profile-overview/memory-usage.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-profile-overview/memory-usage.html new file mode 100644 index 000000000..8f56270f7 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-profile-overview/memory-usage.html @@ -0,0 +1,80 @@ + + + + + memoryUsage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

memoryUsage

+
+

Parameters

memoryUsage
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-time-breakdown/-gradle-build-time-breakdown.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-time-breakdown/-gradle-build-time-breakdown.html new file mode 100644 index 000000000..411180f6b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-time-breakdown/-gradle-build-time-breakdown.html @@ -0,0 +1,80 @@ + + + + + GradleBuildTimeBreakdown + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleBuildTimeBreakdown

+
+
constructor(@Json(name = "total") total: Long, @Json(name = "initialization") initialization: Long, @Json(name = "configuration") configuration: Long? = null, @Json(name = "execution") execution: Long? = null, @Json(name = "endOfBuild") endOfBuild: Long? = null)

Parameters

total

Total duration of the build in milliseconds.

initialization

The elapsed time from the very start of the build to the moment when any kind of configuration starts in milliseconds.

configuration

The elapsed time to build plugins, execute build scripts, configure projects and create the task execution plan in milliseconds. null if the build failed before the configuration phase.

execution

The elapsed time from the start of the execution of the first task of the main build to the end of the execution of the last task of the main build in milliseconds. null if the build failed before the execution phase.

endOfBuild

The elapsed time from the end of the execution of the last task of the main build to the end of the build in milliseconds. null if there was no end of build phase. null if the build failed before the end of build phase.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-time-breakdown/configuration.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-time-breakdown/configuration.html new file mode 100644 index 000000000..af7c23f4a --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-time-breakdown/configuration.html @@ -0,0 +1,80 @@ + + + + + configuration + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

configuration

+
+
val configuration: Long? = null

Parameters

configuration

The elapsed time to build plugins, execute build scripts, configure projects and create the task execution plan in milliseconds. null if the build failed before the configuration phase.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-time-breakdown/end-of-build.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-time-breakdown/end-of-build.html new file mode 100644 index 000000000..7c1647863 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-time-breakdown/end-of-build.html @@ -0,0 +1,80 @@ + + + + + endOfBuild + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

endOfBuild

+
+
val endOfBuild: Long? = null

Parameters

endOfBuild

The elapsed time from the end of the execution of the last task of the main build to the end of the build in milliseconds. null if there was no end of build phase. null if the build failed before the end of build phase.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-time-breakdown/execution.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-time-breakdown/execution.html new file mode 100644 index 000000000..428e03687 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-time-breakdown/execution.html @@ -0,0 +1,80 @@ + + + + + execution + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

execution

+
+
val execution: Long? = null

Parameters

execution

The elapsed time from the start of the execution of the first task of the main build to the end of the execution of the last task of the main build in milliseconds. null if the build failed before the execution phase.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-time-breakdown/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-time-breakdown/index.html new file mode 100644 index 000000000..c0ddcd202 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-time-breakdown/index.html @@ -0,0 +1,183 @@ + + + + + GradleBuildTimeBreakdown + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleBuildTimeBreakdown

+
data class GradleBuildTimeBreakdown(@Json(name = "total") val total: Long, @Json(name = "initialization") val initialization: Long, @Json(name = "configuration") val configuration: Long? = null, @Json(name = "execution") val execution: Long? = null, @Json(name = "endOfBuild") val endOfBuild: Long? = null)

The build time breakdown of a Gradle build.

Parameters

total

Total duration of the build in milliseconds.

initialization

The elapsed time from the very start of the build to the moment when any kind of configuration starts in milliseconds.

configuration

The elapsed time to build plugins, execute build scripts, configure projects and create the task execution plan in milliseconds. null if the build failed before the configuration phase.

execution

The elapsed time from the start of the execution of the first task of the main build to the end of the execution of the last task of the main build in milliseconds. null if the build failed before the execution phase.

endOfBuild

The elapsed time from the end of the execution of the last task of the main build to the end of the build in milliseconds. null if there was no end of build phase. null if the build failed before the end of build phase.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "total") total: Long, @Json(name = "initialization") initialization: Long, @Json(name = "configuration") configuration: Long? = null, @Json(name = "execution") execution: Long? = null, @Json(name = "endOfBuild") endOfBuild: Long? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val configuration: Long? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val endOfBuild: Long? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val execution: Long? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val total: Long
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-time-breakdown/initialization.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-time-breakdown/initialization.html new file mode 100644 index 000000000..9ee675968 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-time-breakdown/initialization.html @@ -0,0 +1,80 @@ + + + + + initialization + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

initialization

+
+

Parameters

initialization

The elapsed time from the very start of the build to the moment when any kind of configuration starts in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-time-breakdown/total.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-time-breakdown/total.html new file mode 100644 index 000000000..88e17fa09 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-build-time-breakdown/total.html @@ -0,0 +1,80 @@ + + + + + total + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

total

+
+
val total: Long

Parameters

total

Total duration of the build in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-load-result/-gradle-configuration-cache-load-result.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-load-result/-gradle-configuration-cache-load-result.html new file mode 100644 index 000000000..7d2b1d710 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-load-result/-gradle-configuration-cache-load-result.html @@ -0,0 +1,80 @@ + + + + + GradleConfigurationCacheLoadResult + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleConfigurationCacheLoadResult

+
+
constructor(@Json(name = "duration") duration: Long, @Json(name = "hasFailed") hasFailed: Boolean)

Parameters

duration

The duration of the configuration cache load operation in milliseconds.

hasFailed

True when the configuration cache store operation fails, false otherwise.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-load-result/duration.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-load-result/duration.html new file mode 100644 index 000000000..96dc95592 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-load-result/duration.html @@ -0,0 +1,80 @@ + + + + + duration + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

duration

+
+

Parameters

duration

The duration of the configuration cache load operation in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-load-result/has-failed.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-load-result/has-failed.html new file mode 100644 index 000000000..8e15b7f0f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-load-result/has-failed.html @@ -0,0 +1,80 @@ + + + + + hasFailed + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hasFailed

+
+

Parameters

hasFailed

True when the configuration cache store operation fails, false otherwise.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-load-result/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-load-result/index.html new file mode 100644 index 000000000..f9abe790b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-load-result/index.html @@ -0,0 +1,138 @@ + + + + + GradleConfigurationCacheLoadResult + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleConfigurationCacheLoadResult

+
data class GradleConfigurationCacheLoadResult(@Json(name = "duration") val duration: Long, @Json(name = "hasFailed") val hasFailed: Boolean)

The configuration cache store result of a Gradle build.

Parameters

duration

The duration of the configuration cache load operation in milliseconds.

hasFailed

True when the configuration cache store operation fails, false otherwise.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "duration") duration: Long, @Json(name = "hasFailed") hasFailed: Boolean)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/-gradle-configuration-cache-result.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/-gradle-configuration-cache-result.html new file mode 100644 index 000000000..4c45e88f9 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/-gradle-configuration-cache-result.html @@ -0,0 +1,80 @@ + + + + + GradleConfigurationCacheResult + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleConfigurationCacheResult

+
+
constructor(@Json(name = "outcome") outcome: GradleConfigurationCacheResult.Outcome, @Json(name = "dependencyResolutionDuration") dependencyResolutionDuration: Long, @Json(name = "entrySize") entrySize: Long? = null, @Json(name = "checkFingerprintDuration") checkFingerprintDuration: Long? = null, @Json(name = "store") store: GradleConfigurationCacheStoreResult? = null, @Json(name = "load") load: GradleConfigurationCacheLoadResult? = null, @Json(name = "missReasons") missReasons: List<String>? = null)

Parameters

outcome

The outcome of the configuration cache operation: * HIT - There was a configuration cache hit. * MISS - There was a configuration cache miss. * FAILED - There was a configuration cache related failure.

dependencyResolutionDuration

The duration of dependency resolution during configuration caching.

entrySize

The size of the configuration entry in bytes. null in case of certain failures or if the entry size was not captured.

checkFingerprintDuration

The duration of checking the configuration cache fingerprint. null in case no configuration cache fingerprint check was captured.

store
load
missReasons

The reasons why the configuration cache cannot be reused. null if there was no configuration cache hit.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/-outcome/entries.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/-outcome/entries.html new file mode 100644 index 000000000..02e4ad598 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/-outcome/entries.html @@ -0,0 +1,80 @@ + + + + + entries + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

entries

+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/-outcome/failed/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/-outcome/failed/index.html new file mode 100644 index 000000000..2b43655d2 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/-outcome/failed/index.html @@ -0,0 +1,134 @@ + + + + + failed + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

failed

+
@Json(name = "FAILED")
failed
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/-outcome/hit/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/-outcome/hit/index.html new file mode 100644 index 000000000..a4a9f5ccc --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/-outcome/hit/index.html @@ -0,0 +1,134 @@ + + + + + hit + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hit

+
@Json(name = "HIT")
hit
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/-outcome/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/-outcome/index.html new file mode 100644 index 000000000..fae7a3280 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/-outcome/index.html @@ -0,0 +1,232 @@ + + + + + Outcome + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Outcome

+

The outcome of the configuration cache operation: * HIT - There was a configuration cache hit. * MISS - There was a configuration cache miss. * FAILED - There was a configuration cache related failure.

Values: hit,miss,failed

+
+
+
+
+
+

Entries

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "HIT")
hit
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "MISS")
miss
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "FAILED")
failed
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns an array containing the constants of this enum type, in the order they're declared.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/-outcome/miss/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/-outcome/miss/index.html new file mode 100644 index 000000000..12bba78e7 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/-outcome/miss/index.html @@ -0,0 +1,134 @@ + + + + + miss + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

miss

+
@Json(name = "MISS")
miss
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/-outcome/value-of.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/-outcome/value-of.html new file mode 100644 index 000000000..bf8aec5f8 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/-outcome/value-of.html @@ -0,0 +1,80 @@ + + + + + valueOf + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

valueOf

+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

kotlin.IllegalArgumentException

if this enum type has no constant with the specified name

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/-outcome/value.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/-outcome/value.html new file mode 100644 index 000000000..dfa0f1cec --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/-outcome/value.html @@ -0,0 +1,80 @@ + + + + + value + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

value

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/-outcome/values.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/-outcome/values.html new file mode 100644 index 000000000..73516f681 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/-outcome/values.html @@ -0,0 +1,80 @@ + + + + + values + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

values

+
+

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/check-fingerprint-duration.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/check-fingerprint-duration.html new file mode 100644 index 000000000..c490ee7ce --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/check-fingerprint-duration.html @@ -0,0 +1,80 @@ + + + + + checkFingerprintDuration + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

checkFingerprintDuration

+
+

Parameters

checkFingerprintDuration

The duration of checking the configuration cache fingerprint. null in case no configuration cache fingerprint check was captured.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/dependency-resolution-duration.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/dependency-resolution-duration.html new file mode 100644 index 000000000..08be4bde8 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/dependency-resolution-duration.html @@ -0,0 +1,80 @@ + + + + + dependencyResolutionDuration + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

dependencyResolutionDuration

+
+

Parameters

dependencyResolutionDuration

The duration of dependency resolution during configuration caching.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/entry-size.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/entry-size.html new file mode 100644 index 000000000..e32415f1a --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/entry-size.html @@ -0,0 +1,80 @@ + + + + + entrySize + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

entrySize

+
+
val entrySize: Long? = null

Parameters

entrySize

The size of the configuration entry in bytes. null in case of certain failures or if the entry size was not captured.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/index.html new file mode 100644 index 000000000..8e269e641 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/index.html @@ -0,0 +1,232 @@ + + + + + GradleConfigurationCacheResult + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleConfigurationCacheResult

+
data class GradleConfigurationCacheResult(@Json(name = "outcome") val outcome: GradleConfigurationCacheResult.Outcome, @Json(name = "dependencyResolutionDuration") val dependencyResolutionDuration: Long, @Json(name = "entrySize") val entrySize: Long? = null, @Json(name = "checkFingerprintDuration") val checkFingerprintDuration: Long? = null, @Json(name = "store") val store: GradleConfigurationCacheStoreResult? = null, @Json(name = "load") val load: GradleConfigurationCacheLoadResult? = null, @Json(name = "missReasons") val missReasons: List<String>? = null)

The configuration cache result of a Gradle build.

Parameters

outcome

The outcome of the configuration cache operation: * HIT - There was a configuration cache hit. * MISS - There was a configuration cache miss. * FAILED - There was a configuration cache related failure.

dependencyResolutionDuration

The duration of dependency resolution during configuration caching.

entrySize

The size of the configuration entry in bytes. null in case of certain failures or if the entry size was not captured.

checkFingerprintDuration

The duration of checking the configuration cache fingerprint. null in case no configuration cache fingerprint check was captured.

store
load
missReasons

The reasons why the configuration cache cannot be reused. null if there was no configuration cache hit.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "outcome") outcome: GradleConfigurationCacheResult.Outcome, @Json(name = "dependencyResolutionDuration") dependencyResolutionDuration: Long, @Json(name = "entrySize") entrySize: Long? = null, @Json(name = "checkFingerprintDuration") checkFingerprintDuration: Long? = null, @Json(name = "store") store: GradleConfigurationCacheStoreResult? = null, @Json(name = "load") load: GradleConfigurationCacheLoadResult? = null, @Json(name = "missReasons") missReasons: List<String>? = null)
+
+
+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The outcome of the configuration cache operation: * HIT - There was a configuration cache hit. * MISS - There was a configuration cache miss. * FAILED - There was a configuration cache related failure.

+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val entrySize: Long? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val missReasons: List<String>? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/load.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/load.html new file mode 100644 index 000000000..da49b3013 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/load.html @@ -0,0 +1,80 @@ + + + + + load + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

load

+
+

Parameters

load
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/miss-reasons.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/miss-reasons.html new file mode 100644 index 000000000..2e8b5af4e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/miss-reasons.html @@ -0,0 +1,80 @@ + + + + + missReasons + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

missReasons

+
+
val missReasons: List<String>? = null

Parameters

missReasons

The reasons why the configuration cache cannot be reused. null if there was no configuration cache hit.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/outcome.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/outcome.html new file mode 100644 index 000000000..dba19a82e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/outcome.html @@ -0,0 +1,80 @@ + + + + + outcome + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

outcome

+
+

Parameters

outcome

The outcome of the configuration cache operation: * HIT - There was a configuration cache hit. * MISS - There was a configuration cache miss. * FAILED - There was a configuration cache related failure.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/store.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/store.html new file mode 100644 index 000000000..2f2b0f80e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/store.html @@ -0,0 +1,80 @@ + + + + + store + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

store

+
+

Parameters

store
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-store-result/-gradle-configuration-cache-store-result.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-store-result/-gradle-configuration-cache-store-result.html new file mode 100644 index 000000000..30c30d92e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-store-result/-gradle-configuration-cache-store-result.html @@ -0,0 +1,80 @@ + + + + + GradleConfigurationCacheStoreResult + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleConfigurationCacheStoreResult

+
+
constructor(@Json(name = "duration") duration: Long, @Json(name = "hasFailed") hasFailed: Boolean)

Parameters

duration

The duration of the configuration cache store operation in milliseconds. Does not include dependency resolution time.

hasFailed

True when the configuration cache store operation fails, false otherwise.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-store-result/duration.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-store-result/duration.html new file mode 100644 index 000000000..3826b9b5d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-store-result/duration.html @@ -0,0 +1,80 @@ + + + + + duration + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

duration

+
+

Parameters

duration

The duration of the configuration cache store operation in milliseconds. Does not include dependency resolution time.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-store-result/has-failed.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-store-result/has-failed.html new file mode 100644 index 000000000..5ac7b69f9 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-store-result/has-failed.html @@ -0,0 +1,80 @@ + + + + + hasFailed + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hasFailed

+
+

Parameters

hasFailed

True when the configuration cache store operation fails, false otherwise.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-store-result/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-store-result/index.html new file mode 100644 index 000000000..cce416851 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-store-result/index.html @@ -0,0 +1,138 @@ + + + + + GradleConfigurationCacheStoreResult + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleConfigurationCacheStoreResult

+
data class GradleConfigurationCacheStoreResult(@Json(name = "duration") val duration: Long, @Json(name = "hasFailed") val hasFailed: Boolean)

The configuration cache store result of a Gradle build.

Parameters

duration

The duration of the configuration cache store operation in milliseconds. Does not include dependency resolution time.

hasFailed

True when the configuration cache store operation fails, false otherwise.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "duration") duration: Long, @Json(name = "hasFailed") hasFailed: Boolean)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache/-gradle-configuration-cache.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache/-gradle-configuration-cache.html new file mode 100644 index 000000000..cd99d06cb --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache/-gradle-configuration-cache.html @@ -0,0 +1,80 @@ + + + + + GradleConfigurationCache + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleConfigurationCache

+
+
constructor(@Json(name = "result") result: GradleConfigurationCacheResult? = null)

Parameters

result
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache/index.html new file mode 100644 index 000000000..bac016c03 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache/index.html @@ -0,0 +1,123 @@ + + + + + GradleConfigurationCache + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleConfigurationCache

+
data class GradleConfigurationCache(@Json(name = "result") val result: GradleConfigurationCacheResult? = null)

The configuration cache result of a Gradle build. null if configuration cache was not used.

Parameters

result
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "result") result: GradleConfigurationCacheResult? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache/result.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache/result.html new file mode 100644 index 000000000..04955527b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache/result.html @@ -0,0 +1,80 @@ + + + + + result + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

result

+
+

Parameters

result
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependencies/-gradle-dependencies.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependencies/-gradle-dependencies.html new file mode 100644 index 000000000..8bfbecf13 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependencies/-gradle-dependencies.html @@ -0,0 +1,80 @@ + + + + + GradleDependencies + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleDependencies

+
+
constructor(@Json(name = "dependencies") dependencies: List<GradleDependency>? = null)

Parameters

dependencies

List of dependencies of a Gradle build.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependencies/dependencies.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependencies/dependencies.html new file mode 100644 index 000000000..73af16df3 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependencies/dependencies.html @@ -0,0 +1,80 @@ + + + + + dependencies + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

dependencies

+
+

Parameters

dependencies

List of dependencies of a Gradle build.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependencies/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependencies/index.html new file mode 100644 index 000000000..b2b98c380 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependencies/index.html @@ -0,0 +1,123 @@ + + + + + GradleDependencies + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleDependencies

+
data class GradleDependencies(@Json(name = "dependencies") val dependencies: List<GradleDependency>? = null)

Dependencies of a Gradle build. While there are many possible types of dependencies, initial support is for library dependencies of the software. Dependency identifiers are based on the package url (purl) specification.

Parameters

dependencies

List of dependencies of a Gradle build.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "dependencies") dependencies: List<GradleDependency>? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/-gradle-dependency.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/-gradle-dependency.html new file mode 100644 index 000000000..287147c7e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/-gradle-dependency.html @@ -0,0 +1,80 @@ + + + + + GradleDependency + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleDependency

+
+
constructor(@Json(name = "scheme") scheme: String, @Json(name = "type") type: String, @Json(name = "name") name: String, @Json(name = "namespace") namespace: String? = null, @Json(name = "version") version: String? = null, @Json(name = "qualifiers") qualifiers: Map<String, String>? = null, @Json(name = "subpath") subpath: String? = null, @Json(name = "purl") purl: String? = null)

Parameters

scheme

The scheme used to identify the dependency.

type

The type of the dependency.

name

The name of the dependency.

namespace

A prefix used to qualify the dependency name.

version

The version of the dependency.

qualifiers

Additional information to qualify the identity of the dependency. The names and their meanings are type-specific.

subpath

Subpath within a dependency.

purl

The package URL identifier for the dependency.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/index.html new file mode 100644 index 000000000..eb53e9c50 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/index.html @@ -0,0 +1,228 @@ + + + + + GradleDependency + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleDependency

+
data class GradleDependency(@Json(name = "scheme") val scheme: String, @Json(name = "type") val type: String, @Json(name = "name") val name: String, @Json(name = "namespace") val namespace: String? = null, @Json(name = "version") val version: String? = null, @Json(name = "qualifiers") val qualifiers: Map<String, String>? = null, @Json(name = "subpath") val subpath: String? = null, @Json(name = "purl") val purl: String? = null)

Parameters

scheme

The scheme used to identify the dependency.

type

The type of the dependency.

name

The name of the dependency.

namespace

A prefix used to qualify the dependency name.

version

The version of the dependency.

qualifiers

Additional information to qualify the identity of the dependency. The names and their meanings are type-specific.

subpath

Subpath within a dependency.

purl

The package URL identifier for the dependency.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "scheme") scheme: String, @Json(name = "type") type: String, @Json(name = "name") name: String, @Json(name = "namespace") namespace: String? = null, @Json(name = "version") version: String? = null, @Json(name = "qualifiers") qualifiers: Map<String, String>? = null, @Json(name = "subpath") subpath: String? = null, @Json(name = "purl") purl: String? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val namespace: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val purl: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val qualifiers: Map<String, String>? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val subpath: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val version: String? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/name.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/name.html new file mode 100644 index 000000000..f0f0043ea --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/name.html @@ -0,0 +1,80 @@ + + + + + name + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

name

+
+

Parameters

name

The name of the dependency.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/namespace.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/namespace.html new file mode 100644 index 000000000..09f5b40bf --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/namespace.html @@ -0,0 +1,80 @@ + + + + + namespace + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

namespace

+
+
val namespace: String? = null

Parameters

namespace

A prefix used to qualify the dependency name.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/purl.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/purl.html new file mode 100644 index 000000000..aee8139e4 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/purl.html @@ -0,0 +1,80 @@ + + + + + purl + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

purl

+
+
val purl: String? = null

Parameters

purl

The package URL identifier for the dependency.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/qualifiers.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/qualifiers.html new file mode 100644 index 000000000..7bcf8a0af --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/qualifiers.html @@ -0,0 +1,80 @@ + + + + + qualifiers + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

qualifiers

+
+
val qualifiers: Map<String, String>? = null

Parameters

qualifiers

Additional information to qualify the identity of the dependency. The names and their meanings are type-specific.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/scheme.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/scheme.html new file mode 100644 index 000000000..4efd9bdfd --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/scheme.html @@ -0,0 +1,80 @@ + + + + + scheme + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

scheme

+
+

Parameters

scheme

The scheme used to identify the dependency.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/subpath.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/subpath.html new file mode 100644 index 000000000..68a0289e3 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/subpath.html @@ -0,0 +1,80 @@ + + + + + subpath + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

subpath

+
+
val subpath: String? = null

Parameters

subpath

Subpath within a dependency.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/type.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/type.html new file mode 100644 index 000000000..0dccd6495 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/type.html @@ -0,0 +1,80 @@ + + + + + type + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

type

+
+

Parameters

type

The type of the dependency.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/version.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/version.html new file mode 100644 index 000000000..7a925cd0d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/version.html @@ -0,0 +1,80 @@ + + + + + version + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

version

+
+
val version: String? = null

Parameters

version

The version of the dependency.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-entry/-gradle-deprecation-entry.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-entry/-gradle-deprecation-entry.html new file mode 100644 index 000000000..a56a3fbcd --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-entry/-gradle-deprecation-entry.html @@ -0,0 +1,80 @@ + + + + + GradleDeprecationEntry + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleDeprecationEntry

+
+
constructor(@Json(name = "summary") summary: String, @Json(name = "removalDetails") removalDetails: String, @Json(name = "usages") usages: List<GradleDeprecationUsage>, @Json(name = "advice") advice: String? = null, @Json(name = "documentationUrl") documentationUrl: String? = null)

Parameters

summary

The description of the deprecation.

removalDetails

The details about when the deprecated feature will be removed from Gradle.

usages

List of usages of this deprecation.

advice

The advice on how to avoid using the deprecated feature. null when no advice is available.

documentationUrl

The external url pointing to some documentation about the deprecation. null for older Gradle/plugin combination or certain deprecation notices.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-entry/advice.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-entry/advice.html new file mode 100644 index 000000000..a22acd37d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-entry/advice.html @@ -0,0 +1,80 @@ + + + + + advice + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

advice

+
+
val advice: String? = null

Parameters

advice

The advice on how to avoid using the deprecated feature. null when no advice is available.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-entry/documentation-url.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-entry/documentation-url.html new file mode 100644 index 000000000..47c822576 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-entry/documentation-url.html @@ -0,0 +1,80 @@ + + + + + documentationUrl + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

documentationUrl

+
+

Parameters

documentationUrl

The external url pointing to some documentation about the deprecation. null for older Gradle/plugin combination or certain deprecation notices.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-entry/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-entry/index.html new file mode 100644 index 000000000..c2762d83f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-entry/index.html @@ -0,0 +1,183 @@ + + + + + GradleDeprecationEntry + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleDeprecationEntry

+
data class GradleDeprecationEntry(@Json(name = "summary") val summary: String, @Json(name = "removalDetails") val removalDetails: String, @Json(name = "usages") val usages: List<GradleDeprecationUsage>, @Json(name = "advice") val advice: String? = null, @Json(name = "documentationUrl") val documentationUrl: String? = null)

Parameters

summary

The description of the deprecation.

removalDetails

The details about when the deprecated feature will be removed from Gradle.

usages

List of usages of this deprecation.

advice

The advice on how to avoid using the deprecated feature. null when no advice is available.

documentationUrl

The external url pointing to some documentation about the deprecation. null for older Gradle/plugin combination or certain deprecation notices.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "summary") summary: String, @Json(name = "removalDetails") removalDetails: String, @Json(name = "usages") usages: List<GradleDeprecationUsage>, @Json(name = "advice") advice: String? = null, @Json(name = "documentationUrl") documentationUrl: String? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val advice: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-entry/removal-details.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-entry/removal-details.html new file mode 100644 index 000000000..565e6b27e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-entry/removal-details.html @@ -0,0 +1,80 @@ + + + + + removalDetails + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

removalDetails

+
+

Parameters

removalDetails

The details about when the deprecated feature will be removed from Gradle.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-entry/summary.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-entry/summary.html new file mode 100644 index 000000000..5d59b9e13 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-entry/summary.html @@ -0,0 +1,80 @@ + + + + + summary + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

summary

+
+

Parameters

summary

The description of the deprecation.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-entry/usages.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-entry/usages.html new file mode 100644 index 000000000..980952168 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-entry/usages.html @@ -0,0 +1,80 @@ + + + + + usages + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

usages

+
+

Parameters

usages

List of usages of this deprecation.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-gradle-deprecation-owner.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-gradle-deprecation-owner.html new file mode 100644 index 000000000..f488162cf --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-gradle-deprecation-owner.html @@ -0,0 +1,80 @@ + + + + + GradleDeprecationOwner + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleDeprecationOwner

+
+
constructor(@Json(name = "type") type: GradleDeprecationOwner.Type, @Json(name = "location") location: String? = null)

Parameters

type

The type of the deprecation owner: * plugin - The owner of the deprecation is a plugin. * script - The owner of the deprecation is a script. * task - The owner of the deprecation is a task. * unknown - Unknown deprecation owner type when none of the other options match.

location

The location of the deprecation usage. Can be a plugin id, task path, script file path, script URI. null if the owner type is unknown.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-type/entries.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-type/entries.html new file mode 100644 index 000000000..9382174b1 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-type/entries.html @@ -0,0 +1,80 @@ + + + + + entries + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

entries

+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-type/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-type/index.html new file mode 100644 index 000000000..d55fc3299 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-type/index.html @@ -0,0 +1,247 @@ + + + + + Type + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Type

+
@JsonClass(generateAdapter = false)
enum Type : Enum<GradleDeprecationOwner.Type>

The type of the deprecation owner: * plugin - The owner of the deprecation is a plugin. * script - The owner of the deprecation is a script. * task - The owner of the deprecation is a task. * unknown - Unknown deprecation owner type when none of the other options match.

Values: plugin,script,task,unknown

+
+
+
+
+
+

Entries

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "plugin")
plugin
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "script")
script
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "task")
task
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "unknown")
unknown
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns an array containing the constants of this enum type, in the order they're declared.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-type/plugin/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-type/plugin/index.html new file mode 100644 index 000000000..a8d994496 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-type/plugin/index.html @@ -0,0 +1,134 @@ + + + + + plugin + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

plugin

+
@Json(name = "plugin")
plugin
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-type/script/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-type/script/index.html new file mode 100644 index 000000000..c5a76b65d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-type/script/index.html @@ -0,0 +1,134 @@ + + + + + script + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

script

+
@Json(name = "script")
script
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-type/task/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-type/task/index.html new file mode 100644 index 000000000..c1126e1b7 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-type/task/index.html @@ -0,0 +1,134 @@ + + + + + task + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

task

+
@Json(name = "task")
task
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-type/unknown/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-type/unknown/index.html new file mode 100644 index 000000000..cf3cb5c8a --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-type/unknown/index.html @@ -0,0 +1,134 @@ + + + + + unknown + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

unknown

+
@Json(name = "unknown")
unknown
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-type/value-of.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-type/value-of.html new file mode 100644 index 000000000..45693a774 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-type/value-of.html @@ -0,0 +1,80 @@ + + + + + valueOf + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

valueOf

+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

kotlin.IllegalArgumentException

if this enum type has no constant with the specified name

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-type/value.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-type/value.html new file mode 100644 index 000000000..e91b0ae2b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-type/value.html @@ -0,0 +1,80 @@ + + + + + value + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

value

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-type/values.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-type/values.html new file mode 100644 index 000000000..390c75956 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-type/values.html @@ -0,0 +1,80 @@ + + + + + values + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

values

+
+

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/index.html new file mode 100644 index 000000000..0cb9a0b3d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/index.html @@ -0,0 +1,157 @@ + + + + + GradleDeprecationOwner + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleDeprecationOwner

+
data class GradleDeprecationOwner(@Json(name = "type") val type: GradleDeprecationOwner.Type, @Json(name = "location") val location: String? = null)

Parameters

type

The type of the deprecation owner: * plugin - The owner of the deprecation is a plugin. * script - The owner of the deprecation is a script. * task - The owner of the deprecation is a task. * unknown - Unknown deprecation owner type when none of the other options match.

location

The location of the deprecation usage. Can be a plugin id, task path, script file path, script URI. null if the owner type is unknown.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "type") type: GradleDeprecationOwner.Type, @Json(name = "location") location: String? = null)
+
+
+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@JsonClass(generateAdapter = false)
enum Type : Enum<GradleDeprecationOwner.Type>

The type of the deprecation owner: * plugin - The owner of the deprecation is a plugin. * script - The owner of the deprecation is a script. * task - The owner of the deprecation is a task. * unknown - Unknown deprecation owner type when none of the other options match.

+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val location: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/location.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/location.html new file mode 100644 index 000000000..57933182a --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/location.html @@ -0,0 +1,80 @@ + + + + + location + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

location

+
+
val location: String? = null

Parameters

location

The location of the deprecation usage. Can be a plugin id, task path, script file path, script URI. null if the owner type is unknown.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/type.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/type.html new file mode 100644 index 000000000..c77aa09ac --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/type.html @@ -0,0 +1,80 @@ + + + + + type + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

type

+
+

Parameters

type

The type of the deprecation owner: * plugin - The owner of the deprecation is a plugin. * script - The owner of the deprecation is a script. * task - The owner of the deprecation is a task. * unknown - Unknown deprecation owner type when none of the other options match.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-usage/-gradle-deprecation-usage.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-usage/-gradle-deprecation-usage.html new file mode 100644 index 000000000..8b9cf0bdf --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-usage/-gradle-deprecation-usage.html @@ -0,0 +1,80 @@ + + + + + GradleDeprecationUsage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleDeprecationUsage

+
+
constructor(@Json(name = "owner") owner: GradleDeprecationOwner, @Json(name = "contextualAdvice") contextualAdvice: String? = null)

Parameters

owner
contextualAdvice

Advice on how to avoid using the deprecated feature, that is specific to this particular usage. null when no advice is available.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-usage/contextual-advice.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-usage/contextual-advice.html new file mode 100644 index 000000000..4f675b72b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-usage/contextual-advice.html @@ -0,0 +1,80 @@ + + + + + contextualAdvice + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

contextualAdvice

+
+

Parameters

contextualAdvice

Advice on how to avoid using the deprecated feature, that is specific to this particular usage. null when no advice is available.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-usage/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-usage/index.html new file mode 100644 index 000000000..daf339ec5 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-usage/index.html @@ -0,0 +1,138 @@ + + + + + GradleDeprecationUsage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleDeprecationUsage

+
data class GradleDeprecationUsage(@Json(name = "owner") val owner: GradleDeprecationOwner, @Json(name = "contextualAdvice") val contextualAdvice: String? = null)

Parameters

owner
contextualAdvice

Advice on how to avoid using the deprecated feature, that is specific to this particular usage. null when no advice is available.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "owner") owner: GradleDeprecationOwner, @Json(name = "contextualAdvice") contextualAdvice: String? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-usage/owner.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-usage/owner.html new file mode 100644 index 000000000..0f540a1b6 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-usage/owner.html @@ -0,0 +1,80 @@ + + + + + owner + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

owner

+
+

Parameters

owner
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecations/-gradle-deprecations.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecations/-gradle-deprecations.html new file mode 100644 index 000000000..7b2da4b0b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecations/-gradle-deprecations.html @@ -0,0 +1,80 @@ + + + + + GradleDeprecations + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleDeprecations

+
+
constructor(@Json(name = "deprecations") deprecations: List<GradleDeprecationEntry>? = null)

Parameters

deprecations

A list of Gradle Build Tool deprecations with details and usage information. null if deprecation capturing is not supported.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecations/deprecations.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecations/deprecations.html new file mode 100644 index 000000000..d1c12e856 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecations/deprecations.html @@ -0,0 +1,80 @@ + + + + + deprecations + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

deprecations

+
+

Parameters

deprecations

A list of Gradle Build Tool deprecations with details and usage information. null if deprecation capturing is not supported.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecations/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecations/index.html new file mode 100644 index 000000000..4ab88021c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-deprecations/index.html @@ -0,0 +1,123 @@ + + + + + GradleDeprecations + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleDeprecations

+
data class GradleDeprecations(@Json(name = "deprecations") val deprecations: List<GradleDeprecationEntry>? = null)

Parameters

deprecations

A list of Gradle Build Tool deprecations with details and usage information. null if deprecation capturing is not supported.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "deprecations") deprecations: List<GradleDeprecationEntry>? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-develocity-settings/-gradle-develocity-settings.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-develocity-settings/-gradle-develocity-settings.html new file mode 100644 index 000000000..5e1fb30e9 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-develocity-settings/-gradle-develocity-settings.html @@ -0,0 +1,80 @@ + + + + + GradleDevelocitySettings + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleDevelocitySettings

+
+
constructor(@Json(name = "backgroundPublicationEnabled") backgroundPublicationEnabled: Boolean? = null, @Json(name = "buildOutputCapturingEnabled") buildOutputCapturingEnabled: Boolean? = null, @Json(name = "fileFingerprintCapturingEnabled") fileFingerprintCapturingEnabled: Boolean? = null, @Json(name = "testOutputCapturingEnabled") testOutputCapturingEnabled: Boolean? = null, @Json(name = "resourceUsageCapturingEnabled") resourceUsageCapturingEnabled: Boolean? = null, @Json(name = "taskInputsFileCapturingEnabled") taskInputsFileCapturingEnabled: Boolean? = null)

Parameters

backgroundPublicationEnabled

Indicates whether background Build Scan publication is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <3.4. See https://gradle.com/help/gradle-plugin-configuring-background-uploading.

buildOutputCapturingEnabled

Indicates whether build logging output capturing is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <3.7. See https://gradle.com/help/gradle-plugin-capturing-build-and-test-outputs.

fileFingerprintCapturingEnabled

Indicates whether file fingerprint capturing is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <2.1. See https://docs.gradle.com/enterprise/gradle-plugin/#capturing_file_fingerprints.

testOutputCapturingEnabled

Indicates whether test logging output capturing is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <3.7. See https://gradle.com/help/gradle-plugin-capturing-build-and-test-outputs.

resourceUsageCapturingEnabled

Indicates whether resource usage capturing is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <3.18. See https://gradle.com/help/gradle-plugin-capturing-resource-usage.

taskInputsFileCapturingEnabled

Indicates whether task input file snapshots capturing is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <2.1. See https://gradle.com/help/gradle-plugin-capturing-task-input-files. This property is deprecated, use fileFingerprintCapturingEnabled instead.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-develocity-settings/background-publication-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-develocity-settings/background-publication-enabled.html new file mode 100644 index 000000000..800f2b365 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-develocity-settings/background-publication-enabled.html @@ -0,0 +1,80 @@ + + + + + backgroundPublicationEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

backgroundPublicationEnabled

+
+

Parameters

backgroundPublicationEnabled

Indicates whether background Build Scan publication is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <3.4. See https://gradle.com/help/gradle-plugin-configuring-background-uploading.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-develocity-settings/build-output-capturing-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-develocity-settings/build-output-capturing-enabled.html new file mode 100644 index 000000000..033c43fe9 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-develocity-settings/build-output-capturing-enabled.html @@ -0,0 +1,80 @@ + + + + + buildOutputCapturingEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

buildOutputCapturingEnabled

+
+

Parameters

buildOutputCapturingEnabled

Indicates whether build logging output capturing is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <3.7. See https://gradle.com/help/gradle-plugin-capturing-build-and-test-outputs.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-develocity-settings/file-fingerprint-capturing-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-develocity-settings/file-fingerprint-capturing-enabled.html new file mode 100644 index 000000000..4808158f3 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-develocity-settings/file-fingerprint-capturing-enabled.html @@ -0,0 +1,80 @@ + + + + + fileFingerprintCapturingEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

fileFingerprintCapturingEnabled

+
+

Parameters

fileFingerprintCapturingEnabled

Indicates whether file fingerprint capturing is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <2.1. See https://docs.gradle.com/enterprise/gradle-plugin/#capturing_file_fingerprints.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-develocity-settings/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-develocity-settings/index.html new file mode 100644 index 000000000..cf229473e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-develocity-settings/index.html @@ -0,0 +1,198 @@ + + + + + GradleDevelocitySettings + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleDevelocitySettings

+
data class GradleDevelocitySettings(@Json(name = "backgroundPublicationEnabled") val backgroundPublicationEnabled: Boolean? = null, @Json(name = "buildOutputCapturingEnabled") val buildOutputCapturingEnabled: Boolean? = null, @Json(name = "fileFingerprintCapturingEnabled") val fileFingerprintCapturingEnabled: Boolean? = null, @Json(name = "testOutputCapturingEnabled") val testOutputCapturingEnabled: Boolean? = null, @Json(name = "resourceUsageCapturingEnabled") val resourceUsageCapturingEnabled: Boolean? = null, @Json(name = "taskInputsFileCapturingEnabled") val taskInputsFileCapturingEnabled: Boolean? = null)

Settings for Develocity.

Parameters

backgroundPublicationEnabled

Indicates whether background Build Scan publication is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <3.4. See https://gradle.com/help/gradle-plugin-configuring-background-uploading.

buildOutputCapturingEnabled

Indicates whether build logging output capturing is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <3.7. See https://gradle.com/help/gradle-plugin-capturing-build-and-test-outputs.

fileFingerprintCapturingEnabled

Indicates whether file fingerprint capturing is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <2.1. See https://docs.gradle.com/enterprise/gradle-plugin/#capturing_file_fingerprints.

testOutputCapturingEnabled

Indicates whether test logging output capturing is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <3.7. See https://gradle.com/help/gradle-plugin-capturing-build-and-test-outputs.

resourceUsageCapturingEnabled

Indicates whether resource usage capturing is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <3.18. See https://gradle.com/help/gradle-plugin-capturing-resource-usage.

taskInputsFileCapturingEnabled

Indicates whether task input file snapshots capturing is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <2.1. See https://gradle.com/help/gradle-plugin-capturing-task-input-files. This property is deprecated, use fileFingerprintCapturingEnabled instead.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "backgroundPublicationEnabled") backgroundPublicationEnabled: Boolean? = null, @Json(name = "buildOutputCapturingEnabled") buildOutputCapturingEnabled: Boolean? = null, @Json(name = "fileFingerprintCapturingEnabled") fileFingerprintCapturingEnabled: Boolean? = null, @Json(name = "testOutputCapturingEnabled") testOutputCapturingEnabled: Boolean? = null, @Json(name = "resourceUsageCapturingEnabled") resourceUsageCapturingEnabled: Boolean? = null, @Json(name = "taskInputsFileCapturingEnabled") taskInputsFileCapturingEnabled: Boolean? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-develocity-settings/resource-usage-capturing-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-develocity-settings/resource-usage-capturing-enabled.html new file mode 100644 index 000000000..a4680e0b3 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-develocity-settings/resource-usage-capturing-enabled.html @@ -0,0 +1,80 @@ + + + + + resourceUsageCapturingEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

resourceUsageCapturingEnabled

+
+

Parameters

resourceUsageCapturingEnabled

Indicates whether resource usage capturing is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <3.18. See https://gradle.com/help/gradle-plugin-capturing-resource-usage.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-develocity-settings/task-inputs-file-capturing-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-develocity-settings/task-inputs-file-capturing-enabled.html new file mode 100644 index 000000000..fc5f11ca2 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-develocity-settings/task-inputs-file-capturing-enabled.html @@ -0,0 +1,80 @@ + + + + + taskInputsFileCapturingEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

taskInputsFileCapturingEnabled

+
+

Deprecated

This property is deprecated.

Parameters

taskInputsFileCapturingEnabled

Indicates whether task input file snapshots capturing is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <2.1. See https://gradle.com/help/gradle-plugin-capturing-task-input-files. This property is deprecated, use fileFingerprintCapturingEnabled instead.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-develocity-settings/test-output-capturing-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-develocity-settings/test-output-capturing-enabled.html new file mode 100644 index 000000000..f918bceee --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-develocity-settings/test-output-capturing-enabled.html @@ -0,0 +1,80 @@ + + + + + testOutputCapturingEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

testOutputCapturingEnabled

+
+

Parameters

testOutputCapturingEnabled

Indicates whether test logging output capturing is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <3.7. See https://gradle.com/help/gradle-plugin-capturing-build-and-test-outputs.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-enterprise-version/-gradle-enterprise-version.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-enterprise-version/-gradle-enterprise-version.html new file mode 100644 index 000000000..023159da9 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-enterprise-version/-gradle-enterprise-version.html @@ -0,0 +1,80 @@ + + + + + GradleEnterpriseVersion + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleEnterpriseVersion

+
+
constructor(@Json(name = "string") string: String, @Json(name = "year") year: Int, @Json(name = "release") release: Int, @Json(name = "patch") patch: Int)

Parameters

string

The complete version string of format YEAR.RELEASE.PATCH, where the patch component is omitted when 0 (e.g. 2022.3, 2022.3.1).

year

The gregorian calendar year of the release.

release

The sequence number of the release for that year, starting with 1.

patch

The patch level of the release, starting with 0.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-enterprise-version/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-enterprise-version/index.html new file mode 100644 index 000000000..a1bcde71d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-enterprise-version/index.html @@ -0,0 +1,168 @@ + + + + + GradleEnterpriseVersion + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleEnterpriseVersion

+
data class GradleEnterpriseVersion(@Json(name = "string") val string: String, @Json(name = "year") val year: Int, @Json(name = "release") val release: Int, @Json(name = "patch") val patch: Int)

Deprecated

This schema is deprecated.

This object is deprecated, use DevelocityVersion instead.

Parameters

string

The complete version string of format YEAR.RELEASE.PATCH, where the patch component is omitted when 0 (e.g. 2022.3, 2022.3.1).

year

The gregorian calendar year of the release.

release

The sequence number of the release for that year, starting with 1.

patch

The patch level of the release, starting with 0.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "string") string: String, @Json(name = "year") year: Int, @Json(name = "release") release: Int, @Json(name = "patch") patch: Int)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val patch: Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val year: Int
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-enterprise-version/patch.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-enterprise-version/patch.html new file mode 100644 index 000000000..2cdd0c8b2 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-enterprise-version/patch.html @@ -0,0 +1,80 @@ + + + + + patch + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

patch

+
+
val patch: Int

Parameters

patch

The patch level of the release, starting with 0.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-enterprise-version/release.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-enterprise-version/release.html new file mode 100644 index 000000000..135b31299 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-enterprise-version/release.html @@ -0,0 +1,80 @@ + + + + + release + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

release

+
+

Parameters

release

The sequence number of the release for that year, starting with 1.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-enterprise-version/string.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-enterprise-version/string.html new file mode 100644 index 000000000..6e84ecf6d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-enterprise-version/string.html @@ -0,0 +1,80 @@ + + + + + string + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

string

+
+

Parameters

string

The complete version string of format YEAR.RELEASE.PATCH, where the patch component is omitted when 0 (e.g. 2022.3, 2022.3.1).

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-enterprise-version/year.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-enterprise-version/year.html new file mode 100644 index 000000000..a02cc430a --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-enterprise-version/year.html @@ -0,0 +1,80 @@ + + + + + year + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

year

+
+
val year: Int

Parameters

year

The gregorian calendar year of the release.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-gradle-enterprise-settings/-gradle-gradle-enterprise-settings.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-gradle-enterprise-settings/-gradle-gradle-enterprise-settings.html new file mode 100644 index 000000000..9c6c8ab8b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-gradle-enterprise-settings/-gradle-gradle-enterprise-settings.html @@ -0,0 +1,80 @@ + + + + + GradleGradleEnterpriseSettings + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleGradleEnterpriseSettings

+
+
constructor(@Json(name = "backgroundPublicationEnabled") backgroundPublicationEnabled: Boolean? = null, @Json(name = "buildOutputCapturingEnabled") buildOutputCapturingEnabled: Boolean? = null, @Json(name = "taskInputsFileCapturingEnabled") taskInputsFileCapturingEnabled: Boolean? = null, @Json(name = "testOutputCapturingEnabled") testOutputCapturingEnabled: Boolean? = null, @Json(name = "resourceUsageCapturingEnabled") resourceUsageCapturingEnabled: Boolean? = null)

Parameters

backgroundPublicationEnabled

Indicates whether background Build Scan publication is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <3.4. See https://gradle.com/help/gradle-plugin-configuring-background-uploading.

buildOutputCapturingEnabled

Indicates whether build logging output capturing is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <3.7. See https://gradle.com/help/gradle-plugin-capturing-build-and-test-outputs.

taskInputsFileCapturingEnabled

Indicates whether task input file snapshots capturing is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <2.1. See https://gradle.com/help/gradle-plugin-capturing-task-input-files.

testOutputCapturingEnabled

Indicates whether test logging output capturing is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <3.7. See https://gradle.com/help/gradle-plugin-capturing-build-and-test-outputs.

resourceUsageCapturingEnabled

Indicates whether resource usage capturing is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <3.18. See https://gradle.com/help/gradle-plugin-capturing-resource-usage.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-gradle-enterprise-settings/background-publication-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-gradle-enterprise-settings/background-publication-enabled.html new file mode 100644 index 000000000..e45fd405a --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-gradle-enterprise-settings/background-publication-enabled.html @@ -0,0 +1,80 @@ + + + + + backgroundPublicationEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

backgroundPublicationEnabled

+
+

Parameters

backgroundPublicationEnabled

Indicates whether background Build Scan publication is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <3.4. See https://gradle.com/help/gradle-plugin-configuring-background-uploading.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-gradle-enterprise-settings/build-output-capturing-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-gradle-enterprise-settings/build-output-capturing-enabled.html new file mode 100644 index 000000000..0f19e5c03 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-gradle-enterprise-settings/build-output-capturing-enabled.html @@ -0,0 +1,80 @@ + + + + + buildOutputCapturingEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

buildOutputCapturingEnabled

+
+

Parameters

buildOutputCapturingEnabled

Indicates whether build logging output capturing is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <3.7. See https://gradle.com/help/gradle-plugin-capturing-build-and-test-outputs.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-gradle-enterprise-settings/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-gradle-enterprise-settings/index.html new file mode 100644 index 000000000..ec55d5265 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-gradle-enterprise-settings/index.html @@ -0,0 +1,183 @@ + + + + + GradleGradleEnterpriseSettings + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleGradleEnterpriseSettings

+
data class GradleGradleEnterpriseSettings(@Json(name = "backgroundPublicationEnabled") val backgroundPublicationEnabled: Boolean? = null, @Json(name = "buildOutputCapturingEnabled") val buildOutputCapturingEnabled: Boolean? = null, @Json(name = "taskInputsFileCapturingEnabled") val taskInputsFileCapturingEnabled: Boolean? = null, @Json(name = "testOutputCapturingEnabled") val testOutputCapturingEnabled: Boolean? = null, @Json(name = "resourceUsageCapturingEnabled") val resourceUsageCapturingEnabled: Boolean? = null)

Deprecated

This schema is deprecated.

This property is deprecated, use develocitySettings instead. Settings for Develocity.

Parameters

backgroundPublicationEnabled

Indicates whether background Build Scan publication is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <3.4. See https://gradle.com/help/gradle-plugin-configuring-background-uploading.

buildOutputCapturingEnabled

Indicates whether build logging output capturing is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <3.7. See https://gradle.com/help/gradle-plugin-capturing-build-and-test-outputs.

taskInputsFileCapturingEnabled

Indicates whether task input file snapshots capturing is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <2.1. See https://gradle.com/help/gradle-plugin-capturing-task-input-files.

testOutputCapturingEnabled

Indicates whether test logging output capturing is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <3.7. See https://gradle.com/help/gradle-plugin-capturing-build-and-test-outputs.

resourceUsageCapturingEnabled

Indicates whether resource usage capturing is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <3.18. See https://gradle.com/help/gradle-plugin-capturing-resource-usage.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "backgroundPublicationEnabled") backgroundPublicationEnabled: Boolean? = null, @Json(name = "buildOutputCapturingEnabled") buildOutputCapturingEnabled: Boolean? = null, @Json(name = "taskInputsFileCapturingEnabled") taskInputsFileCapturingEnabled: Boolean? = null, @Json(name = "testOutputCapturingEnabled") testOutputCapturingEnabled: Boolean? = null, @Json(name = "resourceUsageCapturingEnabled") resourceUsageCapturingEnabled: Boolean? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-gradle-enterprise-settings/resource-usage-capturing-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-gradle-enterprise-settings/resource-usage-capturing-enabled.html new file mode 100644 index 000000000..2613fbbd3 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-gradle-enterprise-settings/resource-usage-capturing-enabled.html @@ -0,0 +1,80 @@ + + + + + resourceUsageCapturingEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

resourceUsageCapturingEnabled

+
+

Parameters

resourceUsageCapturingEnabled

Indicates whether resource usage capturing is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <3.18. See https://gradle.com/help/gradle-plugin-capturing-resource-usage.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-gradle-enterprise-settings/task-inputs-file-capturing-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-gradle-enterprise-settings/task-inputs-file-capturing-enabled.html new file mode 100644 index 000000000..19050da2e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-gradle-enterprise-settings/task-inputs-file-capturing-enabled.html @@ -0,0 +1,80 @@ + + + + + taskInputsFileCapturingEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

taskInputsFileCapturingEnabled

+
+

Parameters

taskInputsFileCapturingEnabled

Indicates whether task input file snapshots capturing is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <2.1. See https://gradle.com/help/gradle-plugin-capturing-task-input-files.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-gradle-enterprise-settings/test-output-capturing-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-gradle-enterprise-settings/test-output-capturing-enabled.html new file mode 100644 index 000000000..10feaa2d4 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-gradle-enterprise-settings/test-output-capturing-enabled.html @@ -0,0 +1,80 @@ + + + + + testOutputCapturingEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

testOutputCapturingEnabled

+
+

Parameters

testOutputCapturingEnabled

Indicates whether test logging output capturing is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <3.7. See https://gradle.com/help/gradle-plugin-capturing-build-and-test-outputs.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-network-activity/-gradle-network-activity.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-network-activity/-gradle-network-activity.html new file mode 100644 index 000000000..7b17af6bf --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-network-activity/-gradle-network-activity.html @@ -0,0 +1,80 @@ + + + + + GradleNetworkActivity + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleNetworkActivity

+
+
constructor(@Json(name = "networkRequestCount") networkRequestCount: Long, @Json(name = "serialNetworkRequestTime") serialNetworkRequestTime: Long, @Json(name = "fileDownloadSize") fileDownloadSize: Long, @Json(name = "fileDownloadCount") fileDownloadCount: Long, @Json(name = "wallClockNetworkRequestTime") wallClockNetworkRequestTime: Long? = null)

Parameters

networkRequestCount

This represents the total count of network requests.

serialNetworkRequestTime

The duration in milliseconds representing the sum of times for potentially parallel network requests. It does not reflect wall clock time but offers a rough estimation of network activity.

fileDownloadSize

The total number of bytes downloaded for dependencies. It accounts only for the bytes of the files (e.g. POMs, JARs) downloaded and not the total network transfer.

fileDownloadCount

The total number of successfully downloaded files.

wallClockNetworkRequestTime

The estimate in milliseconds representing the wall clock time spent on network requests during the current build. It is calculated by comparing the critical path within non-execution and execution phases with and without network requests, converted to wall clock time. This is null when Gradle version is lower than 6.2 or the Develocity plugin version is lower than 3.12.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-network-activity/file-download-count.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-network-activity/file-download-count.html new file mode 100644 index 000000000..ba3ef3982 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-network-activity/file-download-count.html @@ -0,0 +1,80 @@ + + + + + fileDownloadCount + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

fileDownloadCount

+
+

Parameters

fileDownloadCount

The total number of successfully downloaded files.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-network-activity/file-download-size.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-network-activity/file-download-size.html new file mode 100644 index 000000000..5dd62e167 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-network-activity/file-download-size.html @@ -0,0 +1,80 @@ + + + + + fileDownloadSize + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

fileDownloadSize

+
+

Parameters

fileDownloadSize

The total number of bytes downloaded for dependencies. It accounts only for the bytes of the files (e.g. POMs, JARs) downloaded and not the total network transfer.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-network-activity/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-network-activity/index.html new file mode 100644 index 000000000..eec8aa509 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-network-activity/index.html @@ -0,0 +1,183 @@ + + + + + GradleNetworkActivity + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleNetworkActivity

+
data class GradleNetworkActivity(@Json(name = "networkRequestCount") val networkRequestCount: Long, @Json(name = "serialNetworkRequestTime") val serialNetworkRequestTime: Long, @Json(name = "fileDownloadSize") val fileDownloadSize: Long, @Json(name = "fileDownloadCount") val fileDownloadCount: Long, @Json(name = "wallClockNetworkRequestTime") val wallClockNetworkRequestTime: Long? = null)

Information about the network activity of the build. It includes network activity during dependency resolution, java toolchain downloads, etc. For a comprehensive list see the Build Scan.

Parameters

networkRequestCount

This represents the total count of network requests.

serialNetworkRequestTime

The duration in milliseconds representing the sum of times for potentially parallel network requests. It does not reflect wall clock time but offers a rough estimation of network activity.

fileDownloadSize

The total number of bytes downloaded for dependencies. It accounts only for the bytes of the files (e.g. POMs, JARs) downloaded and not the total network transfer.

fileDownloadCount

The total number of successfully downloaded files.

wallClockNetworkRequestTime

The estimate in milliseconds representing the wall clock time spent on network requests during the current build. It is calculated by comparing the critical path within non-execution and execution phases with and without network requests, converted to wall clock time. This is null when Gradle version is lower than 6.2 or the Develocity plugin version is lower than 3.12.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "networkRequestCount") networkRequestCount: Long, @Json(name = "serialNetworkRequestTime") serialNetworkRequestTime: Long, @Json(name = "fileDownloadSize") fileDownloadSize: Long, @Json(name = "fileDownloadCount") fileDownloadCount: Long, @Json(name = "wallClockNetworkRequestTime") wallClockNetworkRequestTime: Long? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-network-activity/network-request-count.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-network-activity/network-request-count.html new file mode 100644 index 000000000..3d62ac9f8 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-network-activity/network-request-count.html @@ -0,0 +1,80 @@ + + + + + networkRequestCount + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

networkRequestCount

+
+

Parameters

networkRequestCount

This represents the total count of network requests.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-network-activity/serial-network-request-time.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-network-activity/serial-network-request-time.html new file mode 100644 index 000000000..ee9e72a5e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-network-activity/serial-network-request-time.html @@ -0,0 +1,80 @@ + + + + + serialNetworkRequestTime + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serialNetworkRequestTime

+
+

Parameters

serialNetworkRequestTime

The duration in milliseconds representing the sum of times for potentially parallel network requests. It does not reflect wall clock time but offers a rough estimation of network activity.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-network-activity/wall-clock-network-request-time.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-network-activity/wall-clock-network-request-time.html new file mode 100644 index 000000000..dc9f9bb80 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-network-activity/wall-clock-network-request-time.html @@ -0,0 +1,80 @@ + + + + + wallClockNetworkRequestTime + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

wallClockNetworkRequestTime

+
+

Parameters

wallClockNetworkRequestTime

The estimate in milliseconds representing the wall clock time spent on network requests during the current build. It is calculated by comparing the critical path within non-execution and execution phases with and without network requests, converted to wall clock time. This is null when Gradle version is lower than 6.2 or the Develocity plugin version is lower than 3.12.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-plugin/-gradle-plugin.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-plugin/-gradle-plugin.html new file mode 100644 index 000000000..53d52d252 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-plugin/-gradle-plugin.html @@ -0,0 +1,80 @@ + + + + + GradlePlugin + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradlePlugin

+
+
constructor(@Json(name = "className") className: String, @Json(name = "projects") projects: List<String>, @Json(name = "id") id: String? = null, @Json(name = "version") version: String? = null)

Parameters

className

The fully qualified class name of the plugin.

projects

The paths of the projects where the plugin is applied. Will always be an array of size 1 for a single project build.

id

The plugin ID. May be null.

version

The plugin version. May be null.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-plugin/class-name.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-plugin/class-name.html new file mode 100644 index 000000000..a69a2a968 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-plugin/class-name.html @@ -0,0 +1,80 @@ + + + + + className + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

className

+
+

Parameters

className

The fully qualified class name of the plugin.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-plugin/id.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-plugin/id.html new file mode 100644 index 000000000..f4c37e0bd --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-plugin/id.html @@ -0,0 +1,80 @@ + + + + + id + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

id

+
+
val id: String? = null

Parameters

id

The plugin ID. May be null.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-plugin/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-plugin/index.html new file mode 100644 index 000000000..9fc23e1cb --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-plugin/index.html @@ -0,0 +1,168 @@ + + + + + GradlePlugin + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradlePlugin

+
data class GradlePlugin(@Json(name = "className") val className: String, @Json(name = "projects") val projects: List<String>, @Json(name = "id") val id: String? = null, @Json(name = "version") val version: String? = null)

Parameters

className

The fully qualified class name of the plugin.

projects

The paths of the projects where the plugin is applied. Will always be an array of size 1 for a single project build.

id

The plugin ID. May be null.

version

The plugin version. May be null.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "className") className: String, @Json(name = "projects") projects: List<String>, @Json(name = "id") id: String? = null, @Json(name = "version") version: String? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val id: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val version: String? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-plugin/projects.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-plugin/projects.html new file mode 100644 index 000000000..e0cdb5f74 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-plugin/projects.html @@ -0,0 +1,80 @@ + + + + + projects + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

projects

+
+

Parameters

projects

The paths of the projects where the plugin is applied. Will always be an array of size 1 for a single project build.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-plugin/version.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-plugin/version.html new file mode 100644 index 000000000..f4566486b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-plugin/version.html @@ -0,0 +1,80 @@ + + + + + version + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

version

+
+
val version: String? = null

Parameters

version

The plugin version. May be null.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-plugins/-gradle-plugins.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-plugins/-gradle-plugins.html new file mode 100644 index 000000000..6df9b5c24 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-plugins/-gradle-plugins.html @@ -0,0 +1,80 @@ + + + + + GradlePlugins + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradlePlugins

+
+
constructor(@Json(name = "plugins") plugins: List<GradlePlugin>? = null)

Parameters

plugins

A list of applied plugins in a Gradle build.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-plugins/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-plugins/index.html new file mode 100644 index 000000000..4b5e336b2 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-plugins/index.html @@ -0,0 +1,123 @@ + + + + + GradlePlugins + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradlePlugins

+
data class GradlePlugins(@Json(name = "plugins") val plugins: List<GradlePlugin>? = null)

Parameters

plugins

A list of applied plugins in a Gradle build.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "plugins") plugins: List<GradlePlugin>? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val plugins: List<GradlePlugin>? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-plugins/plugins.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-plugins/plugins.html new file mode 100644 index 000000000..38bbdaaf4 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-plugins/plugins.html @@ -0,0 +1,80 @@ + + + + + plugins + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

plugins

+
+
val plugins: List<GradlePlugin>? = null

Parameters

plugins

A list of applied plugins in a Gradle build.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-project/-gradle-project.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-project/-gradle-project.html new file mode 100644 index 000000000..aa8f4d9da --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-project/-gradle-project.html @@ -0,0 +1,80 @@ + + + + + GradleProject + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleProject

+
+
constructor(@Json(name = "name") name: String, @Json(name = "path") path: String, @Json(name = "parent") parent: Int? = null)

Parameters

name

The name of the project.

path

The path of the project.

parent

The index of the parent of this Gradle project in the GradleProjects array. null if this project has no parent (i.e. root project of a build).

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-project/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-project/index.html new file mode 100644 index 000000000..106dae6dc --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-project/index.html @@ -0,0 +1,153 @@ + + + + + GradleProject + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleProject

+
data class GradleProject(@Json(name = "name") val name: String, @Json(name = "path") val path: String, @Json(name = "parent") val parent: Int? = null)

A Gradle project.

Parameters

name

The name of the project.

path

The path of the project.

parent

The index of the parent of this Gradle project in the GradleProjects array. null if this project has no parent (i.e. root project of a build).

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "name") name: String, @Json(name = "path") path: String, @Json(name = "parent") parent: Int? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val parent: Int? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-project/name.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-project/name.html new file mode 100644 index 000000000..da788647f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-project/name.html @@ -0,0 +1,80 @@ + + + + + name + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

name

+
+

Parameters

name

The name of the project.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-project/parent.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-project/parent.html new file mode 100644 index 000000000..af5d7ee43 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-project/parent.html @@ -0,0 +1,80 @@ + + + + + parent + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

parent

+
+
val parent: Int? = null

Parameters

parent

The index of the parent of this Gradle project in the GradleProjects array. null if this project has no parent (i.e. root project of a build).

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-project/path.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-project/path.html new file mode 100644 index 000000000..2845705a4 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-project/path.html @@ -0,0 +1,80 @@ + + + + + path + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

path

+
+

Parameters

path

The path of the project.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-resource-usage/-gradle-resource-usage.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-resource-usage/-gradle-resource-usage.html new file mode 100644 index 000000000..6591bf9e3 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-resource-usage/-gradle-resource-usage.html @@ -0,0 +1,80 @@ + + + + + GradleResourceUsage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleResourceUsage

+
+
constructor(@Json(name = "totalMemory") totalMemory: Long? = null, @Json(name = "total") total: ResourceUsageBreakdown? = null, @Json(name = "nonExecution") nonExecution: ResourceUsageBreakdown? = null, @Json(name = "execution") execution: ResourceUsageBreakdown? = null)

Parameters

totalMemory

The physical memory of the system in bytes. Can be null if the metrics could not be captured.

total
nonExecution
execution
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-resource-usage/execution.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-resource-usage/execution.html new file mode 100644 index 000000000..76e7f395b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-resource-usage/execution.html @@ -0,0 +1,80 @@ + + + + + execution + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

execution

+
+

Parameters

execution
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-resource-usage/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-resource-usage/index.html new file mode 100644 index 000000000..053c2265b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-resource-usage/index.html @@ -0,0 +1,168 @@ + + + + + GradleResourceUsage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleResourceUsage

+
data class GradleResourceUsage(@Json(name = "totalMemory") val totalMemory: Long? = null, @Json(name = "total") val total: ResourceUsageBreakdown? = null, @Json(name = "nonExecution") val nonExecution: ResourceUsageBreakdown? = null, @Json(name = "execution") val execution: ResourceUsageBreakdown? = null)

Parameters

totalMemory

The physical memory of the system in bytes. Can be null if the metrics could not be captured.

total
nonExecution
execution
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "totalMemory") totalMemory: Long? = null, @Json(name = "total") total: ResourceUsageBreakdown? = null, @Json(name = "nonExecution") nonExecution: ResourceUsageBreakdown? = null, @Json(name = "execution") execution: ResourceUsageBreakdown? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val totalMemory: Long? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-resource-usage/non-execution.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-resource-usage/non-execution.html new file mode 100644 index 000000000..ff9ee44c0 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-resource-usage/non-execution.html @@ -0,0 +1,80 @@ + + + + + nonExecution + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

nonExecution

+
+

Parameters

nonExecution
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-resource-usage/total-memory.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-resource-usage/total-memory.html new file mode 100644 index 000000000..359d7e5bb --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-resource-usage/total-memory.html @@ -0,0 +1,80 @@ + + + + + totalMemory + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

totalMemory

+
+
val totalMemory: Long? = null

Parameters

totalMemory

The physical memory of the system in bytes. Can be null if the metrics could not be captured.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-resource-usage/total.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-resource-usage/total.html new file mode 100644 index 000000000..66d841b33 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-resource-usage/total.html @@ -0,0 +1,80 @@ + + + + + total + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

total

+
+

Parameters

total
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-test-performance/-gradle-test-performance.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-test-performance/-gradle-test-performance.html new file mode 100644 index 000000000..1202ceae9 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-test-performance/-gradle-test-performance.html @@ -0,0 +1,80 @@ + + + + + GradleTestPerformance + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleTestPerformance

+
+
constructor(@Json(name = "tests") tests: BuildTestPerformanceTests, @Json(name = "serialTestTasksExecutionTime") serialTestTasksExecutionTime: Long, @Json(name = "testAcceleration") testAcceleration: TestPerformanceBuildTestAcceleration, @Json(name = "testTasks") testTasks: List<TestPerformanceTask>)

Parameters

tests
serialTestTasksExecutionTime

The sum of the serial execution times in millis of test tasks run in the build.

testAcceleration
testTasks
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-test-performance/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-test-performance/index.html new file mode 100644 index 000000000..8fde10d6d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-test-performance/index.html @@ -0,0 +1,168 @@ + + + + + GradleTestPerformance + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleTestPerformance

+
data class GradleTestPerformance(@Json(name = "tests") val tests: BuildTestPerformanceTests, @Json(name = "serialTestTasksExecutionTime") val serialTestTasksExecutionTime: Long, @Json(name = "testAcceleration") val testAcceleration: TestPerformanceBuildTestAcceleration, @Json(name = "testTasks") val testTasks: List<TestPerformanceTask>)

Test performance metrics of a Gradle build.

Parameters

tests
serialTestTasksExecutionTime

The sum of the serial execution times in millis of test tasks run in the build.

testAcceleration
testTasks
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "tests") tests: BuildTestPerformanceTests, @Json(name = "serialTestTasksExecutionTime") serialTestTasksExecutionTime: Long, @Json(name = "testAcceleration") testAcceleration: TestPerformanceBuildTestAcceleration, @Json(name = "testTasks") testTasks: List<TestPerformanceTask>)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-test-performance/serial-test-tasks-execution-time.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-test-performance/serial-test-tasks-execution-time.html new file mode 100644 index 000000000..0061fb13f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-test-performance/serial-test-tasks-execution-time.html @@ -0,0 +1,80 @@ + + + + + serialTestTasksExecutionTime + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serialTestTasksExecutionTime

+
+

Parameters

serialTestTasksExecutionTime

The sum of the serial execution times in millis of test tasks run in the build.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-test-performance/test-acceleration.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-test-performance/test-acceleration.html new file mode 100644 index 000000000..d135a6668 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-test-performance/test-acceleration.html @@ -0,0 +1,80 @@ + + + + + testAcceleration + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

testAcceleration

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-test-performance/test-tasks.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-test-performance/test-tasks.html new file mode 100644 index 000000000..627caa8cd --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-test-performance/test-tasks.html @@ -0,0 +1,80 @@ + + + + + testTasks + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

testTasks

+
+

Parameters

testTasks
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-test-performance/tests.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-test-performance/tests.html new file mode 100644 index 000000000..91c1f705a --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-test-performance/tests.html @@ -0,0 +1,80 @@ + + + + + tests + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

tests

+
+

Parameters

tests
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-work-unit/-gradle-work-unit.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-work-unit/-gradle-work-unit.html new file mode 100644 index 000000000..4a0ed8a03 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-work-unit/-gradle-work-unit.html @@ -0,0 +1,80 @@ + + + + + GradleWorkUnit + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleWorkUnit

+
+
constructor(@Json(name = "projectName") projectName: String, @Json(name = "taskPath") taskPath: String)

Parameters

projectName

The name of the Gradle project.

taskPath

The path of the Gradle task.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-work-unit/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-work-unit/index.html new file mode 100644 index 000000000..ddd03c1ca --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-work-unit/index.html @@ -0,0 +1,138 @@ + + + + + GradleWorkUnit + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GradleWorkUnit

+
data class GradleWorkUnit(@Json(name = "projectName") val projectName: String, @Json(name = "taskPath") val taskPath: String)

A Gradle work unit.

Parameters

projectName

The name of the Gradle project.

taskPath

The path of the Gradle task.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "projectName") projectName: String, @Json(name = "taskPath") taskPath: String)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-work-unit/project-name.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-work-unit/project-name.html new file mode 100644 index 000000000..50b01469e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-work-unit/project-name.html @@ -0,0 +1,80 @@ + + + + + projectName + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

projectName

+
+

Parameters

projectName

The name of the Gradle project.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-gradle-work-unit/task-path.html b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-work-unit/task-path.html new file mode 100644 index 000000000..413c38d66 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-gradle-work-unit/task-path.html @@ -0,0 +1,80 @@ + + + + + taskPath + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

taskPath

+
+

Parameters

taskPath

The path of the Gradle task.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-key-secret-pair/-key-secret-pair.html b/docs/library/com.gabrielfeo.develocity.api.model/-key-secret-pair/-key-secret-pair.html new file mode 100644 index 000000000..629633446 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-key-secret-pair/-key-secret-pair.html @@ -0,0 +1,80 @@ + + + + + KeySecretPair + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

KeySecretPair

+
+
constructor(@Json(name = "key") key: String, @Json(name = "secret") secret: String)

Parameters

key

A unique identifier for the Build Cache Node in Develocity.

secret

The secret associated with the Build Cache Node.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-key-secret-pair/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-key-secret-pair/index.html new file mode 100644 index 000000000..668258cea --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-key-secret-pair/index.html @@ -0,0 +1,138 @@ + + + + + KeySecretPair + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

KeySecretPair

+
data class KeySecretPair(@Json(name = "key") val key: String, @Json(name = "secret") val secret: String)

A Build Cache Node key and secret pair.

Parameters

key

A unique identifier for the Build Cache Node in Develocity.

secret

The secret associated with the Build Cache Node.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "key") key: String, @Json(name = "secret") secret: String)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val key: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-key-secret-pair/key.html b/docs/library/com.gabrielfeo.develocity.api.model/-key-secret-pair/key.html new file mode 100644 index 000000000..a62481236 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-key-secret-pair/key.html @@ -0,0 +1,80 @@ + + + + + key + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

key

+
+
val key: String

Parameters

key

A unique identifier for the Build Cache Node in Develocity.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-key-secret-pair/secret.html b/docs/library/com.gabrielfeo.develocity.api.model/-key-secret-pair/secret.html new file mode 100644 index 000000000..6e1be7cab --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-key-secret-pair/secret.html @@ -0,0 +1,80 @@ + + + + + secret + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

secret

+
+

Parameters

secret

The secret associated with the Build Cache Node.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/-maven-attributes.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/-maven-attributes.html new file mode 100644 index 000000000..e9a561edd --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/-maven-attributes.html @@ -0,0 +1,80 @@ + + + + + MavenAttributes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenAttributes

+
+
constructor(@Json(name = "id") id: String, @Json(name = "buildStartTime") buildStartTime: Long, @Json(name = "buildDuration") buildDuration: Long, @Json(name = "mavenVersion") mavenVersion: String, @Json(name = "extensionVersion") extensionVersion: String, @Json(name = "requestedGoals") requestedGoals: List<String>, @Json(name = "hasFailed") hasFailed: Boolean, @Json(name = "tags") tags: List<String>, @Json(name = "values") propertyValues: List<BuildAttributesValue>, @Json(name = "links") links: List<BuildAttributesLink>, @Json(name = "develocitySettings") develocitySettings: MavenDevelocitySettings, @Json(name = "buildOptions") buildOptions: MavenBuildOptions, @Json(name = "environment") environment: BuildAttributesEnvironment, @Json(name = "gradleEnterpriseSettings") gradleEnterpriseSettings: MavenGradleEnterpriseSettings, @Json(name = "topLevelProjectName") topLevelProjectName: String? = null, @Json(name = "hasVerificationFailure") hasVerificationFailure: Boolean? = null, @Json(name = "hasNonVerificationFailure") hasNonVerificationFailure: Boolean? = null)

Parameters

id

The Build Scan ID.

buildStartTime

The time when the build starts, as milliseconds since Epoch.

buildDuration

The duration of the build, as milliseconds.

mavenVersion

The Maven version used.

extensionVersion

The Develocity Maven extension version used.

requestedGoals

The list of requested goals.

hasFailed

True when the build fails, false otherwise.

tags

The list of Build Scan tags.

propertyValues

The list of Build Scan values.

links

The list of Build Scan links.

develocitySettings
buildOptions
environment
gradleEnterpriseSettings
topLevelProjectName

The top level project name. null in case of very early build failure.

hasVerificationFailure

Set only if the build fails: true when the build has at least one failure classified as \"Verification\", false otherwise. The Verification classification is meant for failures that are expected within a standard application development lifecycle. They typically represent a problem with the developer’s inputs to the build such as the source code.

hasNonVerificationFailure

Set only if the build fails: true when the build has at least one failure classified as \"Non-verification\", false otherwise. The Non-verification classification is meant for failures that are typically not expected within a standard application development lifecycle, such as build configuration failures, dependency resolution failures, and infrastructure failures.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/build-duration.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/build-duration.html new file mode 100644 index 000000000..35d715538 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/build-duration.html @@ -0,0 +1,80 @@ + + + + + buildDuration + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

buildDuration

+
+

Parameters

buildDuration

The duration of the build, as milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/build-options.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/build-options.html new file mode 100644 index 000000000..2d8dd343d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/build-options.html @@ -0,0 +1,80 @@ + + + + + buildOptions + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

buildOptions

+
+

Parameters

buildOptions
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/build-start-time.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/build-start-time.html new file mode 100644 index 000000000..5c5445849 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/build-start-time.html @@ -0,0 +1,80 @@ + + + + + buildStartTime + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

buildStartTime

+
+

Parameters

buildStartTime

The time when the build starts, as milliseconds since Epoch.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/develocity-settings.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/develocity-settings.html new file mode 100644 index 000000000..cbc845553 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/develocity-settings.html @@ -0,0 +1,80 @@ + + + + + develocitySettings + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

develocitySettings

+
+

Parameters

develocitySettings
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/environment.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/environment.html new file mode 100644 index 000000000..19d9854cb --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/environment.html @@ -0,0 +1,80 @@ + + + + + environment + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

environment

+
+

Parameters

environment
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/extension-version.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/extension-version.html new file mode 100644 index 000000000..b274e9c5f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/extension-version.html @@ -0,0 +1,80 @@ + + + + + extensionVersion + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

extensionVersion

+
+

Parameters

extensionVersion

The Develocity Maven extension version used.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/gradle-enterprise-settings.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/gradle-enterprise-settings.html new file mode 100644 index 000000000..b81968bc5 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/gradle-enterprise-settings.html @@ -0,0 +1,80 @@ + + + + + gradleEnterpriseSettings + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gradleEnterpriseSettings

+
+

Deprecated

This property is deprecated.

Parameters

gradleEnterpriseSettings
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/has-failed.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/has-failed.html new file mode 100644 index 000000000..4586275fc --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/has-failed.html @@ -0,0 +1,80 @@ + + + + + hasFailed + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hasFailed

+
+

Parameters

hasFailed

True when the build fails, false otherwise.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/has-non-verification-failure.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/has-non-verification-failure.html new file mode 100644 index 000000000..f4885bdb0 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/has-non-verification-failure.html @@ -0,0 +1,80 @@ + + + + + hasNonVerificationFailure + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hasNonVerificationFailure

+
+

Parameters

hasNonVerificationFailure

Set only if the build fails: true when the build has at least one failure classified as \"Non-verification\", false otherwise. The Non-verification classification is meant for failures that are typically not expected within a standard application development lifecycle, such as build configuration failures, dependency resolution failures, and infrastructure failures.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/has-verification-failure.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/has-verification-failure.html new file mode 100644 index 000000000..6d07e174e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/has-verification-failure.html @@ -0,0 +1,80 @@ + + + + + hasVerificationFailure + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hasVerificationFailure

+
+

Parameters

hasVerificationFailure

Set only if the build fails: true when the build has at least one failure classified as \"Verification\", false otherwise. The Verification classification is meant for failures that are expected within a standard application development lifecycle. They typically represent a problem with the developer’s inputs to the build such as the source code.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/id.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/id.html new file mode 100644 index 000000000..130bae9f9 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/id.html @@ -0,0 +1,80 @@ + + + + + id + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

id

+
+
val id: String

Parameters

id

The Build Scan ID.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/index.html new file mode 100644 index 000000000..a99fe7b7a --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/index.html @@ -0,0 +1,363 @@ + + + + + MavenAttributes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenAttributes

+
data class MavenAttributes(@Json(name = "id") val id: String, @Json(name = "buildStartTime") val buildStartTime: Long, @Json(name = "buildDuration") val buildDuration: Long, @Json(name = "mavenVersion") val mavenVersion: String, @Json(name = "extensionVersion") val extensionVersion: String, @Json(name = "requestedGoals") val requestedGoals: List<String>, @Json(name = "hasFailed") val hasFailed: Boolean, @Json(name = "tags") val tags: List<String>, @Json(name = "values") val propertyValues: List<BuildAttributesValue>, @Json(name = "links") val links: List<BuildAttributesLink>, @Json(name = "develocitySettings") val develocitySettings: MavenDevelocitySettings, @Json(name = "buildOptions") val buildOptions: MavenBuildOptions, @Json(name = "environment") val environment: BuildAttributesEnvironment, @Json(name = "gradleEnterpriseSettings") val gradleEnterpriseSettings: MavenGradleEnterpriseSettings, @Json(name = "topLevelProjectName") val topLevelProjectName: String? = null, @Json(name = "hasVerificationFailure") val hasVerificationFailure: Boolean? = null, @Json(name = "hasNonVerificationFailure") val hasNonVerificationFailure: Boolean? = null)

The attributes of a Maven build.

Parameters

id

The Build Scan ID.

buildStartTime

The time when the build starts, as milliseconds since Epoch.

buildDuration

The duration of the build, as milliseconds.

mavenVersion

The Maven version used.

extensionVersion

The Develocity Maven extension version used.

requestedGoals

The list of requested goals.

hasFailed

True when the build fails, false otherwise.

tags

The list of Build Scan tags.

propertyValues

The list of Build Scan values.

links

The list of Build Scan links.

develocitySettings
buildOptions
environment
gradleEnterpriseSettings
topLevelProjectName

The top level project name. null in case of very early build failure.

hasVerificationFailure

Set only if the build fails: true when the build has at least one failure classified as \"Verification\", false otherwise. The Verification classification is meant for failures that are expected within a standard application development lifecycle. They typically represent a problem with the developer’s inputs to the build such as the source code.

hasNonVerificationFailure

Set only if the build fails: true when the build has at least one failure classified as \"Non-verification\", false otherwise. The Non-verification classification is meant for failures that are typically not expected within a standard application development lifecycle, such as build configuration failures, dependency resolution failures, and infrastructure failures.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "id") id: String, @Json(name = "buildStartTime") buildStartTime: Long, @Json(name = "buildDuration") buildDuration: Long, @Json(name = "mavenVersion") mavenVersion: String, @Json(name = "extensionVersion") extensionVersion: String, @Json(name = "requestedGoals") requestedGoals: List<String>, @Json(name = "hasFailed") hasFailed: Boolean, @Json(name = "tags") tags: List<String>, @Json(name = "values") propertyValues: List<BuildAttributesValue>, @Json(name = "links") links: List<BuildAttributesLink>, @Json(name = "develocitySettings") develocitySettings: MavenDevelocitySettings, @Json(name = "buildOptions") buildOptions: MavenBuildOptions, @Json(name = "environment") environment: BuildAttributesEnvironment, @Json(name = "gradleEnterpriseSettings") gradleEnterpriseSettings: MavenGradleEnterpriseSettings, @Json(name = "topLevelProjectName") topLevelProjectName: String? = null, @Json(name = "hasVerificationFailure") hasVerificationFailure: Boolean? = null, @Json(name = "hasNonVerificationFailure") hasNonVerificationFailure: Boolean? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val id: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/links.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/links.html new file mode 100644 index 000000000..2dd111607 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/links.html @@ -0,0 +1,80 @@ + + + + + links + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

links

+
+

Parameters

links

The list of Build Scan links.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/maven-version.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/maven-version.html new file mode 100644 index 000000000..636a78913 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/maven-version.html @@ -0,0 +1,80 @@ + + + + + mavenVersion + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

mavenVersion

+
+

Parameters

mavenVersion

The Maven version used.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/property-values.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/property-values.html new file mode 100644 index 000000000..435d24cea --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/property-values.html @@ -0,0 +1,80 @@ + + + + + propertyValues + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

propertyValues

+
+

Parameters

propertyValues

The list of Build Scan values.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/requested-goals.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/requested-goals.html new file mode 100644 index 000000000..786a2fa2b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/requested-goals.html @@ -0,0 +1,80 @@ + + + + + requestedGoals + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

requestedGoals

+
+

Parameters

requestedGoals

The list of requested goals.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/tags.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/tags.html new file mode 100644 index 000000000..d1dc89747 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/tags.html @@ -0,0 +1,80 @@ + + + + + tags + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

tags

+
+

Parameters

tags

The list of Build Scan tags.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/top-level-project-name.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/top-level-project-name.html new file mode 100644 index 000000000..e991de2fe --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-attributes/top-level-project-name.html @@ -0,0 +1,80 @@ + + + + + topLevelProjectName + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

topLevelProjectName

+
+

Parameters

topLevelProjectName

The top level project name. null in case of very early build failure.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-avoidance-savings-summary/-maven-build-cache-performance-avoidance-savings-summary.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-avoidance-savings-summary/-maven-build-cache-performance-avoidance-savings-summary.html new file mode 100644 index 000000000..5bb17f87e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-avoidance-savings-summary/-maven-build-cache-performance-avoidance-savings-summary.html @@ -0,0 +1,80 @@ + + + + + MavenBuildCachePerformanceAvoidanceSavingsSummary + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenBuildCachePerformanceAvoidanceSavingsSummary

+
+
constructor(@Json(name = "total") total: Long, @Json(name = "ratio") ratio: Double, @Json(name = "localBuildCache") localBuildCache: Long, @Json(name = "remoteBuildCache") remoteBuildCache: Long)

Parameters

total

The estimated reduction in serial execution time of the goals due to their outputs being reused in milliseconds.

ratio

The ratio of the total avoidance savings against the potential serial execution time (which is the actual serial execution time plus the total avoidance savings). Quantifies the effect of avoidance savings in this build. The bigger the ratio is, the more time is saved when running the build.

localBuildCache

The estimated reduction in serial execution time of the goals due to their outputs being reused from the local build cache in milliseconds.

remoteBuildCache

The estimated reduction in serial execution time of the goals due to their outputs being reused from the remote build cache in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-avoidance-savings-summary/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-avoidance-savings-summary/index.html new file mode 100644 index 000000000..458a7d3b9 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-avoidance-savings-summary/index.html @@ -0,0 +1,168 @@ + + + + + MavenBuildCachePerformanceAvoidanceSavingsSummary + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenBuildCachePerformanceAvoidanceSavingsSummary

+
data class MavenBuildCachePerformanceAvoidanceSavingsSummary(@Json(name = "total") val total: Long, @Json(name = "ratio") val ratio: Double, @Json(name = "localBuildCache") val localBuildCache: Long, @Json(name = "remoteBuildCache") val remoteBuildCache: Long)

A breakdown of avoidance savings.

Parameters

total

The estimated reduction in serial execution time of the goals due to their outputs being reused in milliseconds.

ratio

The ratio of the total avoidance savings against the potential serial execution time (which is the actual serial execution time plus the total avoidance savings). Quantifies the effect of avoidance savings in this build. The bigger the ratio is, the more time is saved when running the build.

localBuildCache

The estimated reduction in serial execution time of the goals due to their outputs being reused from the local build cache in milliseconds.

remoteBuildCache

The estimated reduction in serial execution time of the goals due to their outputs being reused from the remote build cache in milliseconds.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "total") total: Long, @Json(name = "ratio") ratio: Double, @Json(name = "localBuildCache") localBuildCache: Long, @Json(name = "remoteBuildCache") remoteBuildCache: Long)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val total: Long
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-avoidance-savings-summary/local-build-cache.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-avoidance-savings-summary/local-build-cache.html new file mode 100644 index 000000000..562d3460c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-avoidance-savings-summary/local-build-cache.html @@ -0,0 +1,80 @@ + + + + + localBuildCache + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

localBuildCache

+
+

Parameters

localBuildCache

The estimated reduction in serial execution time of the goals due to their outputs being reused from the local build cache in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-avoidance-savings-summary/ratio.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-avoidance-savings-summary/ratio.html new file mode 100644 index 000000000..537e503de --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-avoidance-savings-summary/ratio.html @@ -0,0 +1,80 @@ + + + + + ratio + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ratio

+
+

Parameters

ratio

The ratio of the total avoidance savings against the potential serial execution time (which is the actual serial execution time plus the total avoidance savings). Quantifies the effect of avoidance savings in this build. The bigger the ratio is, the more time is saved when running the build.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-avoidance-savings-summary/remote-build-cache.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-avoidance-savings-summary/remote-build-cache.html new file mode 100644 index 000000000..563a58a1e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-avoidance-savings-summary/remote-build-cache.html @@ -0,0 +1,80 @@ + + + + + remoteBuildCache + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

remoteBuildCache

+
+

Parameters

remoteBuildCache

The estimated reduction in serial execution time of the goals due to their outputs being reused from the remote build cache in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-avoidance-savings-summary/total.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-avoidance-savings-summary/total.html new file mode 100644 index 000000000..57a11b757 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-avoidance-savings-summary/total.html @@ -0,0 +1,80 @@ + + + + + total + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

total

+
+
val total: Long

Parameters

total

The estimated reduction in serial execution time of the goals due to their outputs being reused in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-local-info/-maven-build-cache-performance-build-cache-local-info.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-local-info/-maven-build-cache-performance-build-cache-local-info.html new file mode 100644 index 000000000..2eb1e35e0 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-local-info/-maven-build-cache-performance-build-cache-local-info.html @@ -0,0 +1,80 @@ + + + + + MavenBuildCachePerformanceBuildCacheLocalInfo + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenBuildCachePerformanceBuildCacheLocalInfo

+
+
constructor(@Json(name = "isEnabled") isEnabled: Boolean, @Json(name = "isPushEnabled") isPushEnabled: Boolean? = null, @Json(name = "isDisabledDueToError") isDisabledDueToError: Boolean? = null, @Json(name = "directory") directory: String? = null)

Parameters

isEnabled

Indicates whether the local build cache is enabled.

isPushEnabled

Indicates whether pushing to the local build cache is enabled. null if the local build cache is disabled.

isDisabledDueToError

Indicates whether the local cache is disabled due to an error occurring in loading or storing local build cache entries. null if the local build cache is disabled.

directory

Location of the local build cache. Can be relative or absolute depending on its value. null if the local build cache is disabled.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-local-info/directory.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-local-info/directory.html new file mode 100644 index 000000000..87e1046de --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-local-info/directory.html @@ -0,0 +1,80 @@ + + + + + directory + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

directory

+
+
val directory: String? = null

Parameters

directory

Location of the local build cache. Can be relative or absolute depending on its value. null if the local build cache is disabled.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-local-info/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-local-info/index.html new file mode 100644 index 000000000..ddbb0d885 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-local-info/index.html @@ -0,0 +1,168 @@ + + + + + MavenBuildCachePerformanceBuildCacheLocalInfo + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenBuildCachePerformanceBuildCacheLocalInfo

+
data class MavenBuildCachePerformanceBuildCacheLocalInfo(@Json(name = "isEnabled") val isEnabled: Boolean, @Json(name = "isPushEnabled") val isPushEnabled: Boolean? = null, @Json(name = "isDisabledDueToError") val isDisabledDueToError: Boolean? = null, @Json(name = "directory") val directory: String? = null)

Information about the local build cache used in the build, if it is configured in the build. null if the local build cache is not configured.

Parameters

isEnabled

Indicates whether the local build cache is enabled.

isPushEnabled

Indicates whether pushing to the local build cache is enabled. null if the local build cache is disabled.

isDisabledDueToError

Indicates whether the local cache is disabled due to an error occurring in loading or storing local build cache entries. null if the local build cache is disabled.

directory

Location of the local build cache. Can be relative or absolute depending on its value. null if the local build cache is disabled.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "isEnabled") isEnabled: Boolean, @Json(name = "isPushEnabled") isPushEnabled: Boolean? = null, @Json(name = "isDisabledDueToError") isDisabledDueToError: Boolean? = null, @Json(name = "directory") directory: String? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val directory: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val isPushEnabled: Boolean? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-local-info/is-disabled-due-to-error.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-local-info/is-disabled-due-to-error.html new file mode 100644 index 000000000..6529d91fc --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-local-info/is-disabled-due-to-error.html @@ -0,0 +1,80 @@ + + + + + isDisabledDueToError + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

isDisabledDueToError

+
+

Parameters

isDisabledDueToError

Indicates whether the local cache is disabled due to an error occurring in loading or storing local build cache entries. null if the local build cache is disabled.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-local-info/is-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-local-info/is-enabled.html new file mode 100644 index 000000000..d7b37ee58 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-local-info/is-enabled.html @@ -0,0 +1,80 @@ + + + + + isEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

isEnabled

+
+

Parameters

isEnabled

Indicates whether the local build cache is enabled.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-local-info/is-push-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-local-info/is-push-enabled.html new file mode 100644 index 000000000..9ac1f2ec7 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-local-info/is-push-enabled.html @@ -0,0 +1,80 @@ + + + + + isPushEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

isPushEnabled

+
+
val isPushEnabled: Boolean? = null

Parameters

isPushEnabled

Indicates whether pushing to the local build cache is enabled. null if the local build cache is disabled.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-overhead/-maven-build-cache-performance-build-cache-overhead.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-overhead/-maven-build-cache-performance-build-cache-overhead.html new file mode 100644 index 000000000..51e79a2ba --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-overhead/-maven-build-cache-performance-build-cache-overhead.html @@ -0,0 +1,80 @@ + + + + + MavenBuildCachePerformanceBuildCacheOverhead + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenBuildCachePerformanceBuildCacheOverhead

+
+
constructor(@Json(name = "uploading") uploading: Long, @Json(name = "downloading") downloading: Long, @Json(name = "packing") packing: Long, @Json(name = "unpacking") unpacking: Long)

Parameters

uploading

Overhead of upload operations in milliseconds.

downloading

Overhead of download operations in milliseconds.

packing

Overhead of pack operations in milliseconds.

unpacking

Overhead of unpack operations in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-overhead/downloading.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-overhead/downloading.html new file mode 100644 index 000000000..db9aec6dc --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-overhead/downloading.html @@ -0,0 +1,80 @@ + + + + + downloading + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

downloading

+
+

Parameters

downloading

Overhead of download operations in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-overhead/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-overhead/index.html new file mode 100644 index 000000000..1fd1f0348 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-overhead/index.html @@ -0,0 +1,168 @@ + + + + + MavenBuildCachePerformanceBuildCacheOverhead + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenBuildCachePerformanceBuildCacheOverhead

+
data class MavenBuildCachePerformanceBuildCacheOverhead(@Json(name = "uploading") val uploading: Long, @Json(name = "downloading") val downloading: Long, @Json(name = "packing") val packing: Long, @Json(name = "unpacking") val unpacking: Long)

Information about the build cache overhead in this build.

Parameters

uploading

Overhead of upload operations in milliseconds.

downloading

Overhead of download operations in milliseconds.

packing

Overhead of pack operations in milliseconds.

unpacking

Overhead of unpack operations in milliseconds.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "uploading") uploading: Long, @Json(name = "downloading") downloading: Long, @Json(name = "packing") packing: Long, @Json(name = "unpacking") unpacking: Long)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-overhead/packing.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-overhead/packing.html new file mode 100644 index 000000000..2ff508f6a --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-overhead/packing.html @@ -0,0 +1,80 @@ + + + + + packing + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

packing

+
+

Parameters

packing

Overhead of pack operations in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-overhead/unpacking.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-overhead/unpacking.html new file mode 100644 index 000000000..479ff04fa --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-overhead/unpacking.html @@ -0,0 +1,80 @@ + + + + + unpacking + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

unpacking

+
+

Parameters

unpacking

Overhead of unpack operations in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-overhead/uploading.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-overhead/uploading.html new file mode 100644 index 000000000..026096822 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-overhead/uploading.html @@ -0,0 +1,80 @@ + + + + + uploading + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

uploading

+
+

Parameters

uploading

Overhead of upload operations in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-remote-info/-maven-build-cache-performance-build-cache-remote-info.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-remote-info/-maven-build-cache-performance-build-cache-remote-info.html new file mode 100644 index 000000000..0a57d0af7 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-remote-info/-maven-build-cache-performance-build-cache-remote-info.html @@ -0,0 +1,80 @@ + + + + + MavenBuildCachePerformanceBuildCacheRemoteInfo + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenBuildCachePerformanceBuildCacheRemoteInfo

+
+
constructor(@Json(name = "isEnabled") isEnabled: Boolean, @Json(name = "isPushEnabled") isPushEnabled: Boolean? = null, @Json(name = "isDisabledDueToError") isDisabledDueToError: Boolean? = null, @Json(name = "url") url: String? = null)

Parameters

isEnabled

Indicates whether the remote build cache is enabled.

isPushEnabled

Indicates whether pushing to the remote build cache is enabled. null if the remote build cache is disabled.

isDisabledDueToError

Indicates whether the remote build cache is disabled during the build due to an error occurring in loading or storing remote build cache entries. null if the remote build cache is disabled.

url

URL of the remote build cache. null if the remote build cache is disabled.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-remote-info/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-remote-info/index.html new file mode 100644 index 000000000..c9091c403 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-remote-info/index.html @@ -0,0 +1,168 @@ + + + + + MavenBuildCachePerformanceBuildCacheRemoteInfo + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenBuildCachePerformanceBuildCacheRemoteInfo

+
data class MavenBuildCachePerformanceBuildCacheRemoteInfo(@Json(name = "isEnabled") val isEnabled: Boolean, @Json(name = "isPushEnabled") val isPushEnabled: Boolean? = null, @Json(name = "isDisabledDueToError") val isDisabledDueToError: Boolean? = null, @Json(name = "url") val url: String? = null)

Information about the remote build cache used in the build, if it is configured in the build. null if the remote build cache is not configured.

Parameters

isEnabled

Indicates whether the remote build cache is enabled.

isPushEnabled

Indicates whether pushing to the remote build cache is enabled. null if the remote build cache is disabled.

isDisabledDueToError

Indicates whether the remote build cache is disabled during the build due to an error occurring in loading or storing remote build cache entries. null if the remote build cache is disabled.

url

URL of the remote build cache. null if the remote build cache is disabled.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "isEnabled") isEnabled: Boolean, @Json(name = "isPushEnabled") isPushEnabled: Boolean? = null, @Json(name = "isDisabledDueToError") isDisabledDueToError: Boolean? = null, @Json(name = "url") url: String? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val isPushEnabled: Boolean? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val url: String? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-remote-info/is-disabled-due-to-error.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-remote-info/is-disabled-due-to-error.html new file mode 100644 index 000000000..f41e379fd --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-remote-info/is-disabled-due-to-error.html @@ -0,0 +1,80 @@ + + + + + isDisabledDueToError + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

isDisabledDueToError

+
+

Parameters

isDisabledDueToError

Indicates whether the remote build cache is disabled during the build due to an error occurring in loading or storing remote build cache entries. null if the remote build cache is disabled.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-remote-info/is-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-remote-info/is-enabled.html new file mode 100644 index 000000000..9ed508037 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-remote-info/is-enabled.html @@ -0,0 +1,80 @@ + + + + + isEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

isEnabled

+
+

Parameters

isEnabled

Indicates whether the remote build cache is enabled.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-remote-info/is-push-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-remote-info/is-push-enabled.html new file mode 100644 index 000000000..7fcf658c2 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-remote-info/is-push-enabled.html @@ -0,0 +1,80 @@ + + + + + isPushEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

isPushEnabled

+
+
val isPushEnabled: Boolean? = null

Parameters

isPushEnabled

Indicates whether pushing to the remote build cache is enabled. null if the remote build cache is disabled.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-remote-info/url.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-remote-info/url.html new file mode 100644 index 000000000..f66fefa92 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-remote-info/url.html @@ -0,0 +1,80 @@ + + + + + url + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

url

+
+
val url: String? = null

Parameters

url

URL of the remote build cache. null if the remote build cache is disabled.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-caches/-maven-build-cache-performance-build-caches.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-caches/-maven-build-cache-performance-build-caches.html new file mode 100644 index 000000000..db795c4f1 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-caches/-maven-build-cache-performance-build-caches.html @@ -0,0 +1,80 @@ + + + + + MavenBuildCachePerformanceBuildCaches + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenBuildCachePerformanceBuildCaches

+
+
constructor(@Json(name = "overhead") overhead: MavenBuildCachePerformanceBuildCacheOverhead, @Json(name = "local") local: MavenBuildCachePerformanceBuildCacheLocalInfo? = null, @Json(name = "remote") remote: MavenBuildCachePerformanceBuildCacheRemoteInfo? = null)

Parameters

overhead
local
remote
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-caches/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-caches/index.html new file mode 100644 index 000000000..7c3f5b3c1 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-caches/index.html @@ -0,0 +1,153 @@ + + + + + MavenBuildCachePerformanceBuildCaches + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenBuildCachePerformanceBuildCaches

+
data class MavenBuildCachePerformanceBuildCaches(@Json(name = "overhead") val overhead: MavenBuildCachePerformanceBuildCacheOverhead, @Json(name = "local") val local: MavenBuildCachePerformanceBuildCacheLocalInfo? = null, @Json(name = "remote") val remote: MavenBuildCachePerformanceBuildCacheRemoteInfo? = null)

Information about the local and remote build caches used in the build, if it is configured in the build. null if the build cache configuration cannot be captured (e.g. very early build failure).

Parameters

overhead
local
remote
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "overhead") overhead: MavenBuildCachePerformanceBuildCacheOverhead, @Json(name = "local") local: MavenBuildCachePerformanceBuildCacheLocalInfo? = null, @Json(name = "remote") remote: MavenBuildCachePerformanceBuildCacheRemoteInfo? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-caches/local.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-caches/local.html new file mode 100644 index 000000000..3c7d4e829 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-caches/local.html @@ -0,0 +1,80 @@ + + + + + local + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

local

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-caches/overhead.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-caches/overhead.html new file mode 100644 index 000000000..aad9c5b10 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-caches/overhead.html @@ -0,0 +1,80 @@ + + + + + overhead + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

overhead

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-caches/remote.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-caches/remote.html new file mode 100644 index 000000000..4c524c7c5 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-caches/remote.html @@ -0,0 +1,80 @@ + + + + + remote + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

remote

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/avoided-from-local-cache/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/avoided-from-local-cache/index.html new file mode 100644 index 000000000..c84ab1d10 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/avoided-from-local-cache/index.html @@ -0,0 +1,134 @@ + + + + + avoidedFromLocalCache + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avoidedFromLocalCache

+
@Json(name = "avoided_from_local_cache")
avoidedFromLocalCache
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/avoided-from-remote-cache/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/avoided-from-remote-cache/index.html new file mode 100644 index 000000000..01a5e81e9 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/avoided-from-remote-cache/index.html @@ -0,0 +1,134 @@ + + + + + avoidedFromRemoteCache + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avoidedFromRemoteCache

+
@Json(name = "avoided_from_remote_cache")
avoidedFromRemoteCache
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/entries.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/entries.html new file mode 100644 index 000000000..5920f87e0 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/entries.html @@ -0,0 +1,80 @@ + + + + + entries + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

entries

+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/executed-cacheable/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/executed-cacheable/index.html new file mode 100644 index 000000000..b9bfb8c47 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/executed-cacheable/index.html @@ -0,0 +1,134 @@ + + + + + executedCacheable + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

executedCacheable

+
@Json(name = "executed_cacheable")
executedCacheable
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/executed-not-cacheable/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/executed-not-cacheable/index.html new file mode 100644 index 000000000..424625892 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/executed-not-cacheable/index.html @@ -0,0 +1,134 @@ + + + + + executedNotCacheable + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

executedNotCacheable

+
@Json(name = "executed_not_cacheable")
executedNotCacheable
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/executed-unknown-cacheability/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/executed-unknown-cacheability/index.html new file mode 100644 index 000000000..75c09c32e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/executed-unknown-cacheability/index.html @@ -0,0 +1,134 @@ + + + + + executedUnknownCacheability + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

executedUnknownCacheability

+
@Json(name = "executed_unknown_cacheability")
executedUnknownCacheability
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/index.html new file mode 100644 index 000000000..5d39581cc --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/index.html @@ -0,0 +1,277 @@ + + + + + AvoidanceOutcome + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

AvoidanceOutcome

+

The avoidance outcome of this task with respect to performance: * avoided_from_local_cache - Goal whose execution is avoided due to reusing a local build cache entry * avoided_from_remote_cache - Goal whose execution is avoided due to reusing a remote build cache entry * executed_cacheable - Goal which is executed but is cacheable * executed_not_cacheable - Goal which is executed but is not cacheable * executed_unknown_cacheability - Goal which is executed and whose cacheability cannot be determined * skipped - Skipped goal

Values: avoidedFromLocalCache,avoidedFromRemoteCache,executedCacheable,executedNotCacheable,executedUnknownCacheability,skipped

+
+
+
+
+
+

Entries

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "avoided_from_local_cache")
avoidedFromLocalCache
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "avoided_from_remote_cache")
avoidedFromRemoteCache
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "executed_cacheable")
executedCacheable
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "executed_not_cacheable")
executedNotCacheable
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "executed_unknown_cacheability")
executedUnknownCacheability
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "skipped")
skipped
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns an array containing the constants of this enum type, in the order they're declared.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/skipped/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/skipped/index.html new file mode 100644 index 000000000..ebb33d6f4 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/skipped/index.html @@ -0,0 +1,134 @@ + + + + + skipped + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

skipped

+
@Json(name = "skipped")
skipped
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/value-of.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/value-of.html new file mode 100644 index 000000000..3d3a67849 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/value-of.html @@ -0,0 +1,80 @@ + + + + + valueOf + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

valueOf

+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

kotlin.IllegalArgumentException

if this enum type has no constant with the specified name

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/value.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/value.html new file mode 100644 index 000000000..4769da20d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/value.html @@ -0,0 +1,80 @@ + + + + + value + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/values.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/values.html new file mode 100644 index 000000000..be3a6efde --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/values.html @@ -0,0 +1,80 @@ + + + + + values + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

values

+
+

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-cache-artifact-rejected-reason/artifact-size-too-large/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-cache-artifact-rejected-reason/artifact-size-too-large/index.html new file mode 100644 index 000000000..05d9b7ed3 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-cache-artifact-rejected-reason/artifact-size-too-large/index.html @@ -0,0 +1,134 @@ + + + + + artifactSizeTooLarge + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

artifactSizeTooLarge

+
@Json(name = "artifact_size_too_large")
artifactSizeTooLarge
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-cache-artifact-rejected-reason/entries.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-cache-artifact-rejected-reason/entries.html new file mode 100644 index 000000000..7283fd12b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-cache-artifact-rejected-reason/entries.html @@ -0,0 +1,80 @@ + + + + + entries + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

entries

+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-cache-artifact-rejected-reason/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-cache-artifact-rejected-reason/index.html new file mode 100644 index 000000000..4d8633686 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-cache-artifact-rejected-reason/index.html @@ -0,0 +1,202 @@ + + + + + CacheArtifactRejectedReason + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

CacheArtifactRejectedReason

+

The reason why the cache artifact has been rejected: * artifact_size_too_large - The size of the artifact is larger than the remote build cache can accept. null if the goal is not cacheable, or if the attempt to store the artifact does not succeed.

Values: artifactSizeTooLarge

+
+
+
+
+
+

Entries

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "artifact_size_too_large")
artifactSizeTooLarge
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns an array containing the constants of this enum type, in the order they're declared.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-cache-artifact-rejected-reason/value-of.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-cache-artifact-rejected-reason/value-of.html new file mode 100644 index 000000000..3e03d275b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-cache-artifact-rejected-reason/value-of.html @@ -0,0 +1,80 @@ + + + + + valueOf + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

valueOf

+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

kotlin.IllegalArgumentException

if this enum type has no constant with the specified name

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-cache-artifact-rejected-reason/value.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-cache-artifact-rejected-reason/value.html new file mode 100644 index 000000000..5fced93bd --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-cache-artifact-rejected-reason/value.html @@ -0,0 +1,80 @@ + + + + + value + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-cache-artifact-rejected-reason/values.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-cache-artifact-rejected-reason/values.html new file mode 100644 index 000000000..82524c871 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-cache-artifact-rejected-reason/values.html @@ -0,0 +1,80 @@ + + + + + values + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

values

+
+

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-maven-build-cache-performance-goal-execution-entry.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-maven-build-cache-performance-goal-execution-entry.html new file mode 100644 index 000000000..fb265301c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-maven-build-cache-performance-goal-execution-entry.html @@ -0,0 +1,80 @@ + + + + + MavenBuildCachePerformanceGoalExecutionEntry + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenBuildCachePerformanceGoalExecutionEntry

+
+
constructor(@Json(name = "goalName") goalName: String, @Json(name = "mojoType") mojoType: String, @Json(name = "goalExecutionId") goalExecutionId: String, @Json(name = "goalProjectName") goalProjectName: String, @Json(name = "avoidanceOutcome") avoidanceOutcome: MavenBuildCachePerformanceGoalExecutionEntry.AvoidanceOutcome, @Json(name = "duration") duration: Long, @Json(name = "fingerprintingDuration") fingerprintingDuration: Long? = null, @Json(name = "avoidanceSavings") avoidanceSavings: Long? = null, @Json(name = "nonCacheabilityCategory") nonCacheabilityCategory: MavenBuildCachePerformanceGoalExecutionEntry.NonCacheabilityCategory? = null, @Json(name = "nonCacheabilityReason") nonCacheabilityReason: String? = null, @Json(name = "cacheArtifactSize") cacheArtifactSize: Long? = null, @Json(name = "cacheArtifactRejectedReason") cacheArtifactRejectedReason: MavenBuildCachePerformanceGoalExecutionEntry.CacheArtifactRejectedReason? = null, @Json(name = "cacheKey") cacheKey: String? = null)

Parameters

goalName

The goal name.

mojoType

The fully qualified class name of the Mojo that provides the implementation of this goal.

goalExecutionId

The goal execution ID.

goalProjectName

The goal project name.

avoidanceOutcome

The avoidance outcome of this task with respect to performance: * avoided_from_local_cache - Goal whose execution is avoided due to reusing a local build cache entry * avoided_from_remote_cache - Goal whose execution is avoided due to reusing a remote build cache entry * executed_cacheable - Goal which is executed but is cacheable * executed_not_cacheable - Goal which is executed but is not cacheable * executed_unknown_cacheability - Goal which is executed and whose cacheability cannot be determined * skipped - Skipped goal

duration

The goal duration in milliseconds.

fingerprintingDuration

The goal fingerprinting duration in milliseconds. This duration is part of the complete task execution duration. null if the goal is not fingerprinted.

avoidanceSavings

The goal avoidance savings in milliseconds, which can be negative. Negative values indicate that it takes more time to reuse outputs than it did to create them originally. null if the information is not available.

nonCacheabilityCategory

The category of the non-cacheability reason: * build_cache_disabled_by_user - The build cache is disabled by the user * goal_execution_marked_non_cacheable - The goal execution is marked as non-cacheable * goal_not_supported - The goal does not support build caching * no_gradle_enterprise_server_configured - No Develocity server is configured Deprecated, use no_develocity_server_configured instead * no_develocity_server_configured - No Develocity server is configured * non_clean_build - The clean lifecycle is not executed * not_entitled - The Develocity license entitlements does not allow Maven build caching * offline_build - The build is run in offline mode * unknown - Reason for disabled caching is not known * unknown_entitlements - The Develocity license entitlements cannot be checked null when the goal execution is cacheable or if the information is not available.

nonCacheabilityReason

The human-readable reason for a non-cacheable goal execution. null when the goal execution is cacheable or if the information is not available.

cacheArtifactSize

The number of bytes of the produced or consumed cache artifact. For a goal execution where the outputs are successfully stored to a local or remote cache, this is the size of the stored cache artifact. For a goal execution where the outputs are successfully loaded from a local or remote cache, this is the size of the loaded cache artifact. null if the goal execution is not cacheable, or if the attempt to store or load the artifact from cache does not succeed.

cacheArtifactRejectedReason

The reason why the cache artifact has been rejected: * artifact_size_too_large - The size of the artifact is larger than the remote build cache can accept. null if the goal is not cacheable, or if the attempt to store the artifact does not succeed.

cacheKey

Build cache key. null if no build cache key was computed (e.g. when fingerprinting failed).

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/build-cache-disabled-by-user/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/build-cache-disabled-by-user/index.html new file mode 100644 index 000000000..9884e0407 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/build-cache-disabled-by-user/index.html @@ -0,0 +1,134 @@ + + + + + buildCacheDisabledByUser + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

buildCacheDisabledByUser

+
@Json(name = "build_cache_disabled_by_user")
buildCacheDisabledByUser
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/entries.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/entries.html new file mode 100644 index 000000000..bf4d1ace5 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/entries.html @@ -0,0 +1,80 @@ + + + + + entries + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

entries

+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/goal-execution-marked-non-cacheable/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/goal-execution-marked-non-cacheable/index.html new file mode 100644 index 000000000..10b3490d6 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/goal-execution-marked-non-cacheable/index.html @@ -0,0 +1,134 @@ + + + + + goalExecutionMarkedNonCacheable + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

goalExecutionMarkedNonCacheable

+
@Json(name = "goal_execution_marked_non_cacheable")
goalExecutionMarkedNonCacheable
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/goal-not-supported/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/goal-not-supported/index.html new file mode 100644 index 000000000..d0f1dd6ce --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/goal-not-supported/index.html @@ -0,0 +1,134 @@ + + + + + goalNotSupported + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

goalNotSupported

+
@Json(name = "goal_not_supported")
goalNotSupported
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/index.html new file mode 100644 index 000000000..728c3a958 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/index.html @@ -0,0 +1,337 @@ + + + + + NonCacheabilityCategory + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

NonCacheabilityCategory

+

The category of the non-cacheability reason: * build_cache_disabled_by_user - The build cache is disabled by the user * goal_execution_marked_non_cacheable - The goal execution is marked as non-cacheable * goal_not_supported - The goal does not support build caching * no_gradle_enterprise_server_configured - No Develocity server is configured Deprecated, use no_develocity_server_configured instead * no_develocity_server_configured - No Develocity server is configured * non_clean_build - The clean lifecycle is not executed * not_entitled - The Develocity license entitlements does not allow Maven build caching * offline_build - The build is run in offline mode * unknown - Reason for disabled caching is not known * unknown_entitlements - The Develocity license entitlements cannot be checked null when the goal execution is cacheable or if the information is not available.

Values: buildCacheDisabledByUser,goalExecutionMarkedNonCacheable,goalNotSupported,noGradleEnterpriseServerConfigured,noDevelocityServerConfigured,nonCleanBuild,notEntitled,offlineBuild,unknown,unknownEntitlements

+
+
+
+
+
+

Entries

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "build_cache_disabled_by_user")
buildCacheDisabledByUser
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "goal_execution_marked_non_cacheable")
goalExecutionMarkedNonCacheable
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "goal_not_supported")
goalNotSupported
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "no_gradle_enterprise_server_configured")
noGradleEnterpriseServerConfigured
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "no_develocity_server_configured")
noDevelocityServerConfigured
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "non_clean_build")
nonCleanBuild
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "not_entitled")
notEntitled
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "offline_build")
offlineBuild
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "unknown")
unknown
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "unknown_entitlements")
unknownEntitlements
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns an array containing the constants of this enum type, in the order they're declared.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/no-develocity-server-configured/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/no-develocity-server-configured/index.html new file mode 100644 index 000000000..64483fe7f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/no-develocity-server-configured/index.html @@ -0,0 +1,134 @@ + + + + + noDevelocityServerConfigured + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

noDevelocityServerConfigured

+
@Json(name = "no_develocity_server_configured")
noDevelocityServerConfigured
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/no-gradle-enterprise-server-configured/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/no-gradle-enterprise-server-configured/index.html new file mode 100644 index 000000000..93ac27650 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/no-gradle-enterprise-server-configured/index.html @@ -0,0 +1,134 @@ + + + + + noGradleEnterpriseServerConfigured + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

noGradleEnterpriseServerConfigured

+
@Json(name = "no_gradle_enterprise_server_configured")
noGradleEnterpriseServerConfigured
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/non-clean-build/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/non-clean-build/index.html new file mode 100644 index 000000000..4a3c7126f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/non-clean-build/index.html @@ -0,0 +1,134 @@ + + + + + nonCleanBuild + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

nonCleanBuild

+
@Json(name = "non_clean_build")
nonCleanBuild
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/not-entitled/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/not-entitled/index.html new file mode 100644 index 000000000..e25b445ce --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/not-entitled/index.html @@ -0,0 +1,134 @@ + + + + + notEntitled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

notEntitled

+
@Json(name = "not_entitled")
notEntitled
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/offline-build/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/offline-build/index.html new file mode 100644 index 000000000..5e9e71315 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/offline-build/index.html @@ -0,0 +1,134 @@ + + + + + offlineBuild + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

offlineBuild

+
@Json(name = "offline_build")
offlineBuild
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/unknown-entitlements/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/unknown-entitlements/index.html new file mode 100644 index 000000000..993144c4b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/unknown-entitlements/index.html @@ -0,0 +1,134 @@ + + + + + unknownEntitlements + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

unknownEntitlements

+
@Json(name = "unknown_entitlements")
unknownEntitlements
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/unknown/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/unknown/index.html new file mode 100644 index 000000000..4dd57cdae --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/unknown/index.html @@ -0,0 +1,134 @@ + + + + + unknown + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

unknown

+
@Json(name = "unknown")
unknown
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/value-of.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/value-of.html new file mode 100644 index 000000000..67168cf52 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/value-of.html @@ -0,0 +1,80 @@ + + + + + valueOf + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

valueOf

+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

kotlin.IllegalArgumentException

if this enum type has no constant with the specified name

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/value.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/value.html new file mode 100644 index 000000000..e2593eb80 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/value.html @@ -0,0 +1,80 @@ + + + + + value + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/values.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/values.html new file mode 100644 index 000000000..ac9838cc9 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/values.html @@ -0,0 +1,80 @@ + + + + + values + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

values

+
+

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/avoidance-outcome.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/avoidance-outcome.html new file mode 100644 index 000000000..e0e87b2c6 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/avoidance-outcome.html @@ -0,0 +1,80 @@ + + + + + avoidanceOutcome + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avoidanceOutcome

+
+

Parameters

avoidanceOutcome

The avoidance outcome of this task with respect to performance: * avoided_from_local_cache - Goal whose execution is avoided due to reusing a local build cache entry * avoided_from_remote_cache - Goal whose execution is avoided due to reusing a remote build cache entry * executed_cacheable - Goal which is executed but is cacheable * executed_not_cacheable - Goal which is executed but is not cacheable * executed_unknown_cacheability - Goal which is executed and whose cacheability cannot be determined * skipped - Skipped goal

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/avoidance-savings.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/avoidance-savings.html new file mode 100644 index 000000000..48ad489b8 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/avoidance-savings.html @@ -0,0 +1,80 @@ + + + + + avoidanceSavings + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avoidanceSavings

+
+
val avoidanceSavings: Long? = null

Parameters

avoidanceSavings

The goal avoidance savings in milliseconds, which can be negative. Negative values indicate that it takes more time to reuse outputs than it did to create them originally. null if the information is not available.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/cache-artifact-rejected-reason.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/cache-artifact-rejected-reason.html new file mode 100644 index 000000000..8b2b3dc49 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/cache-artifact-rejected-reason.html @@ -0,0 +1,80 @@ + + + + + cacheArtifactRejectedReason + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

cacheArtifactRejectedReason

+
+

Parameters

cacheArtifactRejectedReason

The reason why the cache artifact has been rejected: * artifact_size_too_large - The size of the artifact is larger than the remote build cache can accept. null if the goal is not cacheable, or if the attempt to store the artifact does not succeed.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/cache-artifact-size.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/cache-artifact-size.html new file mode 100644 index 000000000..c2272eadd --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/cache-artifact-size.html @@ -0,0 +1,80 @@ + + + + + cacheArtifactSize + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

cacheArtifactSize

+
+
val cacheArtifactSize: Long? = null

Parameters

cacheArtifactSize

The number of bytes of the produced or consumed cache artifact. For a goal execution where the outputs are successfully stored to a local or remote cache, this is the size of the stored cache artifact. For a goal execution where the outputs are successfully loaded from a local or remote cache, this is the size of the loaded cache artifact. null if the goal execution is not cacheable, or if the attempt to store or load the artifact from cache does not succeed.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/cache-key.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/cache-key.html new file mode 100644 index 000000000..6572113ba --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/cache-key.html @@ -0,0 +1,80 @@ + + + + + cacheKey + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

cacheKey

+
+
val cacheKey: String? = null

Parameters

cacheKey

Build cache key. null if no build cache key was computed (e.g. when fingerprinting failed).

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/duration.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/duration.html new file mode 100644 index 000000000..a4ce862da --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/duration.html @@ -0,0 +1,80 @@ + + + + + duration + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

duration

+
+

Parameters

duration

The goal duration in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/fingerprinting-duration.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/fingerprinting-duration.html new file mode 100644 index 000000000..1cd184aee --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/fingerprinting-duration.html @@ -0,0 +1,80 @@ + + + + + fingerprintingDuration + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

fingerprintingDuration

+
+

Parameters

fingerprintingDuration

The goal fingerprinting duration in milliseconds. This duration is part of the complete task execution duration. null if the goal is not fingerprinted.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/goal-execution-id.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/goal-execution-id.html new file mode 100644 index 000000000..f1a9562fc --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/goal-execution-id.html @@ -0,0 +1,80 @@ + + + + + goalExecutionId + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

goalExecutionId

+
+

Parameters

goalExecutionId

The goal execution ID.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/goal-name.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/goal-name.html new file mode 100644 index 000000000..a566d3537 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/goal-name.html @@ -0,0 +1,80 @@ + + + + + goalName + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

goalName

+
+

Parameters

goalName

The goal name.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/goal-project-name.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/goal-project-name.html new file mode 100644 index 000000000..37ac00627 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/goal-project-name.html @@ -0,0 +1,80 @@ + + + + + goalProjectName + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

goalProjectName

+
+

Parameters

goalProjectName

The goal project name.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/index.html new file mode 100644 index 000000000..a87f99c75 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/index.html @@ -0,0 +1,352 @@ + + + + + MavenBuildCachePerformanceGoalExecutionEntry + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenBuildCachePerformanceGoalExecutionEntry

+
data class MavenBuildCachePerformanceGoalExecutionEntry(@Json(name = "goalName") val goalName: String, @Json(name = "mojoType") val mojoType: String, @Json(name = "goalExecutionId") val goalExecutionId: String, @Json(name = "goalProjectName") val goalProjectName: String, @Json(name = "avoidanceOutcome") val avoidanceOutcome: MavenBuildCachePerformanceGoalExecutionEntry.AvoidanceOutcome, @Json(name = "duration") val duration: Long, @Json(name = "fingerprintingDuration") val fingerprintingDuration: Long? = null, @Json(name = "avoidanceSavings") val avoidanceSavings: Long? = null, @Json(name = "nonCacheabilityCategory") val nonCacheabilityCategory: MavenBuildCachePerformanceGoalExecutionEntry.NonCacheabilityCategory? = null, @Json(name = "nonCacheabilityReason") val nonCacheabilityReason: String? = null, @Json(name = "cacheArtifactSize") val cacheArtifactSize: Long? = null, @Json(name = "cacheArtifactRejectedReason") val cacheArtifactRejectedReason: MavenBuildCachePerformanceGoalExecutionEntry.CacheArtifactRejectedReason? = null, @Json(name = "cacheKey") val cacheKey: String? = null)

Parameters

goalName

The goal name.

mojoType

The fully qualified class name of the Mojo that provides the implementation of this goal.

goalExecutionId

The goal execution ID.

goalProjectName

The goal project name.

avoidanceOutcome

The avoidance outcome of this task with respect to performance: * avoided_from_local_cache - Goal whose execution is avoided due to reusing a local build cache entry * avoided_from_remote_cache - Goal whose execution is avoided due to reusing a remote build cache entry * executed_cacheable - Goal which is executed but is cacheable * executed_not_cacheable - Goal which is executed but is not cacheable * executed_unknown_cacheability - Goal which is executed and whose cacheability cannot be determined * skipped - Skipped goal

duration

The goal duration in milliseconds.

fingerprintingDuration

The goal fingerprinting duration in milliseconds. This duration is part of the complete task execution duration. null if the goal is not fingerprinted.

avoidanceSavings

The goal avoidance savings in milliseconds, which can be negative. Negative values indicate that it takes more time to reuse outputs than it did to create them originally. null if the information is not available.

nonCacheabilityCategory

The category of the non-cacheability reason: * build_cache_disabled_by_user - The build cache is disabled by the user * goal_execution_marked_non_cacheable - The goal execution is marked as non-cacheable * goal_not_supported - The goal does not support build caching * no_gradle_enterprise_server_configured - No Develocity server is configured Deprecated, use no_develocity_server_configured instead * no_develocity_server_configured - No Develocity server is configured * non_clean_build - The clean lifecycle is not executed * not_entitled - The Develocity license entitlements does not allow Maven build caching * offline_build - The build is run in offline mode * unknown - Reason for disabled caching is not known * unknown_entitlements - The Develocity license entitlements cannot be checked null when the goal execution is cacheable or if the information is not available.

nonCacheabilityReason

The human-readable reason for a non-cacheable goal execution. null when the goal execution is cacheable or if the information is not available.

cacheArtifactSize

The number of bytes of the produced or consumed cache artifact. For a goal execution where the outputs are successfully stored to a local or remote cache, this is the size of the stored cache artifact. For a goal execution where the outputs are successfully loaded from a local or remote cache, this is the size of the loaded cache artifact. null if the goal execution is not cacheable, or if the attempt to store or load the artifact from cache does not succeed.

cacheArtifactRejectedReason

The reason why the cache artifact has been rejected: * artifact_size_too_large - The size of the artifact is larger than the remote build cache can accept. null if the goal is not cacheable, or if the attempt to store the artifact does not succeed.

cacheKey

Build cache key. null if no build cache key was computed (e.g. when fingerprinting failed).

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "goalName") goalName: String, @Json(name = "mojoType") mojoType: String, @Json(name = "goalExecutionId") goalExecutionId: String, @Json(name = "goalProjectName") goalProjectName: String, @Json(name = "avoidanceOutcome") avoidanceOutcome: MavenBuildCachePerformanceGoalExecutionEntry.AvoidanceOutcome, @Json(name = "duration") duration: Long, @Json(name = "fingerprintingDuration") fingerprintingDuration: Long? = null, @Json(name = "avoidanceSavings") avoidanceSavings: Long? = null, @Json(name = "nonCacheabilityCategory") nonCacheabilityCategory: MavenBuildCachePerformanceGoalExecutionEntry.NonCacheabilityCategory? = null, @Json(name = "nonCacheabilityReason") nonCacheabilityReason: String? = null, @Json(name = "cacheArtifactSize") cacheArtifactSize: Long? = null, @Json(name = "cacheArtifactRejectedReason") cacheArtifactRejectedReason: MavenBuildCachePerformanceGoalExecutionEntry.CacheArtifactRejectedReason? = null, @Json(name = "cacheKey") cacheKey: String? = null)
+
+
+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The avoidance outcome of this task with respect to performance: * avoided_from_local_cache - Goal whose execution is avoided due to reusing a local build cache entry * avoided_from_remote_cache - Goal whose execution is avoided due to reusing a remote build cache entry * executed_cacheable - Goal which is executed but is cacheable * executed_not_cacheable - Goal which is executed but is not cacheable * executed_unknown_cacheability - Goal which is executed and whose cacheability cannot be determined * skipped - Skipped goal

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The reason why the cache artifact has been rejected: * artifact_size_too_large - The size of the artifact is larger than the remote build cache can accept. null if the goal is not cacheable, or if the attempt to store the artifact does not succeed.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The category of the non-cacheability reason: * build_cache_disabled_by_user - The build cache is disabled by the user * goal_execution_marked_non_cacheable - The goal execution is marked as non-cacheable * goal_not_supported - The goal does not support build caching * no_gradle_enterprise_server_configured - No Develocity server is configured Deprecated, use no_develocity_server_configured instead * no_develocity_server_configured - No Develocity server is configured * non_clean_build - The clean lifecycle is not executed * not_entitled - The Develocity license entitlements does not allow Maven build caching * offline_build - The build is run in offline mode * unknown - Reason for disabled caching is not known * unknown_entitlements - The Develocity license entitlements cannot be checked null when the goal execution is cacheable or if the information is not available.

+
+
+
+
+
+
+
+

Properties

+
+ + +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val avoidanceSavings: Long? = null
+
+
+
+
+ + + +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val cacheArtifactSize: Long? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val cacheKey: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ + + +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/mojo-type.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/mojo-type.html new file mode 100644 index 000000000..97bfddc04 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/mojo-type.html @@ -0,0 +1,80 @@ + + + + + mojoType + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

mojoType

+
+

Parameters

mojoType

The fully qualified class name of the Mojo that provides the implementation of this goal.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/non-cacheability-category.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/non-cacheability-category.html new file mode 100644 index 000000000..2bd57ffec --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/non-cacheability-category.html @@ -0,0 +1,80 @@ + + + + + nonCacheabilityCategory + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

nonCacheabilityCategory

+
+

Parameters

nonCacheabilityCategory

The category of the non-cacheability reason: * build_cache_disabled_by_user - The build cache is disabled by the user * goal_execution_marked_non_cacheable - The goal execution is marked as non-cacheable * goal_not_supported - The goal does not support build caching * no_gradle_enterprise_server_configured - No Develocity server is configured Deprecated, use no_develocity_server_configured instead * no_develocity_server_configured - No Develocity server is configured * non_clean_build - The clean lifecycle is not executed * not_entitled - The Develocity license entitlements does not allow Maven build caching * offline_build - The build is run in offline mode * unknown - Reason for disabled caching is not known * unknown_entitlements - The Develocity license entitlements cannot be checked null when the goal execution is cacheable or if the information is not available.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/non-cacheability-reason.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/non-cacheability-reason.html new file mode 100644 index 000000000..0b714eb80 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/non-cacheability-reason.html @@ -0,0 +1,80 @@ + + + + + nonCacheabilityReason + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

nonCacheabilityReason

+
+

Parameters

nonCacheabilityReason

The human-readable reason for a non-cacheable goal execution. null when the goal execution is cacheable or if the information is not available.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-fingerprinting-summary/-maven-build-cache-performance-goal-fingerprinting-summary.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-fingerprinting-summary/-maven-build-cache-performance-goal-fingerprinting-summary.html new file mode 100644 index 000000000..ea159d6a8 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-fingerprinting-summary/-maven-build-cache-performance-goal-fingerprinting-summary.html @@ -0,0 +1,80 @@ + + + + + MavenBuildCachePerformanceGoalFingerprintingSummary + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenBuildCachePerformanceGoalFingerprintingSummary

+
+
constructor(@Json(name = "count") count: Int, @Json(name = "serialDuration") serialDuration: Long)

Parameters

count

Count of fingerprinted goals.

serialDuration

Sum of all fingerprinting times of fingerprinted goals in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-fingerprinting-summary/count.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-fingerprinting-summary/count.html new file mode 100644 index 000000000..614619404 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-fingerprinting-summary/count.html @@ -0,0 +1,80 @@ + + + + + count + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

count

+
+
val count: Int

Parameters

count

Count of fingerprinted goals.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-fingerprinting-summary/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-fingerprinting-summary/index.html new file mode 100644 index 000000000..f27aa6c0f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-fingerprinting-summary/index.html @@ -0,0 +1,138 @@ + + + + + MavenBuildCachePerformanceGoalFingerprintingSummary + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenBuildCachePerformanceGoalFingerprintingSummary

+
data class MavenBuildCachePerformanceGoalFingerprintingSummary(@Json(name = "count") val count: Int, @Json(name = "serialDuration") val serialDuration: Long)

A summary of goal fingerprinting. Fingerprinted goals are part of the goalExecution.avoidedGoals or goalExecution.executedGoals buckets.

Parameters

count

Count of fingerprinted goals.

serialDuration

Sum of all fingerprinting times of fingerprinted goals in milliseconds.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "count") count: Int, @Json(name = "serialDuration") serialDuration: Long)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val count: Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-fingerprinting-summary/serial-duration.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-fingerprinting-summary/serial-duration.html new file mode 100644 index 000000000..e3fc23ffa --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-fingerprinting-summary/serial-duration.html @@ -0,0 +1,80 @@ + + + + + serialDuration + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serialDuration

+
+

Parameters

serialDuration

Sum of all fingerprinting times of fingerprinted goals in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/-maven-build-cache-performance.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/-maven-build-cache-performance.html new file mode 100644 index 000000000..ff34dab4d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/-maven-build-cache-performance.html @@ -0,0 +1,80 @@ + + + + + MavenBuildCachePerformance + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenBuildCachePerformance

+
+
constructor(@Json(name = "id") id: String, @Json(name = "buildTime") buildTime: Long, @Json(name = "effectiveProjectExecutionTime") effectiveProjectExecutionTime: Long, @Json(name = "serialProjectExecutionTime") serialProjectExecutionTime: Long, @Json(name = "serializationFactor") serializationFactor: Double, @Json(name = "goalExecution") goalExecution: List<MavenBuildCachePerformanceGoalExecutionEntry>, @Json(name = "goalFingerprintingSummary") goalFingerprintingSummary: MavenBuildCachePerformanceGoalFingerprintingSummary, @Json(name = "avoidanceSavingsSummary") avoidanceSavingsSummary: MavenBuildCachePerformanceAvoidanceSavingsSummary, @Json(name = "buildCaches") buildCaches: MavenBuildCachePerformanceBuildCaches? = null)

Parameters

id

The Build Scan ID.

buildTime

Wall clock duration of the build in milliseconds.

effectiveProjectExecutionTime

Wall clock time spent executing projects in milliseconds. It is the time spent between the start of the first project execution and the end of the last project execution, removing any interval where no project is being executed.

serialProjectExecutionTime

Wall clock time of all project executions in milliseconds. It is the sum of all individual project durations.

serializationFactor

The ratio of serialProjectExecutionTime over the effectiveProjectExecutionTime. Quantifies the effect of project parallelization. A value equal to 1 means that no parallelization occurs. A value greater than 1 means that projects are executed faster due to parallelization.

goalExecution

A list of executed goals with performance related information.

goalFingerprintingSummary
avoidanceSavingsSummary
buildCaches
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/avoidance-savings-summary.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/avoidance-savings-summary.html new file mode 100644 index 000000000..0756c1b11 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/avoidance-savings-summary.html @@ -0,0 +1,80 @@ + + + + + avoidanceSavingsSummary + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avoidanceSavingsSummary

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/build-caches.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/build-caches.html new file mode 100644 index 000000000..6d71d116f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/build-caches.html @@ -0,0 +1,80 @@ + + + + + buildCaches + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

buildCaches

+
+

Parameters

buildCaches
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/build-time.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/build-time.html new file mode 100644 index 000000000..e72849b70 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/build-time.html @@ -0,0 +1,80 @@ + + + + + buildTime + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

buildTime

+
+

Parameters

buildTime

Wall clock duration of the build in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/effective-project-execution-time.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/effective-project-execution-time.html new file mode 100644 index 000000000..afccdb77c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/effective-project-execution-time.html @@ -0,0 +1,80 @@ + + + + + effectiveProjectExecutionTime + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

effectiveProjectExecutionTime

+
+

Parameters

effectiveProjectExecutionTime

Wall clock time spent executing projects in milliseconds. It is the time spent between the start of the first project execution and the end of the last project execution, removing any interval where no project is being executed.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/goal-execution.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/goal-execution.html new file mode 100644 index 000000000..3cb9e4549 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/goal-execution.html @@ -0,0 +1,80 @@ + + + + + goalExecution + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

goalExecution

+
+

Parameters

goalExecution

A list of executed goals with performance related information.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/goal-fingerprinting-summary.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/goal-fingerprinting-summary.html new file mode 100644 index 000000000..e27e6b602 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/goal-fingerprinting-summary.html @@ -0,0 +1,80 @@ + + + + + goalFingerprintingSummary + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

goalFingerprintingSummary

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/id.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/id.html new file mode 100644 index 000000000..3eeb05af8 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/id.html @@ -0,0 +1,80 @@ + + + + + id + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

id

+
+
val id: String

Parameters

id

The Build Scan ID.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/index.html new file mode 100644 index 000000000..bd1253601 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/index.html @@ -0,0 +1,243 @@ + + + + + MavenBuildCachePerformance + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenBuildCachePerformance

+
data class MavenBuildCachePerformance(@Json(name = "id") val id: String, @Json(name = "buildTime") val buildTime: Long, @Json(name = "effectiveProjectExecutionTime") val effectiveProjectExecutionTime: Long, @Json(name = "serialProjectExecutionTime") val serialProjectExecutionTime: Long, @Json(name = "serializationFactor") val serializationFactor: Double, @Json(name = "goalExecution") val goalExecution: List<MavenBuildCachePerformanceGoalExecutionEntry>, @Json(name = "goalFingerprintingSummary") val goalFingerprintingSummary: MavenBuildCachePerformanceGoalFingerprintingSummary, @Json(name = "avoidanceSavingsSummary") val avoidanceSavingsSummary: MavenBuildCachePerformanceAvoidanceSavingsSummary, @Json(name = "buildCaches") val buildCaches: MavenBuildCachePerformanceBuildCaches? = null)

The build cache performance of a Maven build.

Parameters

id

The Build Scan ID.

buildTime

Wall clock duration of the build in milliseconds.

effectiveProjectExecutionTime

Wall clock time spent executing projects in milliseconds. It is the time spent between the start of the first project execution and the end of the last project execution, removing any interval where no project is being executed.

serialProjectExecutionTime

Wall clock time of all project executions in milliseconds. It is the sum of all individual project durations.

serializationFactor

The ratio of serialProjectExecutionTime over the effectiveProjectExecutionTime. Quantifies the effect of project parallelization. A value equal to 1 means that no parallelization occurs. A value greater than 1 means that projects are executed faster due to parallelization.

goalExecution

A list of executed goals with performance related information.

goalFingerprintingSummary
avoidanceSavingsSummary
buildCaches
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "id") id: String, @Json(name = "buildTime") buildTime: Long, @Json(name = "effectiveProjectExecutionTime") effectiveProjectExecutionTime: Long, @Json(name = "serialProjectExecutionTime") serialProjectExecutionTime: Long, @Json(name = "serializationFactor") serializationFactor: Double, @Json(name = "goalExecution") goalExecution: List<MavenBuildCachePerformanceGoalExecutionEntry>, @Json(name = "goalFingerprintingSummary") goalFingerprintingSummary: MavenBuildCachePerformanceGoalFingerprintingSummary, @Json(name = "avoidanceSavingsSummary") avoidanceSavingsSummary: MavenBuildCachePerformanceAvoidanceSavingsSummary, @Json(name = "buildCaches") buildCaches: MavenBuildCachePerformanceBuildCaches? = null)
+
+
+
+
+
+
+
+

Properties

+
+ + +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ + + +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val id: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/serial-project-execution-time.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/serial-project-execution-time.html new file mode 100644 index 000000000..dc42b3f11 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/serial-project-execution-time.html @@ -0,0 +1,80 @@ + + + + + serialProjectExecutionTime + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serialProjectExecutionTime

+
+

Parameters

serialProjectExecutionTime

Wall clock time of all project executions in milliseconds. It is the sum of all individual project durations.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/serialization-factor.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/serialization-factor.html new file mode 100644 index 000000000..7ceb3ffc0 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/serialization-factor.html @@ -0,0 +1,80 @@ + + + + + serializationFactor + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serializationFactor

+
+

Parameters

serializationFactor

The ratio of serialProjectExecutionTime over the effectiveProjectExecutionTime. Quantifies the effect of project parallelization. A value equal to 1 means that no parallelization occurs. A value greater than 1 means that projects are executed faster due to parallelization.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-execution-time-breakdown/-maven-build-execution-time-breakdown.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-execution-time-breakdown/-maven-build-execution-time-breakdown.html new file mode 100644 index 000000000..7e5de51f0 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-execution-time-breakdown/-maven-build-execution-time-breakdown.html @@ -0,0 +1,80 @@ + + + + + MavenBuildExecutionTimeBreakdown + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenBuildExecutionTimeBreakdown

+
+
constructor(@Json(name = "total") total: Long, @Json(name = "goalExecution") goalExecution: Long? = null, @Json(name = "endOfBuild") endOfBuild: Long? = null)

Parameters

total

The elapsed time from the start of the execution of the first project to the end of the build in milliseconds.

goalExecution

The elapsed time from the start of the execution of the first project to the end of the execution of the last project in milliseconds. null if the build failed before the goal execution phase.

endOfBuild

The elapsed time from the end of the execution of the last project to the end of the build in milliseconds. null if the build failed before the end of build phase.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-execution-time-breakdown/end-of-build.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-execution-time-breakdown/end-of-build.html new file mode 100644 index 000000000..e3612cd57 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-execution-time-breakdown/end-of-build.html @@ -0,0 +1,80 @@ + + + + + endOfBuild + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

endOfBuild

+
+
val endOfBuild: Long? = null

Parameters

endOfBuild

The elapsed time from the end of the execution of the last project to the end of the build in milliseconds. null if the build failed before the end of build phase.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-execution-time-breakdown/goal-execution.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-execution-time-breakdown/goal-execution.html new file mode 100644 index 000000000..d7877dbff --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-execution-time-breakdown/goal-execution.html @@ -0,0 +1,80 @@ + + + + + goalExecution + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

goalExecution

+
+
val goalExecution: Long? = null

Parameters

goalExecution

The elapsed time from the start of the execution of the first project to the end of the execution of the last project in milliseconds. null if the build failed before the goal execution phase.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-execution-time-breakdown/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-execution-time-breakdown/index.html new file mode 100644 index 000000000..87ecdf1e2 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-execution-time-breakdown/index.html @@ -0,0 +1,153 @@ + + + + + MavenBuildExecutionTimeBreakdown + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenBuildExecutionTimeBreakdown

+
data class MavenBuildExecutionTimeBreakdown(@Json(name = "total") val total: Long, @Json(name = "goalExecution") val goalExecution: Long? = null, @Json(name = "endOfBuild") val endOfBuild: Long? = null)

The time breakdown of the execution phase of a Maven build.

Parameters

total

The elapsed time from the start of the execution of the first project to the end of the build in milliseconds.

goalExecution

The elapsed time from the start of the execution of the first project to the end of the execution of the last project in milliseconds. null if the build failed before the goal execution phase.

endOfBuild

The elapsed time from the end of the execution of the last project to the end of the build in milliseconds. null if the build failed before the end of build phase.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "total") total: Long, @Json(name = "goalExecution") goalExecution: Long? = null, @Json(name = "endOfBuild") endOfBuild: Long? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val endOfBuild: Long? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val goalExecution: Long? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val total: Long
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-execution-time-breakdown/total.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-execution-time-breakdown/total.html new file mode 100644 index 000000000..34b1a1fba --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-execution-time-breakdown/total.html @@ -0,0 +1,80 @@ + + + + + total + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

total

+
+
val total: Long

Parameters

total

The elapsed time from the start of the execution of the first project to the end of the build in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-initialization-and-discovery-time-breakdown/-maven-build-initialization-and-discovery-time-breakdown.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-initialization-and-discovery-time-breakdown/-maven-build-initialization-and-discovery-time-breakdown.html new file mode 100644 index 000000000..59a0ad978 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-initialization-and-discovery-time-breakdown/-maven-build-initialization-and-discovery-time-breakdown.html @@ -0,0 +1,80 @@ + + + + + MavenBuildInitializationAndDiscoveryTimeBreakdown + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenBuildInitializationAndDiscoveryTimeBreakdown

+
+
constructor(@Json(name = "total") total: Long, @Json(name = "settings") settings: Long, @Json(name = "toolchains") toolchains: Long, @Json(name = "other") other: Long, @Json(name = "projectDiscovery") projectDiscovery: Long? = null)

Parameters

total

The elapsed time from the very start of the build to the start of the execution of the first project in milliseconds.

settings

The elapsed time taken to read the settings of the build in milliseconds.

toolchains

The elapsed time taken to read the toolchain settings of the build in milliseconds.

other

Any other elapsed time between the start of the build and the start of the execution of the first project in milliseconds.

projectDiscovery

The elapsed time taken to discover all projects included in the build in milliseconds. null if the build failed before the project discovery phase.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-initialization-and-discovery-time-breakdown/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-initialization-and-discovery-time-breakdown/index.html new file mode 100644 index 000000000..7e4e0573e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-initialization-and-discovery-time-breakdown/index.html @@ -0,0 +1,183 @@ + + + + + MavenBuildInitializationAndDiscoveryTimeBreakdown + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenBuildInitializationAndDiscoveryTimeBreakdown

+
data class MavenBuildInitializationAndDiscoveryTimeBreakdown(@Json(name = "total") val total: Long, @Json(name = "settings") val settings: Long, @Json(name = "toolchains") val toolchains: Long, @Json(name = "other") val other: Long, @Json(name = "projectDiscovery") val projectDiscovery: Long? = null)

The time breakdown of the initialization and discovery phase of a Maven build.

Parameters

total

The elapsed time from the very start of the build to the start of the execution of the first project in milliseconds.

settings

The elapsed time taken to read the settings of the build in milliseconds.

toolchains

The elapsed time taken to read the toolchain settings of the build in milliseconds.

other

Any other elapsed time between the start of the build and the start of the execution of the first project in milliseconds.

projectDiscovery

The elapsed time taken to discover all projects included in the build in milliseconds. null if the build failed before the project discovery phase.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "total") total: Long, @Json(name = "settings") settings: Long, @Json(name = "toolchains") toolchains: Long, @Json(name = "other") other: Long, @Json(name = "projectDiscovery") projectDiscovery: Long? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val other: Long
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val projectDiscovery: Long? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val total: Long
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-initialization-and-discovery-time-breakdown/other.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-initialization-and-discovery-time-breakdown/other.html new file mode 100644 index 000000000..b121bfecc --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-initialization-and-discovery-time-breakdown/other.html @@ -0,0 +1,80 @@ + + + + + other + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

other

+
+
val other: Long

Parameters

other

Any other elapsed time between the start of the build and the start of the execution of the first project in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-initialization-and-discovery-time-breakdown/project-discovery.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-initialization-and-discovery-time-breakdown/project-discovery.html new file mode 100644 index 000000000..9b6b92ca9 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-initialization-and-discovery-time-breakdown/project-discovery.html @@ -0,0 +1,80 @@ + + + + + projectDiscovery + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

projectDiscovery

+
+
val projectDiscovery: Long? = null

Parameters

projectDiscovery

The elapsed time taken to discover all projects included in the build in milliseconds. null if the build failed before the project discovery phase.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-initialization-and-discovery-time-breakdown/settings.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-initialization-and-discovery-time-breakdown/settings.html new file mode 100644 index 000000000..1f1f29d01 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-initialization-and-discovery-time-breakdown/settings.html @@ -0,0 +1,80 @@ + + + + + settings + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

settings

+
+

Parameters

settings

The elapsed time taken to read the settings of the build in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-initialization-and-discovery-time-breakdown/toolchains.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-initialization-and-discovery-time-breakdown/toolchains.html new file mode 100644 index 000000000..17e73cfde --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-initialization-and-discovery-time-breakdown/toolchains.html @@ -0,0 +1,80 @@ + + + + + toolchains + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toolchains

+
+

Parameters

toolchains

The elapsed time taken to read the toolchain settings of the build in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-initialization-and-discovery-time-breakdown/total.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-initialization-and-discovery-time-breakdown/total.html new file mode 100644 index 000000000..906f05820 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-initialization-and-discovery-time-breakdown/total.html @@ -0,0 +1,80 @@ + + + + + total + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

total

+
+
val total: Long

Parameters

total

The elapsed time from the very start of the build to the start of the execution of the first project in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-jvm-memory-usage/-maven-build-jvm-memory-usage.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-jvm-memory-usage/-maven-build-jvm-memory-usage.html new file mode 100644 index 000000000..9991102f1 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-jvm-memory-usage/-maven-build-jvm-memory-usage.html @@ -0,0 +1,80 @@ + + + + + MavenBuildJvmMemoryUsage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenBuildJvmMemoryUsage

+
+
constructor(@Json(name = "totalGarbageCollectionTime") totalGarbageCollectionTime: Long, @Json(name = "memoryPools") memoryPools: List<MemoryPoolUsage>? = null)

Parameters

totalGarbageCollectionTime

The total garbage collection time.

memoryPools

A list of all the heap memory pools of the JVM build process and their peak usage.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-jvm-memory-usage/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-jvm-memory-usage/index.html new file mode 100644 index 000000000..78494714b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-jvm-memory-usage/index.html @@ -0,0 +1,138 @@ + + + + + MavenBuildJvmMemoryUsage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenBuildJvmMemoryUsage

+
data class MavenBuildJvmMemoryUsage(@Json(name = "totalGarbageCollectionTime") val totalGarbageCollectionTime: Long, @Json(name = "memoryPools") val memoryPools: List<MemoryPoolUsage>? = null)

Memory usage stats of the Maven JVM while running the build.

Parameters

totalGarbageCollectionTime

The total garbage collection time.

memoryPools

A list of all the heap memory pools of the JVM build process and their peak usage.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "totalGarbageCollectionTime") totalGarbageCollectionTime: Long, @Json(name = "memoryPools") memoryPools: List<MemoryPoolUsage>? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-jvm-memory-usage/memory-pools.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-jvm-memory-usage/memory-pools.html new file mode 100644 index 000000000..25e982cb4 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-jvm-memory-usage/memory-pools.html @@ -0,0 +1,80 @@ + + + + + memoryPools + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

memoryPools

+
+

Parameters

memoryPools

A list of all the heap memory pools of the JVM build process and their peak usage.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-jvm-memory-usage/total-garbage-collection-time.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-jvm-memory-usage/total-garbage-collection-time.html new file mode 100644 index 000000000..38c75f4c0 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-jvm-memory-usage/total-garbage-collection-time.html @@ -0,0 +1,80 @@ + + + + + totalGarbageCollectionTime + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

totalGarbageCollectionTime

+
+

Parameters

totalGarbageCollectionTime

The total garbage collection time.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/-maven-build-options.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/-maven-build-options.html new file mode 100644 index 000000000..1587be82a --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/-maven-build-options.html @@ -0,0 +1,80 @@ + + + + + MavenBuildOptions + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenBuildOptions

+
+
constructor(@Json(name = "errorsEnabled") errorsEnabled: Boolean, @Json(name = "maxNumberOfThreads") maxNumberOfThreads: Int, @Json(name = "nonRecursiveEnabled") nonRecursiveEnabled: Boolean, @Json(name = "noSnapshotsUpdatesEnabled") noSnapshotsUpdatesEnabled: Boolean, @Json(name = "offlineModeEnabled") offlineModeEnabled: Boolean, @Json(name = "updateSnapshotsEnabled") updateSnapshotsEnabled: Boolean, @Json(name = "batchModeEnabled") batchModeEnabled: Boolean? = null, @Json(name = "debugEnabled") debugEnabled: Boolean? = null, @Json(name = "failAtEndEnabled") failAtEndEnabled: Boolean? = null, @Json(name = "failFastEnabled") failFastEnabled: Boolean? = null, @Json(name = "failNeverEnabled") failNeverEnabled: Boolean? = null, @Json(name = "laxChecksumsEnabled") laxChecksumsEnabled: Boolean? = null, @Json(name = "rerunGoalsEnabled") rerunGoalsEnabled: Boolean? = null, @Json(name = "quietEnabled") quietEnabled: Boolean? = null, @Json(name = "strictChecksumsEnabled") strictChecksumsEnabled: Boolean? = null, @Json(name = "rerunGoals") rerunGoals: Boolean? = null)

Parameters

errorsEnabled

Indicates whether the build is configured to produce execution error messages. See https://maven.apache.org/ref/current/maven-embedder/cli.html#errors.

maxNumberOfThreads

Maximum number of threads used when executing the build. See https://cwiki.apache.org/confluence/display/MAVEN/Parallel+builds+in+Maven+3.

nonRecursiveEnabled

Indicates whether the build is configured to not recurse into sub-projects. See https://maven.apache.org/ref/current/maven-embedder/cli.html#non-recursive.

noSnapshotsUpdatesEnabled

Indicates whether the build is configured to suppress snapshot updates. See https://maven.apache.org/ref/current/maven-embedder/cli.html#no-snapshot-updates.

offlineModeEnabled

Indicates whether the build is configured to run offline. See https://maven.apache.org/ref/current/maven-embedder/cli.html#offline.

updateSnapshotsEnabled

Indicates whether the build is configured to force a check for missing releases and updated snapshots on remote repositories. See https://maven.apache.org/ref/current/maven-embedder/cli.html#update-snapshots.

batchModeEnabled

Indicates whether the build is configured to run in non-interactive (batch) mode. null if capturing is not possible. See https://maven.apache.org/ref/current/maven-embedder/cli.html#batch-mode.

debugEnabled

Indicates whether the build is configured to produce execution debug output. null if capturing is not possible. See https://maven.apache.org/ref/current/maven-embedder/cli.html#debug.

failAtEndEnabled

Indicates whether the build is configured to only fail at the end. null if capturing is not possible. See https://maven.apache.org/ref/current/maven-embedder/cli.html#fail-at-end.

failFastEnabled

Indicates whether the build is configured to fail at the first error. null if capturing is not possible. See https://maven.apache.org/ref/current/maven-embedder/cli.html#fail-fast.

failNeverEnabled

Indicates whether the build is configured to never fail, regardless of errors produced. null if capturing is not possible. See https://maven.apache.org/ref/current/maven-embedder/cli.html#fail-never.

laxChecksumsEnabled

Indicates whether the build is configured to only warn if checksums don't match. null if capturing is not possible. See https://maven.apache.org/ref/current/maven-embedder/cli.html#lax-checksums.

rerunGoalsEnabled

Indicates whether the build is configured to rerun goals without checking the build cache. null if Develocity Maven extension version is <1.13. See https://gradle.com/help/maven-extension-rerunning-goals.

quietEnabled

Indicates whether the build is configured to run in quiet mode. null if capturing is not possible. See https://maven.apache.org/ref/current/maven-embedder/cli.html#quiet.

strictChecksumsEnabled

Indicates whether the build is configured to fail if checksums don't match. null if capturing is not possible. See https://maven.apache.org/ref/current/maven-embedder/cli.html#strict-checksums.

rerunGoals

This property is deprecated, use rerunGoalsEnabled instead. Indicates whether the build is configured to rerun goals without checking the build cache. null if Develocity Maven extension version is <1.13. See https://gradle.com/help/maven-extension-rerunning-goals.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/batch-mode-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/batch-mode-enabled.html new file mode 100644 index 000000000..20df02e7b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/batch-mode-enabled.html @@ -0,0 +1,80 @@ + + + + + batchModeEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

batchModeEnabled

+
+

Parameters

batchModeEnabled

Indicates whether the build is configured to run in non-interactive (batch) mode. null if capturing is not possible. See https://maven.apache.org/ref/current/maven-embedder/cli.html#batch-mode.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/debug-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/debug-enabled.html new file mode 100644 index 000000000..4a5918af3 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/debug-enabled.html @@ -0,0 +1,80 @@ + + + + + debugEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

debugEnabled

+
+
val debugEnabled: Boolean? = null

Parameters

debugEnabled

Indicates whether the build is configured to produce execution debug output. null if capturing is not possible. See https://maven.apache.org/ref/current/maven-embedder/cli.html#debug.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/errors-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/errors-enabled.html new file mode 100644 index 000000000..5ecdbfe63 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/errors-enabled.html @@ -0,0 +1,80 @@ + + + + + errorsEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

errorsEnabled

+
+

Parameters

errorsEnabled

Indicates whether the build is configured to produce execution error messages. See https://maven.apache.org/ref/current/maven-embedder/cli.html#errors.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/fail-at-end-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/fail-at-end-enabled.html new file mode 100644 index 000000000..6b2200a7d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/fail-at-end-enabled.html @@ -0,0 +1,80 @@ + + + + + failAtEndEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

failAtEndEnabled

+
+

Parameters

failAtEndEnabled

Indicates whether the build is configured to only fail at the end. null if capturing is not possible. See https://maven.apache.org/ref/current/maven-embedder/cli.html#fail-at-end.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/fail-fast-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/fail-fast-enabled.html new file mode 100644 index 000000000..893039a7d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/fail-fast-enabled.html @@ -0,0 +1,80 @@ + + + + + failFastEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

failFastEnabled

+
+

Parameters

failFastEnabled

Indicates whether the build is configured to fail at the first error. null if capturing is not possible. See https://maven.apache.org/ref/current/maven-embedder/cli.html#fail-fast.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/fail-never-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/fail-never-enabled.html new file mode 100644 index 000000000..9047862f7 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/fail-never-enabled.html @@ -0,0 +1,80 @@ + + + + + failNeverEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

failNeverEnabled

+
+

Parameters

failNeverEnabled

Indicates whether the build is configured to never fail, regardless of errors produced. null if capturing is not possible. See https://maven.apache.org/ref/current/maven-embedder/cli.html#fail-never.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/index.html new file mode 100644 index 000000000..ea2db8f96 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/index.html @@ -0,0 +1,348 @@ + + + + + MavenBuildOptions + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenBuildOptions

+
data class MavenBuildOptions(@Json(name = "errorsEnabled") val errorsEnabled: Boolean, @Json(name = "maxNumberOfThreads") val maxNumberOfThreads: Int, @Json(name = "nonRecursiveEnabled") val nonRecursiveEnabled: Boolean, @Json(name = "noSnapshotsUpdatesEnabled") val noSnapshotsUpdatesEnabled: Boolean, @Json(name = "offlineModeEnabled") val offlineModeEnabled: Boolean, @Json(name = "updateSnapshotsEnabled") val updateSnapshotsEnabled: Boolean, @Json(name = "batchModeEnabled") val batchModeEnabled: Boolean? = null, @Json(name = "debugEnabled") val debugEnabled: Boolean? = null, @Json(name = "failAtEndEnabled") val failAtEndEnabled: Boolean? = null, @Json(name = "failFastEnabled") val failFastEnabled: Boolean? = null, @Json(name = "failNeverEnabled") val failNeverEnabled: Boolean? = null, @Json(name = "laxChecksumsEnabled") val laxChecksumsEnabled: Boolean? = null, @Json(name = "rerunGoalsEnabled") val rerunGoalsEnabled: Boolean? = null, @Json(name = "quietEnabled") val quietEnabled: Boolean? = null, @Json(name = "strictChecksumsEnabled") val strictChecksumsEnabled: Boolean? = null, @Json(name = "rerunGoals") val rerunGoals: Boolean? = null)

Maven build options for this build.

Parameters

errorsEnabled

Indicates whether the build is configured to produce execution error messages. See https://maven.apache.org/ref/current/maven-embedder/cli.html#errors.

maxNumberOfThreads

Maximum number of threads used when executing the build. See https://cwiki.apache.org/confluence/display/MAVEN/Parallel+builds+in+Maven+3.

nonRecursiveEnabled

Indicates whether the build is configured to not recurse into sub-projects. See https://maven.apache.org/ref/current/maven-embedder/cli.html#non-recursive.

noSnapshotsUpdatesEnabled

Indicates whether the build is configured to suppress snapshot updates. See https://maven.apache.org/ref/current/maven-embedder/cli.html#no-snapshot-updates.

offlineModeEnabled

Indicates whether the build is configured to run offline. See https://maven.apache.org/ref/current/maven-embedder/cli.html#offline.

updateSnapshotsEnabled

Indicates whether the build is configured to force a check for missing releases and updated snapshots on remote repositories. See https://maven.apache.org/ref/current/maven-embedder/cli.html#update-snapshots.

batchModeEnabled

Indicates whether the build is configured to run in non-interactive (batch) mode. null if capturing is not possible. See https://maven.apache.org/ref/current/maven-embedder/cli.html#batch-mode.

debugEnabled

Indicates whether the build is configured to produce execution debug output. null if capturing is not possible. See https://maven.apache.org/ref/current/maven-embedder/cli.html#debug.

failAtEndEnabled

Indicates whether the build is configured to only fail at the end. null if capturing is not possible. See https://maven.apache.org/ref/current/maven-embedder/cli.html#fail-at-end.

failFastEnabled

Indicates whether the build is configured to fail at the first error. null if capturing is not possible. See https://maven.apache.org/ref/current/maven-embedder/cli.html#fail-fast.

failNeverEnabled

Indicates whether the build is configured to never fail, regardless of errors produced. null if capturing is not possible. See https://maven.apache.org/ref/current/maven-embedder/cli.html#fail-never.

laxChecksumsEnabled

Indicates whether the build is configured to only warn if checksums don't match. null if capturing is not possible. See https://maven.apache.org/ref/current/maven-embedder/cli.html#lax-checksums.

rerunGoalsEnabled

Indicates whether the build is configured to rerun goals without checking the build cache. null if Develocity Maven extension version is <1.13. See https://gradle.com/help/maven-extension-rerunning-goals.

quietEnabled

Indicates whether the build is configured to run in quiet mode. null if capturing is not possible. See https://maven.apache.org/ref/current/maven-embedder/cli.html#quiet.

strictChecksumsEnabled

Indicates whether the build is configured to fail if checksums don't match. null if capturing is not possible. See https://maven.apache.org/ref/current/maven-embedder/cli.html#strict-checksums.

rerunGoals

This property is deprecated, use rerunGoalsEnabled instead. Indicates whether the build is configured to rerun goals without checking the build cache. null if Develocity Maven extension version is <1.13. See https://gradle.com/help/maven-extension-rerunning-goals.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "errorsEnabled") errorsEnabled: Boolean, @Json(name = "maxNumberOfThreads") maxNumberOfThreads: Int, @Json(name = "nonRecursiveEnabled") nonRecursiveEnabled: Boolean, @Json(name = "noSnapshotsUpdatesEnabled") noSnapshotsUpdatesEnabled: Boolean, @Json(name = "offlineModeEnabled") offlineModeEnabled: Boolean, @Json(name = "updateSnapshotsEnabled") updateSnapshotsEnabled: Boolean, @Json(name = "batchModeEnabled") batchModeEnabled: Boolean? = null, @Json(name = "debugEnabled") debugEnabled: Boolean? = null, @Json(name = "failAtEndEnabled") failAtEndEnabled: Boolean? = null, @Json(name = "failFastEnabled") failFastEnabled: Boolean? = null, @Json(name = "failNeverEnabled") failNeverEnabled: Boolean? = null, @Json(name = "laxChecksumsEnabled") laxChecksumsEnabled: Boolean? = null, @Json(name = "rerunGoalsEnabled") rerunGoalsEnabled: Boolean? = null, @Json(name = "quietEnabled") quietEnabled: Boolean? = null, @Json(name = "strictChecksumsEnabled") strictChecksumsEnabled: Boolean? = null, @Json(name = "rerunGoals") rerunGoals: Boolean? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val debugEnabled: Boolean? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val quietEnabled: Boolean? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val rerunGoals: Boolean? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/lax-checksums-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/lax-checksums-enabled.html new file mode 100644 index 000000000..6d96356ac --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/lax-checksums-enabled.html @@ -0,0 +1,80 @@ + + + + + laxChecksumsEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

laxChecksumsEnabled

+
+

Parameters

laxChecksumsEnabled

Indicates whether the build is configured to only warn if checksums don't match. null if capturing is not possible. See https://maven.apache.org/ref/current/maven-embedder/cli.html#lax-checksums.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/max-number-of-threads.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/max-number-of-threads.html new file mode 100644 index 000000000..ccab76b69 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/max-number-of-threads.html @@ -0,0 +1,80 @@ + + + + + maxNumberOfThreads + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

maxNumberOfThreads

+
+

Parameters

maxNumberOfThreads

Maximum number of threads used when executing the build. See https://cwiki.apache.org/confluence/display/MAVEN/Parallel+builds+in+Maven+3.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/no-snapshots-updates-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/no-snapshots-updates-enabled.html new file mode 100644 index 000000000..ad746ed53 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/no-snapshots-updates-enabled.html @@ -0,0 +1,80 @@ + + + + + noSnapshotsUpdatesEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

noSnapshotsUpdatesEnabled

+
+

Parameters

noSnapshotsUpdatesEnabled

Indicates whether the build is configured to suppress snapshot updates. See https://maven.apache.org/ref/current/maven-embedder/cli.html#no-snapshot-updates.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/non-recursive-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/non-recursive-enabled.html new file mode 100644 index 000000000..07713392c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/non-recursive-enabled.html @@ -0,0 +1,80 @@ + + + + + nonRecursiveEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

nonRecursiveEnabled

+
+

Parameters

nonRecursiveEnabled

Indicates whether the build is configured to not recurse into sub-projects. See https://maven.apache.org/ref/current/maven-embedder/cli.html#non-recursive.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/offline-mode-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/offline-mode-enabled.html new file mode 100644 index 000000000..c6247e9bb --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/offline-mode-enabled.html @@ -0,0 +1,80 @@ + + + + + offlineModeEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

offlineModeEnabled

+
+

Parameters

offlineModeEnabled

Indicates whether the build is configured to run offline. See https://maven.apache.org/ref/current/maven-embedder/cli.html#offline.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/quiet-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/quiet-enabled.html new file mode 100644 index 000000000..04bf530f2 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/quiet-enabled.html @@ -0,0 +1,80 @@ + + + + + quietEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

quietEnabled

+
+
val quietEnabled: Boolean? = null

Parameters

quietEnabled

Indicates whether the build is configured to run in quiet mode. null if capturing is not possible. See https://maven.apache.org/ref/current/maven-embedder/cli.html#quiet.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/rerun-goals-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/rerun-goals-enabled.html new file mode 100644 index 000000000..e44821609 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/rerun-goals-enabled.html @@ -0,0 +1,80 @@ + + + + + rerunGoalsEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

rerunGoalsEnabled

+
+

Parameters

rerunGoalsEnabled

Indicates whether the build is configured to rerun goals without checking the build cache. null if Develocity Maven extension version is <1.13. See https://gradle.com/help/maven-extension-rerunning-goals.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/rerun-goals.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/rerun-goals.html new file mode 100644 index 000000000..ee77be070 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/rerun-goals.html @@ -0,0 +1,80 @@ + + + + + rerunGoals + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

rerunGoals

+
+
val rerunGoals: Boolean? = null

Deprecated

This property is deprecated.

Parameters

rerunGoals

This property is deprecated, use rerunGoalsEnabled instead. Indicates whether the build is configured to rerun goals without checking the build cache. null if Develocity Maven extension version is <1.13. See https://gradle.com/help/maven-extension-rerunning-goals.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/strict-checksums-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/strict-checksums-enabled.html new file mode 100644 index 000000000..84fa2d59c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/strict-checksums-enabled.html @@ -0,0 +1,80 @@ + + + + + strictChecksumsEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

strictChecksumsEnabled

+
+

Parameters

strictChecksumsEnabled

Indicates whether the build is configured to fail if checksums don't match. null if capturing is not possible. See https://maven.apache.org/ref/current/maven-embedder/cli.html#strict-checksums.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/update-snapshots-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/update-snapshots-enabled.html new file mode 100644 index 000000000..5721bcd72 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-options/update-snapshots-enabled.html @@ -0,0 +1,80 @@ + + + + + updateSnapshotsEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

updateSnapshotsEnabled

+
+

Parameters

updateSnapshotsEnabled

Indicates whether the build is configured to force a check for missing releases and updated snapshots on remote repositories. See https://maven.apache.org/ref/current/maven-embedder/cli.html#update-snapshots.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-profile-overview/-maven-build-profile-overview.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-profile-overview/-maven-build-profile-overview.html new file mode 100644 index 000000000..73840bb61 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-profile-overview/-maven-build-profile-overview.html @@ -0,0 +1,80 @@ + + + + + MavenBuildProfileOverview + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenBuildProfileOverview

+
+
constructor(@Json(name = "breakdown") breakdown: MavenBuildTimeBreakdown, @Json(name = "memoryUsage") memoryUsage: MavenBuildJvmMemoryUsage? = null)

Parameters

breakdown
memoryUsage
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-profile-overview/breakdown.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-profile-overview/breakdown.html new file mode 100644 index 000000000..8db00a80e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-profile-overview/breakdown.html @@ -0,0 +1,80 @@ + + + + + breakdown + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

breakdown

+
+

Parameters

breakdown
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-profile-overview/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-profile-overview/index.html new file mode 100644 index 000000000..659faf307 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-profile-overview/index.html @@ -0,0 +1,138 @@ + + + + + MavenBuildProfileOverview + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenBuildProfileOverview

+
data class MavenBuildProfileOverview(@Json(name = "breakdown") val breakdown: MavenBuildTimeBreakdown, @Json(name = "memoryUsage") val memoryUsage: MavenBuildJvmMemoryUsage? = null)

The performance profile overview of a Maven build.

Parameters

breakdown
memoryUsage
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "breakdown") breakdown: MavenBuildTimeBreakdown, @Json(name = "memoryUsage") memoryUsage: MavenBuildJvmMemoryUsage? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-profile-overview/memory-usage.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-profile-overview/memory-usage.html new file mode 100644 index 000000000..9f10b89ae --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-profile-overview/memory-usage.html @@ -0,0 +1,80 @@ + + + + + memoryUsage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

memoryUsage

+
+

Parameters

memoryUsage
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-time-breakdown/-maven-build-time-breakdown.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-time-breakdown/-maven-build-time-breakdown.html new file mode 100644 index 000000000..840e75de2 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-time-breakdown/-maven-build-time-breakdown.html @@ -0,0 +1,80 @@ + + + + + MavenBuildTimeBreakdown + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenBuildTimeBreakdown

+
+
constructor(@Json(name = "total") total: Long, @Json(name = "initializationAndDiscovery") initializationAndDiscovery: MavenBuildInitializationAndDiscoveryTimeBreakdown, @Json(name = "execution") execution: MavenBuildExecutionTimeBreakdown? = null)

Parameters

total

Total duration of the build in milliseconds.

initializationAndDiscovery
execution
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-time-breakdown/execution.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-time-breakdown/execution.html new file mode 100644 index 000000000..f674ab2a9 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-time-breakdown/execution.html @@ -0,0 +1,80 @@ + + + + + execution + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

execution

+
+

Parameters

execution
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-time-breakdown/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-time-breakdown/index.html new file mode 100644 index 000000000..58e5c2924 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-time-breakdown/index.html @@ -0,0 +1,153 @@ + + + + + MavenBuildTimeBreakdown + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenBuildTimeBreakdown

+
data class MavenBuildTimeBreakdown(@Json(name = "total") val total: Long, @Json(name = "initializationAndDiscovery") val initializationAndDiscovery: MavenBuildInitializationAndDiscoveryTimeBreakdown, @Json(name = "execution") val execution: MavenBuildExecutionTimeBreakdown? = null)

The build time breakdown of a Maven build.

Parameters

total

Total duration of the build in milliseconds.

initializationAndDiscovery
execution
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "total") total: Long, @Json(name = "initializationAndDiscovery") initializationAndDiscovery: MavenBuildInitializationAndDiscoveryTimeBreakdown, @Json(name = "execution") execution: MavenBuildExecutionTimeBreakdown? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ + + +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val total: Long
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-time-breakdown/initialization-and-discovery.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-time-breakdown/initialization-and-discovery.html new file mode 100644 index 000000000..d175e59f3 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-time-breakdown/initialization-and-discovery.html @@ -0,0 +1,80 @@ + + + + + initializationAndDiscovery + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

initializationAndDiscovery

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-time-breakdown/total.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-time-breakdown/total.html new file mode 100644 index 000000000..c8c99a3e3 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-build-time-breakdown/total.html @@ -0,0 +1,80 @@ + + + + + total + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

total

+
+
val total: Long

Parameters

total

Total duration of the build in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependencies/-maven-dependencies.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependencies/-maven-dependencies.html new file mode 100644 index 000000000..701cdc6d0 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependencies/-maven-dependencies.html @@ -0,0 +1,80 @@ + + + + + MavenDependencies + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenDependencies

+
+
constructor(@Json(name = "dependencies") dependencies: List<MavenDependency>? = null)

Parameters

dependencies

List of dependencies of a Maven build.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependencies/dependencies.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependencies/dependencies.html new file mode 100644 index 000000000..cd04b00c0 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependencies/dependencies.html @@ -0,0 +1,80 @@ + + + + + dependencies + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

dependencies

+
+

Parameters

dependencies

List of dependencies of a Maven build.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependencies/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependencies/index.html new file mode 100644 index 000000000..5e77c5a7b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependencies/index.html @@ -0,0 +1,123 @@ + + + + + MavenDependencies + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenDependencies

+
data class MavenDependencies(@Json(name = "dependencies") val dependencies: List<MavenDependency>? = null)

Dependencies of a Maven build. While there are many possible types of dependencies, initial support is for library dependencies of the software. Dependency identifiers are based on the package url (purl) specification.

Parameters

dependencies

List of dependencies of a Maven build.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "dependencies") dependencies: List<MavenDependency>? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency-resolution/-maven-dependency-resolution.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency-resolution/-maven-dependency-resolution.html new file mode 100644 index 000000000..a368e6427 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency-resolution/-maven-dependency-resolution.html @@ -0,0 +1,80 @@ + + + + + MavenDependencyResolution + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenDependencyResolution

+
+
constructor(@Json(name = "serialDependencyResolutionTime") serialDependencyResolutionTime: Long, @Json(name = "networkRequestCount") networkRequestCount: Long, @Json(name = "serialNetworkRequestTime") serialNetworkRequestTime: Long, @Json(name = "wallClockNetworkRequestTime") wallClockNetworkRequestTime: Long, @Json(name = "fileDownloadSize") fileDownloadSize: Long, @Json(name = "fileDownloadCount") fileDownloadCount: Long)

Parameters

serialDependencyResolutionTime

The total cumulative time, in milliseconds, spent resolving dependencies. The process of resolving a dependency involves fetching metadata from remote repositories, determining the appropriate version to use, and ultimately fetching the dependency artifact.

networkRequestCount

This represents the total count of network requests made during configuration resolution.

serialNetworkRequestTime

The duration in milliseconds representing the sum of times for potentially parallel network requests. It does not reflect wall clock time but offers a rough estimation of network activity.

wallClockNetworkRequestTime

The estimate in milliseconds representing the wall clock time spent on network requests during the current build. It is calculated by comparing the critical path of project executions with and without network requests, converted to wall clock time.

fileDownloadSize

The total number of bytes downloaded for dependencies. It accounts only for the bytes of the files (e.g. POMs, JARs) downloaded and not the total network transfer.

fileDownloadCount

The total number of successfully downloaded files.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency-resolution/file-download-count.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency-resolution/file-download-count.html new file mode 100644 index 000000000..068b3af99 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency-resolution/file-download-count.html @@ -0,0 +1,80 @@ + + + + + fileDownloadCount + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

fileDownloadCount

+
+

Parameters

fileDownloadCount

The total number of successfully downloaded files.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency-resolution/file-download-size.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency-resolution/file-download-size.html new file mode 100644 index 000000000..c956fba46 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency-resolution/file-download-size.html @@ -0,0 +1,80 @@ + + + + + fileDownloadSize + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

fileDownloadSize

+
+

Parameters

fileDownloadSize

The total number of bytes downloaded for dependencies. It accounts only for the bytes of the files (e.g. POMs, JARs) downloaded and not the total network transfer.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency-resolution/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency-resolution/index.html new file mode 100644 index 000000000..9d1cb64ad --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency-resolution/index.html @@ -0,0 +1,198 @@ + + + + + MavenDependencyResolution + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenDependencyResolution

+
data class MavenDependencyResolution(@Json(name = "serialDependencyResolutionTime") val serialDependencyResolutionTime: Long, @Json(name = "networkRequestCount") val networkRequestCount: Long, @Json(name = "serialNetworkRequestTime") val serialNetworkRequestTime: Long, @Json(name = "wallClockNetworkRequestTime") val wallClockNetworkRequestTime: Long, @Json(name = "fileDownloadSize") val fileDownloadSize: Long, @Json(name = "fileDownloadCount") val fileDownloadCount: Long)

Information about dependency resolution.

Parameters

serialDependencyResolutionTime

The total cumulative time, in milliseconds, spent resolving dependencies. The process of resolving a dependency involves fetching metadata from remote repositories, determining the appropriate version to use, and ultimately fetching the dependency artifact.

networkRequestCount

This represents the total count of network requests made during configuration resolution.

serialNetworkRequestTime

The duration in milliseconds representing the sum of times for potentially parallel network requests. It does not reflect wall clock time but offers a rough estimation of network activity.

wallClockNetworkRequestTime

The estimate in milliseconds representing the wall clock time spent on network requests during the current build. It is calculated by comparing the critical path of project executions with and without network requests, converted to wall clock time.

fileDownloadSize

The total number of bytes downloaded for dependencies. It accounts only for the bytes of the files (e.g. POMs, JARs) downloaded and not the total network transfer.

fileDownloadCount

The total number of successfully downloaded files.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "serialDependencyResolutionTime") serialDependencyResolutionTime: Long, @Json(name = "networkRequestCount") networkRequestCount: Long, @Json(name = "serialNetworkRequestTime") serialNetworkRequestTime: Long, @Json(name = "wallClockNetworkRequestTime") wallClockNetworkRequestTime: Long, @Json(name = "fileDownloadSize") fileDownloadSize: Long, @Json(name = "fileDownloadCount") fileDownloadCount: Long)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency-resolution/network-request-count.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency-resolution/network-request-count.html new file mode 100644 index 000000000..64d57258a --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency-resolution/network-request-count.html @@ -0,0 +1,80 @@ + + + + + networkRequestCount + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

networkRequestCount

+
+

Parameters

networkRequestCount

This represents the total count of network requests made during configuration resolution.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency-resolution/serial-dependency-resolution-time.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency-resolution/serial-dependency-resolution-time.html new file mode 100644 index 000000000..d2086e85f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency-resolution/serial-dependency-resolution-time.html @@ -0,0 +1,80 @@ + + + + + serialDependencyResolutionTime + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serialDependencyResolutionTime

+
+

Parameters

serialDependencyResolutionTime

The total cumulative time, in milliseconds, spent resolving dependencies. The process of resolving a dependency involves fetching metadata from remote repositories, determining the appropriate version to use, and ultimately fetching the dependency artifact.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency-resolution/serial-network-request-time.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency-resolution/serial-network-request-time.html new file mode 100644 index 000000000..989ff1b9d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency-resolution/serial-network-request-time.html @@ -0,0 +1,80 @@ + + + + + serialNetworkRequestTime + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serialNetworkRequestTime

+
+

Parameters

serialNetworkRequestTime

The duration in milliseconds representing the sum of times for potentially parallel network requests. It does not reflect wall clock time but offers a rough estimation of network activity.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency-resolution/wall-clock-network-request-time.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency-resolution/wall-clock-network-request-time.html new file mode 100644 index 000000000..a6c591851 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency-resolution/wall-clock-network-request-time.html @@ -0,0 +1,80 @@ + + + + + wallClockNetworkRequestTime + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

wallClockNetworkRequestTime

+
+

Parameters

wallClockNetworkRequestTime

The estimate in milliseconds representing the wall clock time spent on network requests during the current build. It is calculated by comparing the critical path of project executions with and without network requests, converted to wall clock time.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency/-maven-dependency.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency/-maven-dependency.html new file mode 100644 index 000000000..f49fa3976 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency/-maven-dependency.html @@ -0,0 +1,80 @@ + + + + + MavenDependency + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenDependency

+
+
constructor(@Json(name = "scheme") scheme: String, @Json(name = "type") type: String, @Json(name = "name") name: String, @Json(name = "namespace") namespace: String? = null, @Json(name = "version") version: String? = null, @Json(name = "qualifiers") qualifiers: Map<String, String>? = null, @Json(name = "subpath") subpath: String? = null, @Json(name = "purl") purl: String? = null)

Parameters

scheme

The scheme used to identify the dependency.

type

The type of the dependency.

name

The name of the dependency.

namespace

A prefix used to qualify the dependency name.

version

The version of the dependency.

qualifiers

Additional information to qualify the identity of the dependency. The names and their meanings are type-specific.

subpath

Subpath within a dependency.

purl

The package URL identifier for the dependency.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency/index.html new file mode 100644 index 000000000..9f04d4e4b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency/index.html @@ -0,0 +1,228 @@ + + + + + MavenDependency + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenDependency

+
data class MavenDependency(@Json(name = "scheme") val scheme: String, @Json(name = "type") val type: String, @Json(name = "name") val name: String, @Json(name = "namespace") val namespace: String? = null, @Json(name = "version") val version: String? = null, @Json(name = "qualifiers") val qualifiers: Map<String, String>? = null, @Json(name = "subpath") val subpath: String? = null, @Json(name = "purl") val purl: String? = null)

Parameters

scheme

The scheme used to identify the dependency.

type

The type of the dependency.

name

The name of the dependency.

namespace

A prefix used to qualify the dependency name.

version

The version of the dependency.

qualifiers

Additional information to qualify the identity of the dependency. The names and their meanings are type-specific.

subpath

Subpath within a dependency.

purl

The package URL identifier for the dependency.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "scheme") scheme: String, @Json(name = "type") type: String, @Json(name = "name") name: String, @Json(name = "namespace") namespace: String? = null, @Json(name = "version") version: String? = null, @Json(name = "qualifiers") qualifiers: Map<String, String>? = null, @Json(name = "subpath") subpath: String? = null, @Json(name = "purl") purl: String? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val namespace: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val purl: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val qualifiers: Map<String, String>? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val subpath: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val version: String? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency/name.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency/name.html new file mode 100644 index 000000000..8a8e1c643 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency/name.html @@ -0,0 +1,80 @@ + + + + + name + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

name

+
+

Parameters

name

The name of the dependency.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency/namespace.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency/namespace.html new file mode 100644 index 000000000..da466d634 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency/namespace.html @@ -0,0 +1,80 @@ + + + + + namespace + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

namespace

+
+
val namespace: String? = null

Parameters

namespace

A prefix used to qualify the dependency name.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency/purl.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency/purl.html new file mode 100644 index 000000000..34ae964fd --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency/purl.html @@ -0,0 +1,80 @@ + + + + + purl + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

purl

+
+
val purl: String? = null

Parameters

purl

The package URL identifier for the dependency.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency/qualifiers.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency/qualifiers.html new file mode 100644 index 000000000..26d965978 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency/qualifiers.html @@ -0,0 +1,80 @@ + + + + + qualifiers + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

qualifiers

+
+
val qualifiers: Map<String, String>? = null

Parameters

qualifiers

Additional information to qualify the identity of the dependency. The names and their meanings are type-specific.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency/scheme.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency/scheme.html new file mode 100644 index 000000000..839f02fff --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency/scheme.html @@ -0,0 +1,80 @@ + + + + + scheme + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

scheme

+
+

Parameters

scheme

The scheme used to identify the dependency.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency/subpath.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency/subpath.html new file mode 100644 index 000000000..1c8d1b0f2 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency/subpath.html @@ -0,0 +1,80 @@ + + + + + subpath + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

subpath

+
+
val subpath: String? = null

Parameters

subpath

Subpath within a dependency.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency/type.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency/type.html new file mode 100644 index 000000000..61b49d54d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency/type.html @@ -0,0 +1,80 @@ + + + + + type + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

type

+
+

Parameters

type

The type of the dependency.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency/version.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency/version.html new file mode 100644 index 000000000..e9f4ac707 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-dependency/version.html @@ -0,0 +1,80 @@ + + + + + version + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

version

+
+
val version: String? = null

Parameters

version

The version of the dependency.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-develocity-settings/-maven-develocity-settings.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-develocity-settings/-maven-develocity-settings.html new file mode 100644 index 000000000..81b275dee --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-develocity-settings/-maven-develocity-settings.html @@ -0,0 +1,80 @@ + + + + + MavenDevelocitySettings + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenDevelocitySettings

+
+
constructor(@Json(name = "backgroundPublicationEnabled") backgroundPublicationEnabled: Boolean? = null, @Json(name = "buildOutputCapturingEnabled") buildOutputCapturingEnabled: Boolean? = null, @Json(name = "fileFingerprintCapturingEnabled") fileFingerprintCapturingEnabled: Boolean? = null, @Json(name = "goalInputsFileCapturingEnabled") goalInputsFileCapturingEnabled: Boolean? = null, @Json(name = "testOutputCapturingEnabled") testOutputCapturingEnabled: Boolean? = null, @Json(name = "resourceUsageCapturingEnabled") resourceUsageCapturingEnabled: Boolean? = null)

Parameters

backgroundPublicationEnabled

Indicates whether background Build Scan publication is enabled for the build. null if Develocity Maven extension version is <1.6. See https://gradle.com/help/maven-extension-configuring-background-uploading.

buildOutputCapturingEnabled

Indicates whether to capture build logging output for the build. null if Develocity Maven extension version is <1.11. See https://gradle.com/help/maven-extension-capturing-build-and-test-outputs.

fileFingerprintCapturingEnabled

Indicates whether file fingerprint capturing is enabled for the build. null if Develocity Maven extension version is <1.1. See https://docs.gradle.com/enterprise/maven-extension/current/#capturing_goal_input_files.

goalInputsFileCapturingEnabled

Indicates whether to capture goal input file snapshots for the build. null if Develocity Maven extension version is <1.1. See https://gradle.com/help/maven-extension-capturing-goal-input-files. This property is deprecated, use fileFingerprintCapturingEnabled instead.

testOutputCapturingEnabled

Indicates whether to capture test logging output for the build. null if Develocity Maven extension version is <1.11. See https://gradle.com/help/maven-extension-capturing-build-and-test-outputs.

resourceUsageCapturingEnabled

Indicates whether resource usage capturing is enabled for the build. null if Develocity Maven extension version is <1.22. See https://gradle.com/help/maven-extension-capturing-resource-usage.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-develocity-settings/background-publication-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-develocity-settings/background-publication-enabled.html new file mode 100644 index 000000000..e28d3f98e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-develocity-settings/background-publication-enabled.html @@ -0,0 +1,80 @@ + + + + + backgroundPublicationEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

backgroundPublicationEnabled

+
+

Parameters

backgroundPublicationEnabled

Indicates whether background Build Scan publication is enabled for the build. null if Develocity Maven extension version is <1.6. See https://gradle.com/help/maven-extension-configuring-background-uploading.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-develocity-settings/build-output-capturing-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-develocity-settings/build-output-capturing-enabled.html new file mode 100644 index 000000000..61042ccd9 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-develocity-settings/build-output-capturing-enabled.html @@ -0,0 +1,80 @@ + + + + + buildOutputCapturingEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

buildOutputCapturingEnabled

+
+

Parameters

buildOutputCapturingEnabled

Indicates whether to capture build logging output for the build. null if Develocity Maven extension version is <1.11. See https://gradle.com/help/maven-extension-capturing-build-and-test-outputs.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-develocity-settings/file-fingerprint-capturing-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-develocity-settings/file-fingerprint-capturing-enabled.html new file mode 100644 index 000000000..6e8e37bc5 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-develocity-settings/file-fingerprint-capturing-enabled.html @@ -0,0 +1,80 @@ + + + + + fileFingerprintCapturingEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

fileFingerprintCapturingEnabled

+
+

Parameters

fileFingerprintCapturingEnabled

Indicates whether file fingerprint capturing is enabled for the build. null if Develocity Maven extension version is <1.1. See https://docs.gradle.com/enterprise/maven-extension/current/#capturing_goal_input_files.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-develocity-settings/goal-inputs-file-capturing-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-develocity-settings/goal-inputs-file-capturing-enabled.html new file mode 100644 index 000000000..10086f03d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-develocity-settings/goal-inputs-file-capturing-enabled.html @@ -0,0 +1,80 @@ + + + + + goalInputsFileCapturingEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

goalInputsFileCapturingEnabled

+
+

Deprecated

This property is deprecated.

Parameters

goalInputsFileCapturingEnabled

Indicates whether to capture goal input file snapshots for the build. null if Develocity Maven extension version is <1.1. See https://gradle.com/help/maven-extension-capturing-goal-input-files. This property is deprecated, use fileFingerprintCapturingEnabled instead.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-develocity-settings/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-develocity-settings/index.html new file mode 100644 index 000000000..8d57065fc --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-develocity-settings/index.html @@ -0,0 +1,198 @@ + + + + + MavenDevelocitySettings + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenDevelocitySettings

+
data class MavenDevelocitySettings(@Json(name = "backgroundPublicationEnabled") val backgroundPublicationEnabled: Boolean? = null, @Json(name = "buildOutputCapturingEnabled") val buildOutputCapturingEnabled: Boolean? = null, @Json(name = "fileFingerprintCapturingEnabled") val fileFingerprintCapturingEnabled: Boolean? = null, @Json(name = "goalInputsFileCapturingEnabled") val goalInputsFileCapturingEnabled: Boolean? = null, @Json(name = "testOutputCapturingEnabled") val testOutputCapturingEnabled: Boolean? = null, @Json(name = "resourceUsageCapturingEnabled") val resourceUsageCapturingEnabled: Boolean? = null)

Settings for Develocity.

Parameters

backgroundPublicationEnabled

Indicates whether background Build Scan publication is enabled for the build. null if Develocity Maven extension version is <1.6. See https://gradle.com/help/maven-extension-configuring-background-uploading.

buildOutputCapturingEnabled

Indicates whether to capture build logging output for the build. null if Develocity Maven extension version is <1.11. See https://gradle.com/help/maven-extension-capturing-build-and-test-outputs.

fileFingerprintCapturingEnabled

Indicates whether file fingerprint capturing is enabled for the build. null if Develocity Maven extension version is <1.1. See https://docs.gradle.com/enterprise/maven-extension/current/#capturing_goal_input_files.

goalInputsFileCapturingEnabled

Indicates whether to capture goal input file snapshots for the build. null if Develocity Maven extension version is <1.1. See https://gradle.com/help/maven-extension-capturing-goal-input-files. This property is deprecated, use fileFingerprintCapturingEnabled instead.

testOutputCapturingEnabled

Indicates whether to capture test logging output for the build. null if Develocity Maven extension version is <1.11. See https://gradle.com/help/maven-extension-capturing-build-and-test-outputs.

resourceUsageCapturingEnabled

Indicates whether resource usage capturing is enabled for the build. null if Develocity Maven extension version is <1.22. See https://gradle.com/help/maven-extension-capturing-resource-usage.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "backgroundPublicationEnabled") backgroundPublicationEnabled: Boolean? = null, @Json(name = "buildOutputCapturingEnabled") buildOutputCapturingEnabled: Boolean? = null, @Json(name = "fileFingerprintCapturingEnabled") fileFingerprintCapturingEnabled: Boolean? = null, @Json(name = "goalInputsFileCapturingEnabled") goalInputsFileCapturingEnabled: Boolean? = null, @Json(name = "testOutputCapturingEnabled") testOutputCapturingEnabled: Boolean? = null, @Json(name = "resourceUsageCapturingEnabled") resourceUsageCapturingEnabled: Boolean? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-develocity-settings/resource-usage-capturing-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-develocity-settings/resource-usage-capturing-enabled.html new file mode 100644 index 000000000..fc771471e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-develocity-settings/resource-usage-capturing-enabled.html @@ -0,0 +1,80 @@ + + + + + resourceUsageCapturingEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

resourceUsageCapturingEnabled

+
+

Parameters

resourceUsageCapturingEnabled

Indicates whether resource usage capturing is enabled for the build. null if Develocity Maven extension version is <1.22. See https://gradle.com/help/maven-extension-capturing-resource-usage.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-develocity-settings/test-output-capturing-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-develocity-settings/test-output-capturing-enabled.html new file mode 100644 index 000000000..48a7ae036 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-develocity-settings/test-output-capturing-enabled.html @@ -0,0 +1,80 @@ + + + + + testOutputCapturingEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

testOutputCapturingEnabled

+
+

Parameters

testOutputCapturingEnabled

Indicates whether to capture test logging output for the build. null if Develocity Maven extension version is <1.11. See https://gradle.com/help/maven-extension-capturing-build-and-test-outputs.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-gradle-enterprise-settings/-maven-gradle-enterprise-settings.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-gradle-enterprise-settings/-maven-gradle-enterprise-settings.html new file mode 100644 index 000000000..7b879faf2 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-gradle-enterprise-settings/-maven-gradle-enterprise-settings.html @@ -0,0 +1,80 @@ + + + + + MavenGradleEnterpriseSettings + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenGradleEnterpriseSettings

+
+
constructor(@Json(name = "backgroundPublicationEnabled") backgroundPublicationEnabled: Boolean? = null, @Json(name = "buildOutputCapturingEnabled") buildOutputCapturingEnabled: Boolean? = null, @Json(name = "goalInputsFileCapturingEnabled") goalInputsFileCapturingEnabled: Boolean? = null, @Json(name = "testOutputCapturingEnabled") testOutputCapturingEnabled: Boolean? = null, @Json(name = "resourceUsageCapturingEnabled") resourceUsageCapturingEnabled: Boolean? = null)

Parameters

backgroundPublicationEnabled

Indicates whether background Build Scan publication is enabled for the build. null if Develocity Maven extension version is <1.6. See https://gradle.com/help/maven-extension-configuring-background-uploading.

buildOutputCapturingEnabled

Indicates whether to capture build logging output for the build. null if Develocity Maven extension version is <1.11. See https://gradle.com/help/maven-extension-capturing-build-and-test-outputs.

goalInputsFileCapturingEnabled

Indicates whether to capture goal input file snapshots for the build. null if Develocity Maven extension version is <1.1. See https://gradle.com/help/maven-extension-capturing-goal-input-files.

testOutputCapturingEnabled

Indicates whether to capture test logging output for the build. null if Develocity Maven extension version is <1.11. See https://gradle.com/help/maven-extension-capturing-build-and-test-outputs.

resourceUsageCapturingEnabled

Indicates whether resource usage capturing is enabled for the build. null if Develocity Maven extension version is <1.22. See https://gradle.com/help/maven-extension-capturing-resource-usage.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-gradle-enterprise-settings/background-publication-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-gradle-enterprise-settings/background-publication-enabled.html new file mode 100644 index 000000000..30cf9e968 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-gradle-enterprise-settings/background-publication-enabled.html @@ -0,0 +1,80 @@ + + + + + backgroundPublicationEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

backgroundPublicationEnabled

+
+

Parameters

backgroundPublicationEnabled

Indicates whether background Build Scan publication is enabled for the build. null if Develocity Maven extension version is <1.6. See https://gradle.com/help/maven-extension-configuring-background-uploading.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-gradle-enterprise-settings/build-output-capturing-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-gradle-enterprise-settings/build-output-capturing-enabled.html new file mode 100644 index 000000000..b0d64153c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-gradle-enterprise-settings/build-output-capturing-enabled.html @@ -0,0 +1,80 @@ + + + + + buildOutputCapturingEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

buildOutputCapturingEnabled

+
+

Parameters

buildOutputCapturingEnabled

Indicates whether to capture build logging output for the build. null if Develocity Maven extension version is <1.11. See https://gradle.com/help/maven-extension-capturing-build-and-test-outputs.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-gradle-enterprise-settings/goal-inputs-file-capturing-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-gradle-enterprise-settings/goal-inputs-file-capturing-enabled.html new file mode 100644 index 000000000..5b4df8ebf --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-gradle-enterprise-settings/goal-inputs-file-capturing-enabled.html @@ -0,0 +1,80 @@ + + + + + goalInputsFileCapturingEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

goalInputsFileCapturingEnabled

+
+

Parameters

goalInputsFileCapturingEnabled

Indicates whether to capture goal input file snapshots for the build. null if Develocity Maven extension version is <1.1. See https://gradle.com/help/maven-extension-capturing-goal-input-files.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-gradle-enterprise-settings/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-gradle-enterprise-settings/index.html new file mode 100644 index 000000000..f9eac2472 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-gradle-enterprise-settings/index.html @@ -0,0 +1,183 @@ + + + + + MavenGradleEnterpriseSettings + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenGradleEnterpriseSettings

+
data class MavenGradleEnterpriseSettings(@Json(name = "backgroundPublicationEnabled") val backgroundPublicationEnabled: Boolean? = null, @Json(name = "buildOutputCapturingEnabled") val buildOutputCapturingEnabled: Boolean? = null, @Json(name = "goalInputsFileCapturingEnabled") val goalInputsFileCapturingEnabled: Boolean? = null, @Json(name = "testOutputCapturingEnabled") val testOutputCapturingEnabled: Boolean? = null, @Json(name = "resourceUsageCapturingEnabled") val resourceUsageCapturingEnabled: Boolean? = null)

Deprecated

This schema is deprecated.

This property is deprecated, use develocitySettings instead. Settings for Develocity.

Parameters

backgroundPublicationEnabled

Indicates whether background Build Scan publication is enabled for the build. null if Develocity Maven extension version is <1.6. See https://gradle.com/help/maven-extension-configuring-background-uploading.

buildOutputCapturingEnabled

Indicates whether to capture build logging output for the build. null if Develocity Maven extension version is <1.11. See https://gradle.com/help/maven-extension-capturing-build-and-test-outputs.

goalInputsFileCapturingEnabled

Indicates whether to capture goal input file snapshots for the build. null if Develocity Maven extension version is <1.1. See https://gradle.com/help/maven-extension-capturing-goal-input-files.

testOutputCapturingEnabled

Indicates whether to capture test logging output for the build. null if Develocity Maven extension version is <1.11. See https://gradle.com/help/maven-extension-capturing-build-and-test-outputs.

resourceUsageCapturingEnabled

Indicates whether resource usage capturing is enabled for the build. null if Develocity Maven extension version is <1.22. See https://gradle.com/help/maven-extension-capturing-resource-usage.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "backgroundPublicationEnabled") backgroundPublicationEnabled: Boolean? = null, @Json(name = "buildOutputCapturingEnabled") buildOutputCapturingEnabled: Boolean? = null, @Json(name = "goalInputsFileCapturingEnabled") goalInputsFileCapturingEnabled: Boolean? = null, @Json(name = "testOutputCapturingEnabled") testOutputCapturingEnabled: Boolean? = null, @Json(name = "resourceUsageCapturingEnabled") resourceUsageCapturingEnabled: Boolean? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-gradle-enterprise-settings/resource-usage-capturing-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-gradle-enterprise-settings/resource-usage-capturing-enabled.html new file mode 100644 index 000000000..9a5cb70f2 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-gradle-enterprise-settings/resource-usage-capturing-enabled.html @@ -0,0 +1,80 @@ + + + + + resourceUsageCapturingEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

resourceUsageCapturingEnabled

+
+

Parameters

resourceUsageCapturingEnabled

Indicates whether resource usage capturing is enabled for the build. null if Develocity Maven extension version is <1.22. See https://gradle.com/help/maven-extension-capturing-resource-usage.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-gradle-enterprise-settings/test-output-capturing-enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-gradle-enterprise-settings/test-output-capturing-enabled.html new file mode 100644 index 000000000..c5f8d7790 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-gradle-enterprise-settings/test-output-capturing-enabled.html @@ -0,0 +1,80 @@ + + + + + testOutputCapturingEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

testOutputCapturingEnabled

+
+

Parameters

testOutputCapturingEnabled

Indicates whether to capture test logging output for the build. null if Develocity Maven extension version is <1.11. See https://gradle.com/help/maven-extension-capturing-build-and-test-outputs.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-module/-maven-module.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-module/-maven-module.html new file mode 100644 index 000000000..41048fe53 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-module/-maven-module.html @@ -0,0 +1,80 @@ + + + + + MavenModule + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenModule

+
+
constructor(@Json(name = "name") name: String, @Json(name = "groupId") groupId: String, @Json(name = "artifactId") artifactId: String, @Json(name = "version") version: String, @Json(name = "parent") parent: Int? = null)

Parameters

name

The name of the module.

groupId

The group ID of the module.

artifactId

The artifact ID of the module.

version

The version of the module.

parent

The index of the parent of this Maven module in the MavenModules array. null if this module has no parent (i.e. top level project).

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-module/artifact-id.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-module/artifact-id.html new file mode 100644 index 000000000..381bbd6f2 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-module/artifact-id.html @@ -0,0 +1,80 @@ + + + + + artifactId + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

artifactId

+
+

Parameters

artifactId

The artifact ID of the module.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-module/group-id.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-module/group-id.html new file mode 100644 index 000000000..5c6699b35 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-module/group-id.html @@ -0,0 +1,80 @@ + + + + + groupId + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

groupId

+
+

Parameters

groupId

The group ID of the module.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-module/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-module/index.html new file mode 100644 index 000000000..a5d3d6099 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-module/index.html @@ -0,0 +1,183 @@ + + + + + MavenModule + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenModule

+
data class MavenModule(@Json(name = "name") val name: String, @Json(name = "groupId") val groupId: String, @Json(name = "artifactId") val artifactId: String, @Json(name = "version") val version: String, @Json(name = "parent") val parent: Int? = null)

A Maven module.

Parameters

name

The name of the module.

groupId

The group ID of the module.

artifactId

The artifact ID of the module.

version

The version of the module.

parent

The index of the parent of this Maven module in the MavenModules array. null if this module has no parent (i.e. top level project).

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "name") name: String, @Json(name = "groupId") groupId: String, @Json(name = "artifactId") artifactId: String, @Json(name = "version") version: String, @Json(name = "parent") parent: Int? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val parent: Int? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-module/name.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-module/name.html new file mode 100644 index 000000000..1ba904c5f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-module/name.html @@ -0,0 +1,80 @@ + + + + + name + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

name

+
+

Parameters

name

The name of the module.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-module/parent.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-module/parent.html new file mode 100644 index 000000000..97e7fbb06 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-module/parent.html @@ -0,0 +1,80 @@ + + + + + parent + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

parent

+
+
val parent: Int? = null

Parameters

parent

The index of the parent of this Maven module in the MavenModules array. null if this module has no parent (i.e. top level project).

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-module/version.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-module/version.html new file mode 100644 index 000000000..8a0ce946b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-module/version.html @@ -0,0 +1,80 @@ + + + + + version + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

version

+
+

Parameters

version

The version of the module.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugin/-maven-plugin.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugin/-maven-plugin.html new file mode 100644 index 000000000..a2c162a3e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugin/-maven-plugin.html @@ -0,0 +1,80 @@ + + + + + MavenPlugin + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenPlugin

+
+
constructor(@Json(name = "groupId") groupId: String, @Json(name = "artifactId") artifactId: String, @Json(name = "version") version: String, @Json(name = "executedGoals") executedGoals: List<String>, @Json(name = "modules") modules: List<String>, @Json(name = "name") name: String? = null, @Json(name = "goalPrefix") goalPrefix: String? = null, @Json(name = "requiredMavenVersion") requiredMavenVersion: String? = null)

Parameters

groupId

The plugin group ID.

artifactId

The plugin artifact ID.

version

The plugin version.

executedGoals

The list of executed plugin goals. May be empty if none of the plugin goals are executed in this build.

modules

The list of short form coordinates of the modules where the plugin is applied, in the format groupId:artifactId.

name

The name of the plugin. May be null in cases where this is not defined or captured.

goalPrefix

The prefix defined by the plugin for its goals. Can be null if not specified by the plugin.

requiredMavenVersion

The required Maven version for the plugin. Can be null if not specified by the plugin.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugin/artifact-id.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugin/artifact-id.html new file mode 100644 index 000000000..5efa3fe8d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugin/artifact-id.html @@ -0,0 +1,80 @@ + + + + + artifactId + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

artifactId

+
+

Parameters

artifactId

The plugin artifact ID.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugin/executed-goals.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugin/executed-goals.html new file mode 100644 index 000000000..d0c1811b1 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugin/executed-goals.html @@ -0,0 +1,80 @@ + + + + + executedGoals + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

executedGoals

+
+

Parameters

executedGoals

The list of executed plugin goals. May be empty if none of the plugin goals are executed in this build.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugin/goal-prefix.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugin/goal-prefix.html new file mode 100644 index 000000000..452c209ce --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugin/goal-prefix.html @@ -0,0 +1,80 @@ + + + + + goalPrefix + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

goalPrefix

+
+
val goalPrefix: String? = null

Parameters

goalPrefix

The prefix defined by the plugin for its goals. Can be null if not specified by the plugin.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugin/group-id.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugin/group-id.html new file mode 100644 index 000000000..66eaebe49 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugin/group-id.html @@ -0,0 +1,80 @@ + + + + + groupId + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

groupId

+
+

Parameters

groupId

The plugin group ID.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugin/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugin/index.html new file mode 100644 index 000000000..81e29237a --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugin/index.html @@ -0,0 +1,228 @@ + + + + + MavenPlugin + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenPlugin

+
data class MavenPlugin(@Json(name = "groupId") val groupId: String, @Json(name = "artifactId") val artifactId: String, @Json(name = "version") val version: String, @Json(name = "executedGoals") val executedGoals: List<String>, @Json(name = "modules") val modules: List<String>, @Json(name = "name") val name: String? = null, @Json(name = "goalPrefix") val goalPrefix: String? = null, @Json(name = "requiredMavenVersion") val requiredMavenVersion: String? = null)

Parameters

groupId

The plugin group ID.

artifactId

The plugin artifact ID.

version

The plugin version.

executedGoals

The list of executed plugin goals. May be empty if none of the plugin goals are executed in this build.

modules

The list of short form coordinates of the modules where the plugin is applied, in the format groupId:artifactId.

name

The name of the plugin. May be null in cases where this is not defined or captured.

goalPrefix

The prefix defined by the plugin for its goals. Can be null if not specified by the plugin.

requiredMavenVersion

The required Maven version for the plugin. Can be null if not specified by the plugin.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "groupId") groupId: String, @Json(name = "artifactId") artifactId: String, @Json(name = "version") version: String, @Json(name = "executedGoals") executedGoals: List<String>, @Json(name = "modules") modules: List<String>, @Json(name = "name") name: String? = null, @Json(name = "goalPrefix") goalPrefix: String? = null, @Json(name = "requiredMavenVersion") requiredMavenVersion: String? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val goalPrefix: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val name: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugin/modules.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugin/modules.html new file mode 100644 index 000000000..13df65cce --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugin/modules.html @@ -0,0 +1,80 @@ + + + + + modules + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

modules

+
+

Parameters

modules

The list of short form coordinates of the modules where the plugin is applied, in the format groupId:artifactId.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugin/name.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugin/name.html new file mode 100644 index 000000000..e365c6215 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugin/name.html @@ -0,0 +1,80 @@ + + + + + name + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

name

+
+
val name: String? = null

Parameters

name

The name of the plugin. May be null in cases where this is not defined or captured.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugin/required-maven-version.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugin/required-maven-version.html new file mode 100644 index 000000000..0f2ac4d83 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugin/required-maven-version.html @@ -0,0 +1,80 @@ + + + + + requiredMavenVersion + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

requiredMavenVersion

+
+

Parameters

requiredMavenVersion

The required Maven version for the plugin. Can be null if not specified by the plugin.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugin/version.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugin/version.html new file mode 100644 index 000000000..fa90b4412 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugin/version.html @@ -0,0 +1,80 @@ + + + + + version + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

version

+
+

Parameters

version

The plugin version.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugins/-maven-plugins.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugins/-maven-plugins.html new file mode 100644 index 000000000..e844903d4 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugins/-maven-plugins.html @@ -0,0 +1,80 @@ + + + + + MavenPlugins + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenPlugins

+
+
constructor(@Json(name = "plugins") plugins: List<MavenPlugin>? = null)

Parameters

plugins

A list of applied plugins in a Maven build.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugins/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugins/index.html new file mode 100644 index 000000000..f412e1767 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugins/index.html @@ -0,0 +1,123 @@ + + + + + MavenPlugins + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenPlugins

+
data class MavenPlugins(@Json(name = "plugins") val plugins: List<MavenPlugin>? = null)

Parameters

plugins

A list of applied plugins in a Maven build.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "plugins") plugins: List<MavenPlugin>? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val plugins: List<MavenPlugin>? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugins/plugins.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugins/plugins.html new file mode 100644 index 000000000..313b7df9c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-plugins/plugins.html @@ -0,0 +1,80 @@ + + + + + plugins + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

plugins

+
+
val plugins: List<MavenPlugin>? = null

Parameters

plugins

A list of applied plugins in a Maven build.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-resource-usage/-maven-resource-usage.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-resource-usage/-maven-resource-usage.html new file mode 100644 index 000000000..6db0d2374 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-resource-usage/-maven-resource-usage.html @@ -0,0 +1,80 @@ + + + + + MavenResourceUsage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenResourceUsage

+
+
constructor(@Json(name = "totalMemory") totalMemory: Long? = null, @Json(name = "total") total: ResourceUsageBreakdown? = null, @Json(name = "nonExecution") nonExecution: ResourceUsageBreakdown? = null, @Json(name = "execution") execution: ResourceUsageBreakdown? = null)

Parameters

totalMemory

The physical memory of the system in bytes. Can be null if the metrics could not be captured.

total
nonExecution
execution
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-resource-usage/execution.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-resource-usage/execution.html new file mode 100644 index 000000000..017960338 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-resource-usage/execution.html @@ -0,0 +1,80 @@ + + + + + execution + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

execution

+
+

Parameters

execution
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-resource-usage/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-resource-usage/index.html new file mode 100644 index 000000000..ade455d55 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-resource-usage/index.html @@ -0,0 +1,168 @@ + + + + + MavenResourceUsage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenResourceUsage

+
data class MavenResourceUsage(@Json(name = "totalMemory") val totalMemory: Long? = null, @Json(name = "total") val total: ResourceUsageBreakdown? = null, @Json(name = "nonExecution") val nonExecution: ResourceUsageBreakdown? = null, @Json(name = "execution") val execution: ResourceUsageBreakdown? = null)

Parameters

totalMemory

The physical memory of the system in bytes. Can be null if the metrics could not be captured.

total
nonExecution
execution
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "totalMemory") totalMemory: Long? = null, @Json(name = "total") total: ResourceUsageBreakdown? = null, @Json(name = "nonExecution") nonExecution: ResourceUsageBreakdown? = null, @Json(name = "execution") execution: ResourceUsageBreakdown? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val totalMemory: Long? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-resource-usage/non-execution.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-resource-usage/non-execution.html new file mode 100644 index 000000000..7fc75030e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-resource-usage/non-execution.html @@ -0,0 +1,80 @@ + + + + + nonExecution + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

nonExecution

+
+

Parameters

nonExecution
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-resource-usage/total-memory.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-resource-usage/total-memory.html new file mode 100644 index 000000000..2803e31bf --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-resource-usage/total-memory.html @@ -0,0 +1,80 @@ + + + + + totalMemory + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

totalMemory

+
+
val totalMemory: Long? = null

Parameters

totalMemory

The physical memory of the system in bytes. Can be null if the metrics could not be captured.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-resource-usage/total.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-resource-usage/total.html new file mode 100644 index 000000000..c102bbe07 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-resource-usage/total.html @@ -0,0 +1,80 @@ + + + + + total + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

total

+
+

Parameters

total
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-test-performance/-maven-test-performance.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-test-performance/-maven-test-performance.html new file mode 100644 index 000000000..c45369923 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-test-performance/-maven-test-performance.html @@ -0,0 +1,80 @@ + + + + + MavenTestPerformance + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenTestPerformance

+
+
constructor(@Json(name = "tests") tests: BuildTestPerformanceTests, @Json(name = "serialTestGoalsExecutionTime") serialTestGoalsExecutionTime: Long, @Json(name = "testAcceleration") testAcceleration: TestPerformanceBuildTestAcceleration, @Json(name = "testGoals") testGoals: List<TestPerformanceGoal>)

Parameters

tests
serialTestGoalsExecutionTime

The sum of the serial execution times in millis of test goals run in the build.

testAcceleration
testGoals
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-test-performance/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-test-performance/index.html new file mode 100644 index 000000000..fc9fde3f9 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-test-performance/index.html @@ -0,0 +1,168 @@ + + + + + MavenTestPerformance + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenTestPerformance

+
data class MavenTestPerformance(@Json(name = "tests") val tests: BuildTestPerformanceTests, @Json(name = "serialTestGoalsExecutionTime") val serialTestGoalsExecutionTime: Long, @Json(name = "testAcceleration") val testAcceleration: TestPerformanceBuildTestAcceleration, @Json(name = "testGoals") val testGoals: List<TestPerformanceGoal>)

Test performance metrics of a Maven build.

Parameters

tests
serialTestGoalsExecutionTime

The sum of the serial execution times in millis of test goals run in the build.

testAcceleration
testGoals
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "tests") tests: BuildTestPerformanceTests, @Json(name = "serialTestGoalsExecutionTime") serialTestGoalsExecutionTime: Long, @Json(name = "testAcceleration") testAcceleration: TestPerformanceBuildTestAcceleration, @Json(name = "testGoals") testGoals: List<TestPerformanceGoal>)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-test-performance/serial-test-goals-execution-time.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-test-performance/serial-test-goals-execution-time.html new file mode 100644 index 000000000..a85e516e3 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-test-performance/serial-test-goals-execution-time.html @@ -0,0 +1,80 @@ + + + + + serialTestGoalsExecutionTime + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serialTestGoalsExecutionTime

+
+

Parameters

serialTestGoalsExecutionTime

The sum of the serial execution times in millis of test goals run in the build.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-test-performance/test-acceleration.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-test-performance/test-acceleration.html new file mode 100644 index 000000000..e03903632 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-test-performance/test-acceleration.html @@ -0,0 +1,80 @@ + + + + + testAcceleration + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

testAcceleration

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-test-performance/test-goals.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-test-performance/test-goals.html new file mode 100644 index 000000000..a5b9410d6 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-test-performance/test-goals.html @@ -0,0 +1,80 @@ + + + + + testGoals + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

testGoals

+
+

Parameters

testGoals
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-test-performance/tests.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-test-performance/tests.html new file mode 100644 index 000000000..114080231 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-test-performance/tests.html @@ -0,0 +1,80 @@ + + + + + tests + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

tests

+
+

Parameters

tests
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-work-unit/-maven-work-unit.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-work-unit/-maven-work-unit.html new file mode 100644 index 000000000..64ea4e593 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-work-unit/-maven-work-unit.html @@ -0,0 +1,80 @@ + + + + + MavenWorkUnit + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenWorkUnit

+
+
constructor(@Json(name = "groupId") groupId: String, @Json(name = "artifactId") artifactId: String, @Json(name = "goalName") goalName: String, @Json(name = "executionId") executionId: String)

Parameters

groupId

The Maven groupId.

artifactId

The Maven artifactId.

goalName

The Maven goal name.

executionId

The execution id of the goal.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-work-unit/artifact-id.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-work-unit/artifact-id.html new file mode 100644 index 000000000..6b20fb32f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-work-unit/artifact-id.html @@ -0,0 +1,80 @@ + + + + + artifactId + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

artifactId

+
+

Parameters

artifactId

The Maven artifactId.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-work-unit/execution-id.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-work-unit/execution-id.html new file mode 100644 index 000000000..4fdf606e8 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-work-unit/execution-id.html @@ -0,0 +1,80 @@ + + + + + executionId + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

executionId

+
+

Parameters

executionId

The execution id of the goal.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-work-unit/goal-name.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-work-unit/goal-name.html new file mode 100644 index 000000000..2e35522ec --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-work-unit/goal-name.html @@ -0,0 +1,80 @@ + + + + + goalName + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

goalName

+
+

Parameters

goalName

The Maven goal name.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-work-unit/group-id.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-work-unit/group-id.html new file mode 100644 index 000000000..711f32de4 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-work-unit/group-id.html @@ -0,0 +1,80 @@ + + + + + groupId + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

groupId

+
+

Parameters

groupId

The Maven groupId.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-maven-work-unit/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-maven-work-unit/index.html new file mode 100644 index 000000000..a224bd043 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-maven-work-unit/index.html @@ -0,0 +1,168 @@ + + + + + MavenWorkUnit + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MavenWorkUnit

+
data class MavenWorkUnit(@Json(name = "groupId") val groupId: String, @Json(name = "artifactId") val artifactId: String, @Json(name = "goalName") val goalName: String, @Json(name = "executionId") val executionId: String)

A Maven work unit.

Parameters

groupId

The Maven groupId.

artifactId

The Maven artifactId.

goalName

The Maven goal name.

executionId

The execution id of the goal.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "groupId") groupId: String, @Json(name = "artifactId") artifactId: String, @Json(name = "goalName") goalName: String, @Json(name = "executionId") executionId: String)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-memory-pool-usage/-memory-pool-usage.html b/docs/library/com.gabrielfeo.develocity.api.model/-memory-pool-usage/-memory-pool-usage.html new file mode 100644 index 000000000..f17a0efa2 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-memory-pool-usage/-memory-pool-usage.html @@ -0,0 +1,80 @@ + + + + + MemoryPoolUsage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MemoryPoolUsage

+
+
constructor(@Json(name = "name") name: String, @Json(name = "peakMemory") peakMemory: Long, @Json(name = "maxMemory") maxMemory: Long)

Parameters

name

The name of the memory pool.

peakMemory

The peak memory usage of this memory pool while running the build, in bytes.

maxMemory

The maximum amount of memory in bytes that can be used for memory management. -1 if the maximum memory size is undefined.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-memory-pool-usage/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-memory-pool-usage/index.html new file mode 100644 index 000000000..b022158bc --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-memory-pool-usage/index.html @@ -0,0 +1,153 @@ + + + + + MemoryPoolUsage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MemoryPoolUsage

+
data class MemoryPoolUsage(@Json(name = "name") val name: String, @Json(name = "peakMemory") val peakMemory: Long, @Json(name = "maxMemory") val maxMemory: Long)

Memory usage of a JVM memory pool.

Parameters

name

The name of the memory pool.

peakMemory

The peak memory usage of this memory pool while running the build, in bytes.

maxMemory

The maximum amount of memory in bytes that can be used for memory management. -1 if the maximum memory size is undefined.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "name") name: String, @Json(name = "peakMemory") peakMemory: Long, @Json(name = "maxMemory") maxMemory: Long)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-memory-pool-usage/max-memory.html b/docs/library/com.gabrielfeo.develocity.api.model/-memory-pool-usage/max-memory.html new file mode 100644 index 000000000..4a9923d6c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-memory-pool-usage/max-memory.html @@ -0,0 +1,80 @@ + + + + + maxMemory + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

maxMemory

+
+

Parameters

maxMemory

The maximum amount of memory in bytes that can be used for memory management. -1 if the maximum memory size is undefined.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-memory-pool-usage/name.html b/docs/library/com.gabrielfeo.develocity.api.model/-memory-pool-usage/name.html new file mode 100644 index 000000000..04914a4fe --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-memory-pool-usage/name.html @@ -0,0 +1,80 @@ + + + + + name + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

name

+
+

Parameters

name

The name of the memory pool.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-memory-pool-usage/peak-memory.html b/docs/library/com.gabrielfeo.develocity.api.model/-memory-pool-usage/peak-memory.html new file mode 100644 index 000000000..5319c4195 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-memory-pool-usage/peak-memory.html @@ -0,0 +1,80 @@ + + + + + peakMemory + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

peakMemory

+
+

Parameters

peakMemory

The peak memory usage of this memory pool while running the build, in bytes.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-node-configuration/-node-configuration.html b/docs/library/com.gabrielfeo.develocity.api.model/-node-configuration/-node-configuration.html new file mode 100644 index 000000000..5d39dd9ce --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-node-configuration/-node-configuration.html @@ -0,0 +1,80 @@ + + + + + NodeConfiguration + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

NodeConfiguration

+
+
constructor(@Json(name = "enabled") enabled: Boolean, @Json(name = "replication") replication: ReplicationConfiguration? = null)

Parameters

enabled

Indicates if the Build Cache Node is enabled.

replication
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-node-configuration/enabled.html b/docs/library/com.gabrielfeo.develocity.api.model/-node-configuration/enabled.html new file mode 100644 index 000000000..151ae835f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-node-configuration/enabled.html @@ -0,0 +1,80 @@ + + + + + enabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

enabled

+
+

Parameters

enabled

Indicates if the Build Cache Node is enabled.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-node-configuration/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-node-configuration/index.html new file mode 100644 index 000000000..8defd8889 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-node-configuration/index.html @@ -0,0 +1,138 @@ + + + + + NodeConfiguration + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

NodeConfiguration

+
data class NodeConfiguration(@Json(name = "enabled") val enabled: Boolean, @Json(name = "replication") val replication: ReplicationConfiguration? = null)

A Build Cache Node configuration description.

Parameters

enabled

Indicates if the Build Cache Node is enabled.

replication
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "enabled") enabled: Boolean, @Json(name = "replication") replication: ReplicationConfiguration? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-node-configuration/replication.html b/docs/library/com.gabrielfeo.develocity.api.model/-node-configuration/replication.html new file mode 100644 index 000000000..5d5f2d5e4 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-node-configuration/replication.html @@ -0,0 +1,80 @@ + + + + + replication + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

replication

+
+

Parameters

replication
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/-npm-attributes.html b/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/-npm-attributes.html new file mode 100644 index 000000000..aebe59077 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/-npm-attributes.html @@ -0,0 +1,80 @@ + + + + + NpmAttributes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

NpmAttributes

+
+
constructor(@Json(name = "id") id: String, @Json(name = "buildStartTime") buildStartTime: Long, @Json(name = "buildDuration") buildDuration: Long, @Json(name = "npmVersion") npmVersion: String, @Json(name = "npmAgentVersion") npmAgentVersion: String, @Json(name = "command") command: NpmCommand, @Json(name = "links") links: List<BuildAttributesLink>, @Json(name = "tags") tags: List<String>, @Json(name = "values") propertyValues: List<BuildAttributesValue>, @Json(name = "exitCode") exitCode: Int? = null, @Json(name = "nodejsVersion") nodejsVersion: String? = null, @Json(name = "user") user: String? = null, @Json(name = "host") host: String? = null)

Parameters

id

The Build Scan ID.

buildStartTime

The time when the build starts, as milliseconds since Epoch.

buildDuration

The duration of the build, as milliseconds.

npmVersion

The npm version used.

npmAgentVersion

The version of the Develocity npm agent.

command
links

The list of Build Scan links.

tags

The list of Build Scan tags.

propertyValues

The list of Build Scan values.

exitCode

The exit code of the npm process.

nodejsVersion

The Node.js version used.

user

The username of the user that ran the build.

host

The hostname of the user that ran the build, if set.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/build-duration.html b/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/build-duration.html new file mode 100644 index 000000000..c748cd41c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/build-duration.html @@ -0,0 +1,80 @@ + + + + + buildDuration + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

buildDuration

+
+

Parameters

buildDuration

The duration of the build, as milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/build-start-time.html b/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/build-start-time.html new file mode 100644 index 000000000..b28ea51b2 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/build-start-time.html @@ -0,0 +1,80 @@ + + + + + buildStartTime + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

buildStartTime

+
+

Parameters

buildStartTime

The time when the build starts, as milliseconds since Epoch.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/command.html b/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/command.html new file mode 100644 index 000000000..614dad707 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/command.html @@ -0,0 +1,80 @@ + + + + + command + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

command

+
+

Parameters

command
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/exit-code.html b/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/exit-code.html new file mode 100644 index 000000000..fd682f1ac --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/exit-code.html @@ -0,0 +1,80 @@ + + + + + exitCode + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

exitCode

+
+
val exitCode: Int? = null

Parameters

exitCode

The exit code of the npm process.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/host.html b/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/host.html new file mode 100644 index 000000000..a1fc5388e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/host.html @@ -0,0 +1,80 @@ + + + + + host + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

host

+
+
val host: String? = null

Parameters

host

The hostname of the user that ran the build, if set.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/id.html b/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/id.html new file mode 100644 index 000000000..4b4dfc6f3 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/id.html @@ -0,0 +1,80 @@ + + + + + id + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

id

+
+
val id: String

Parameters

id

The Build Scan ID.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/index.html new file mode 100644 index 000000000..5a26f6322 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/index.html @@ -0,0 +1,303 @@ + + + + + NpmAttributes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

NpmAttributes

+
data class NpmAttributes(@Json(name = "id") val id: String, @Json(name = "buildStartTime") val buildStartTime: Long, @Json(name = "buildDuration") val buildDuration: Long, @Json(name = "npmVersion") val npmVersion: String, @Json(name = "npmAgentVersion") val npmAgentVersion: String, @Json(name = "command") val command: NpmCommand, @Json(name = "links") val links: List<BuildAttributesLink>, @Json(name = "tags") val tags: List<String>, @Json(name = "values") val propertyValues: List<BuildAttributesValue>, @Json(name = "exitCode") val exitCode: Int? = null, @Json(name = "nodejsVersion") val nodejsVersion: String? = null, @Json(name = "user") val user: String? = null, @Json(name = "host") val host: String? = null)

The attributes of an npm build.

Parameters

id

The Build Scan ID.

buildStartTime

The time when the build starts, as milliseconds since Epoch.

buildDuration

The duration of the build, as milliseconds.

npmVersion

The npm version used.

npmAgentVersion

The version of the Develocity npm agent.

command
links

The list of Build Scan links.

tags

The list of Build Scan tags.

propertyValues

The list of Build Scan values.

exitCode

The exit code of the npm process.

nodejsVersion

The Node.js version used.

user

The username of the user that ran the build.

host

The hostname of the user that ran the build, if set.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "id") id: String, @Json(name = "buildStartTime") buildStartTime: Long, @Json(name = "buildDuration") buildDuration: Long, @Json(name = "npmVersion") npmVersion: String, @Json(name = "npmAgentVersion") npmAgentVersion: String, @Json(name = "command") command: NpmCommand, @Json(name = "links") links: List<BuildAttributesLink>, @Json(name = "tags") tags: List<String>, @Json(name = "values") propertyValues: List<BuildAttributesValue>, @Json(name = "exitCode") exitCode: Int? = null, @Json(name = "nodejsVersion") nodejsVersion: String? = null, @Json(name = "user") user: String? = null, @Json(name = "host") host: String? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val exitCode: Int? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val host: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val id: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val nodejsVersion: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val user: String? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/links.html b/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/links.html new file mode 100644 index 000000000..f950d5a93 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/links.html @@ -0,0 +1,80 @@ + + + + + links + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

links

+
+

Parameters

links

The list of Build Scan links.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/nodejs-version.html b/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/nodejs-version.html new file mode 100644 index 000000000..c013ef19c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/nodejs-version.html @@ -0,0 +1,80 @@ + + + + + nodejsVersion + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

nodejsVersion

+
+
val nodejsVersion: String? = null

Parameters

nodejsVersion

The Node.js version used.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/npm-agent-version.html b/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/npm-agent-version.html new file mode 100644 index 000000000..b2df98b04 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/npm-agent-version.html @@ -0,0 +1,80 @@ + + + + + npmAgentVersion + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

npmAgentVersion

+
+

Parameters

npmAgentVersion

The version of the Develocity npm agent.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/npm-version.html b/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/npm-version.html new file mode 100644 index 000000000..f9f5210aa --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/npm-version.html @@ -0,0 +1,80 @@ + + + + + npmVersion + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

npmVersion

+
+

Parameters

npmVersion

The npm version used.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/property-values.html b/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/property-values.html new file mode 100644 index 000000000..bf1fcb233 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/property-values.html @@ -0,0 +1,80 @@ + + + + + propertyValues + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

propertyValues

+
+

Parameters

propertyValues

The list of Build Scan values.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/tags.html b/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/tags.html new file mode 100644 index 000000000..78a93a5a6 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/tags.html @@ -0,0 +1,80 @@ + + + + + tags + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

tags

+
+

Parameters

tags

The list of Build Scan tags.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/user.html b/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/user.html new file mode 100644 index 000000000..f7464e21f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-npm-attributes/user.html @@ -0,0 +1,80 @@ + + + + + user + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

user

+
+
val user: String? = null

Parameters

user

The username of the user that ran the build.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-npm-command/-npm-command.html b/docs/library/com.gabrielfeo.develocity.api.model/-npm-command/-npm-command.html new file mode 100644 index 000000000..56cdc1ca8 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-npm-command/-npm-command.html @@ -0,0 +1,80 @@ + + + + + NpmCommand + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

NpmCommand

+
+
constructor(@Json(name = "command") command: String, @Json(name = "arguments") arguments: List<String>? = null)

Parameters

command

The command that was run (e.g. in \"npm install\", this would be \"install\").

arguments

The arguments passed to the command (e.g. in \"npm run script.js\", this would be \"script.js\").

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-npm-command/arguments.html b/docs/library/com.gabrielfeo.develocity.api.model/-npm-command/arguments.html new file mode 100644 index 000000000..cbe72ade1 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-npm-command/arguments.html @@ -0,0 +1,80 @@ + + + + + arguments + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

arguments

+
+
val arguments: List<String>? = null

Parameters

arguments

The arguments passed to the command (e.g. in \"npm run script.js\", this would be \"script.js\").

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-npm-command/command.html b/docs/library/com.gabrielfeo.develocity.api.model/-npm-command/command.html new file mode 100644 index 000000000..92346c124 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-npm-command/command.html @@ -0,0 +1,80 @@ + + + + + command + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

command

+
+

Parameters

command

The command that was run (e.g. in \"npm install\", this would be \"install\").

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-npm-command/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-npm-command/index.html new file mode 100644 index 000000000..dddf387e9 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-npm-command/index.html @@ -0,0 +1,138 @@ + + + + + NpmCommand + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

NpmCommand

+
data class NpmCommand(@Json(name = "command") val command: String, @Json(name = "arguments") val arguments: List<String>? = null)

The command run on an npm build.

Parameters

command

The command that was run (e.g. in \"npm install\", this would be \"install\").

arguments

The arguments passed to the command (e.g. in \"npm run script.js\", this would be \"script.js\").

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "command") command: String, @Json(name = "arguments") arguments: List<String>? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val arguments: List<String>? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-page-metadata/-page-metadata.html b/docs/library/com.gabrielfeo.develocity.api.model/-page-metadata/-page-metadata.html new file mode 100644 index 000000000..dc97c1544 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-page-metadata/-page-metadata.html @@ -0,0 +1,80 @@ + + + + + PageMetadata + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

PageMetadata

+
+
constructor(@Json(name = "number") number: Int, @Json(name = "size") propertySize: Int, @Json(name = "totalPages") totalPages: Int, @Json(name = "totalElements") totalElements: Int)

Parameters

number

The index of the current page. Page indexes start at zero.

propertySize

The number of elements in the current page.

totalPages

The total number of pages.

totalElements

The total number of elements across all pages.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-page-metadata/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-page-metadata/index.html new file mode 100644 index 000000000..6b0c567cb --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-page-metadata/index.html @@ -0,0 +1,168 @@ + + + + + PageMetadata + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

PageMetadata

+
data class PageMetadata(@Json(name = "number") val number: Int, @Json(name = "size") val propertySize: Int, @Json(name = "totalPages") val totalPages: Int, @Json(name = "totalElements") val totalElements: Int)

Information about the current and available page of elements. Pages are returned from list operations which could contain a lot of elements. One page contains a subset of the available elements. API users can retrieve all pages in order to retrieve all of the available elements.

Parameters

number

The index of the current page. Page indexes start at zero.

propertySize

The number of elements in the current page.

totalPages

The total number of pages.

totalElements

The total number of elements across all pages.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "number") number: Int, @Json(name = "size") propertySize: Int, @Json(name = "totalPages") totalPages: Int, @Json(name = "totalElements") totalElements: Int)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val number: Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-page-metadata/number.html b/docs/library/com.gabrielfeo.develocity.api.model/-page-metadata/number.html new file mode 100644 index 000000000..fe0722769 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-page-metadata/number.html @@ -0,0 +1,80 @@ + + + + + number + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

number

+
+
val number: Int

Parameters

number

The index of the current page. Page indexes start at zero.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-page-metadata/property-size.html b/docs/library/com.gabrielfeo.develocity.api.model/-page-metadata/property-size.html new file mode 100644 index 000000000..3a76d94f9 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-page-metadata/property-size.html @@ -0,0 +1,80 @@ + + + + + propertySize + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

propertySize

+
+

Parameters

propertySize

The number of elements in the current page.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-page-metadata/total-elements.html b/docs/library/com.gabrielfeo.develocity.api.model/-page-metadata/total-elements.html new file mode 100644 index 000000000..db7e37646 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-page-metadata/total-elements.html @@ -0,0 +1,80 @@ + + + + + totalElements + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

totalElements

+
+

Parameters

totalElements

The total number of elements across all pages.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-page-metadata/total-pages.html b/docs/library/com.gabrielfeo.develocity.api.model/-page-metadata/total-pages.html new file mode 100644 index 000000000..d4cda3032 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-page-metadata/total-pages.html @@ -0,0 +1,80 @@ + + + + + totalPages + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

totalPages

+
+

Parameters

totalPages

The total number of pages.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-page-query/-page-query.html b/docs/library/com.gabrielfeo.develocity.api.model/-page-query/-page-query.html new file mode 100644 index 000000000..c6cabf13f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-page-query/-page-query.html @@ -0,0 +1,80 @@ + + + + + PageQuery + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

PageQuery

+
+
constructor(@Json(name = "pageNumber") pageNumber: Int? = 0, @Json(name = "pageSize") pageSize: Int? = null)

Parameters

pageNumber

The index of the page to retrieve. The first page's index is zero.

pageSize

The maximum number of elements to include in the fetched page.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-page-query/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-page-query/index.html new file mode 100644 index 000000000..5dd7b0226 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-page-query/index.html @@ -0,0 +1,138 @@ + + + + + PageQuery + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

PageQuery

+
data class PageQuery(@Json(name = "pageNumber") val pageNumber: Int? = 0, @Json(name = "pageSize") val pageSize: Int? = null)

Parameters

pageNumber

The index of the page to retrieve. The first page's index is zero.

pageSize

The maximum number of elements to include in the fetched page.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "pageNumber") pageNumber: Int? = 0, @Json(name = "pageSize") pageSize: Int? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val pageNumber: Int? = 0
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val pageSize: Int? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-page-query/page-number.html b/docs/library/com.gabrielfeo.develocity.api.model/-page-query/page-number.html new file mode 100644 index 000000000..9b27355da --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-page-query/page-number.html @@ -0,0 +1,80 @@ + + + + + pageNumber + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

pageNumber

+
+
val pageNumber: Int? = 0

Parameters

pageNumber

The index of the page to retrieve. The first page's index is zero.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-page-query/page-size.html b/docs/library/com.gabrielfeo.develocity.api.model/-page-query/page-size.html new file mode 100644 index 000000000..9a8b8a536 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-page-query/page-size.html @@ -0,0 +1,80 @@ + + + + + pageSize + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

pageSize

+
+
val pageSize: Int? = null

Parameters

pageSize

The maximum number of elements to include in the fetched page.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-project-group/-project-group.html b/docs/library/com.gabrielfeo.develocity.api.model/-project-group/-project-group.html new file mode 100644 index 000000000..89d638487 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-project-group/-project-group.html @@ -0,0 +1,80 @@ + + + + + ProjectGroup + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProjectGroup

+
+
constructor(@Json(name = "id") id: String, @Json(name = "displayName") displayName: String? = null, @Json(name = "description") description: String? = null, @Json(name = "identityProviderAttributeValue") identityProviderAttributeValue: String? = null, @Json(name = "projects") projects: List<ProjectReference>? = null)

Parameters

id

The unique identifier for the project group. Must not contain whitespace.

displayName

The label used when displaying the project group.

description

The description of the project group.

identityProviderAttributeValue

The value of an identity provider attribute this project group is associated with. Users who have this value in the identity provider attribute will be assigned this project group.

projects
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-project-group/description.html b/docs/library/com.gabrielfeo.develocity.api.model/-project-group/description.html new file mode 100644 index 000000000..c32fee437 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-project-group/description.html @@ -0,0 +1,80 @@ + + + + + description + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

description

+
+
val description: String? = null

Parameters

description

The description of the project group.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-project-group/display-name.html b/docs/library/com.gabrielfeo.develocity.api.model/-project-group/display-name.html new file mode 100644 index 000000000..7b1e94bfd --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-project-group/display-name.html @@ -0,0 +1,80 @@ + + + + + displayName + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

displayName

+
+
val displayName: String? = null

Parameters

displayName

The label used when displaying the project group.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-project-group/id.html b/docs/library/com.gabrielfeo.develocity.api.model/-project-group/id.html new file mode 100644 index 000000000..300f0f951 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-project-group/id.html @@ -0,0 +1,80 @@ + + + + + id + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

id

+
+
val id: String

Parameters

id

The unique identifier for the project group. Must not contain whitespace.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-project-group/identity-provider-attribute-value.html b/docs/library/com.gabrielfeo.develocity.api.model/-project-group/identity-provider-attribute-value.html new file mode 100644 index 000000000..deef13eb5 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-project-group/identity-provider-attribute-value.html @@ -0,0 +1,80 @@ + + + + + identityProviderAttributeValue + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

identityProviderAttributeValue

+
+

Parameters

identityProviderAttributeValue

The value of an identity provider attribute this project group is associated with. Users who have this value in the identity provider attribute will be assigned this project group.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-project-group/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-project-group/index.html new file mode 100644 index 000000000..664ac127c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-project-group/index.html @@ -0,0 +1,183 @@ + + + + + ProjectGroup + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProjectGroup

+
data class ProjectGroup(@Json(name = "id") val id: String, @Json(name = "displayName") val displayName: String? = null, @Json(name = "description") val description: String? = null, @Json(name = "identityProviderAttributeValue") val identityProviderAttributeValue: String? = null, @Json(name = "projects") val projects: List<ProjectReference>? = null)

A group of projects that can be assigned to users.

Parameters

id

The unique identifier for the project group. Must not contain whitespace.

displayName

The label used when displaying the project group.

description

The description of the project group.

identityProviderAttributeValue

The value of an identity provider attribute this project group is associated with. Users who have this value in the identity provider attribute will be assigned this project group.

projects
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "id") id: String, @Json(name = "displayName") displayName: String? = null, @Json(name = "description") description: String? = null, @Json(name = "identityProviderAttributeValue") identityProviderAttributeValue: String? = null, @Json(name = "projects") projects: List<ProjectReference>? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val description: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val displayName: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val id: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-project-group/projects.html b/docs/library/com.gabrielfeo.develocity.api.model/-project-group/projects.html new file mode 100644 index 000000000..1e6521f20 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-project-group/projects.html @@ -0,0 +1,80 @@ + + + + + projects + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

projects

+
+

Parameters

projects
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-project-groups-page/-project-groups-page.html b/docs/library/com.gabrielfeo.develocity.api.model/-project-groups-page/-project-groups-page.html new file mode 100644 index 000000000..1deb414e8 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-project-groups-page/-project-groups-page.html @@ -0,0 +1,80 @@ + + + + + ProjectGroupsPage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProjectGroupsPage

+
+
constructor(@Json(name = "content") content: List<ProjectGroup>, @Json(name = "page") page: PageMetadata)

Parameters

content

A list of project groups.

page
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-project-groups-page/content.html b/docs/library/com.gabrielfeo.develocity.api.model/-project-groups-page/content.html new file mode 100644 index 000000000..172adbbb1 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-project-groups-page/content.html @@ -0,0 +1,80 @@ + + + + + content + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

content

+
+

Parameters

content

A list of project groups.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-project-groups-page/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-project-groups-page/index.html new file mode 100644 index 000000000..054bd8d86 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-project-groups-page/index.html @@ -0,0 +1,138 @@ + + + + + ProjectGroupsPage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProjectGroupsPage

+
data class ProjectGroupsPage(@Json(name = "content") val content: List<ProjectGroup>, @Json(name = "page") val page: PageMetadata)

A paged list of project groups.

Parameters

content

A list of project groups.

page
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "content") content: List<ProjectGroup>, @Json(name = "page") page: PageMetadata)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-project-groups-page/page.html b/docs/library/com.gabrielfeo.develocity.api.model/-project-groups-page/page.html new file mode 100644 index 000000000..ff9a31691 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-project-groups-page/page.html @@ -0,0 +1,80 @@ + + + + + page + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

page

+
+

Parameters

page
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-project-reference/-project-reference.html b/docs/library/com.gabrielfeo.develocity.api.model/-project-reference/-project-reference.html new file mode 100644 index 000000000..c84510d04 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-project-reference/-project-reference.html @@ -0,0 +1,80 @@ + + + + + ProjectReference + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProjectReference

+
+
constructor(@Json(name = "id") id: String)

Parameters

id

The unique identifier for the project. Must not contain whitespace.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-project-reference/id.html b/docs/library/com.gabrielfeo.develocity.api.model/-project-reference/id.html new file mode 100644 index 000000000..453971fed --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-project-reference/id.html @@ -0,0 +1,80 @@ + + + + + id + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

id

+
+
val id: String

Parameters

id

The unique identifier for the project. Must not contain whitespace.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-project-reference/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-project-reference/index.html new file mode 100644 index 000000000..4339f84a8 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-project-reference/index.html @@ -0,0 +1,123 @@ + + + + + ProjectReference + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProjectReference

+
data class ProjectReference(@Json(name = "id") val id: String)

A container for a project ID.

Parameters

id

The unique identifier for the project. Must not contain whitespace.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "id") id: String)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val id: String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-project/-project.html b/docs/library/com.gabrielfeo.develocity.api.model/-project/-project.html new file mode 100644 index 000000000..82f71054b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-project/-project.html @@ -0,0 +1,80 @@ + + + + + Project + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Project

+
+
constructor(@Json(name = "id") id: String, @Json(name = "displayName") displayName: String? = null, @Json(name = "description") description: String? = null)

Parameters

id

The unique identifier for the project. Must not contain whitespace.

displayName

The label used when displaying the project.

description

The description of the project group.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-project/description.html b/docs/library/com.gabrielfeo.develocity.api.model/-project/description.html new file mode 100644 index 000000000..4a39f7c16 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-project/description.html @@ -0,0 +1,80 @@ + + + + + description + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

description

+
+
val description: String? = null

Parameters

description

The description of the project group.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-project/display-name.html b/docs/library/com.gabrielfeo.develocity.api.model/-project/display-name.html new file mode 100644 index 000000000..1268955f7 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-project/display-name.html @@ -0,0 +1,80 @@ + + + + + displayName + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

displayName

+
+
val displayName: String? = null

Parameters

displayName

The label used when displaying the project.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-project/id.html b/docs/library/com.gabrielfeo.develocity.api.model/-project/id.html new file mode 100644 index 000000000..75f9ade86 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-project/id.html @@ -0,0 +1,80 @@ + + + + + id + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

id

+
+
val id: String

Parameters

id

The unique identifier for the project. Must not contain whitespace.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-project/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-project/index.html new file mode 100644 index 000000000..1929158af --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-project/index.html @@ -0,0 +1,153 @@ + + + + + Project + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Project

+
data class Project(@Json(name = "id") val id: String, @Json(name = "displayName") val displayName: String? = null, @Json(name = "description") val description: String? = null)

A project.

Parameters

id

The unique identifier for the project. Must not contain whitespace.

displayName

The label used when displaying the project.

description

The description of the project group.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "id") id: String, @Json(name = "displayName") displayName: String? = null, @Json(name = "description") description: String? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val description: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val displayName: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val id: String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-projects-page/-projects-page.html b/docs/library/com.gabrielfeo.develocity.api.model/-projects-page/-projects-page.html new file mode 100644 index 000000000..8755f0936 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-projects-page/-projects-page.html @@ -0,0 +1,80 @@ + + + + + ProjectsPage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProjectsPage

+
+
constructor(@Json(name = "content") content: List<Project>, @Json(name = "page") page: PageMetadata)

Parameters

content

A list of projects.

page
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-projects-page/content.html b/docs/library/com.gabrielfeo.develocity.api.model/-projects-page/content.html new file mode 100644 index 000000000..5153c7408 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-projects-page/content.html @@ -0,0 +1,80 @@ + + + + + content + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

content

+
+

Parameters

content

A list of projects.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-projects-page/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-projects-page/index.html new file mode 100644 index 000000000..9e9527756 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-projects-page/index.html @@ -0,0 +1,138 @@ + + + + + ProjectsPage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProjectsPage

+
data class ProjectsPage(@Json(name = "content") val content: List<Project>, @Json(name = "page") val page: PageMetadata)

A paged list of projects.

Parameters

content

A list of projects.

page
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "content") content: List<Project>, @Json(name = "page") page: PageMetadata)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-projects-page/page.html b/docs/library/com.gabrielfeo.develocity.api.model/-projects-page/page.html new file mode 100644 index 000000000..b0b1d6546 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-projects-page/page.html @@ -0,0 +1,80 @@ + + + + + page + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

page

+
+

Parameters

page
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/-python-attributes.html b/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/-python-attributes.html new file mode 100644 index 000000000..43d0f80e7 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/-python-attributes.html @@ -0,0 +1,80 @@ + + + + + PythonAttributes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

PythonAttributes

+
+
constructor(@Json(name = "id") id: String, @Json(name = "buildStartTime") buildStartTime: Long, @Json(name = "buildDuration") buildDuration: Long, @Json(name = "pythonVersion") pythonVersion: String, @Json(name = "pythonAgentVersion") pythonAgentVersion: String, @Json(name = "command") command: List<String>, @Json(name = "links") links: List<BuildAttributesLink>, @Json(name = "tags") tags: List<String>, @Json(name = "values") propertyValues: List<BuildAttributesValue>, @Json(name = "exitCode") exitCode: Int? = null, @Json(name = "exception") exception: String? = null, @Json(name = "user") user: String? = null, @Json(name = "host") host: String? = null)

Parameters

id

The Build Scan ID.

buildStartTime

The time when the build starts, as milliseconds since Epoch.

buildDuration

The duration of the build, as milliseconds.

pythonVersion

The python version used in the build.

pythonAgentVersion

The version of the Develocity python agent.

command

The command and arguments requested in the build.

links

The list of Build Scan links.

tags

The list of Build Scan tags.

propertyValues

The list of Build Scan values.

exitCode

The exit code of the python process.

exception

The exception message thrown by the python process, if any.

user

The username of the user that ran the build.

host

The hostname of the user that ran the build, if set.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/build-duration.html b/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/build-duration.html new file mode 100644 index 000000000..e588dccc0 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/build-duration.html @@ -0,0 +1,80 @@ + + + + + buildDuration + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

buildDuration

+
+

Parameters

buildDuration

The duration of the build, as milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/build-start-time.html b/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/build-start-time.html new file mode 100644 index 000000000..c22f23784 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/build-start-time.html @@ -0,0 +1,80 @@ + + + + + buildStartTime + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

buildStartTime

+
+

Parameters

buildStartTime

The time when the build starts, as milliseconds since Epoch.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/command.html b/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/command.html new file mode 100644 index 000000000..f95673563 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/command.html @@ -0,0 +1,80 @@ + + + + + command + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

command

+
+

Parameters

command

The command and arguments requested in the build.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/exception.html b/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/exception.html new file mode 100644 index 000000000..67a36e83b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/exception.html @@ -0,0 +1,80 @@ + + + + + exception + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

exception

+
+
val exception: String? = null

Parameters

exception

The exception message thrown by the python process, if any.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/exit-code.html b/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/exit-code.html new file mode 100644 index 000000000..de90d7610 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/exit-code.html @@ -0,0 +1,80 @@ + + + + + exitCode + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

exitCode

+
+
val exitCode: Int? = null

Parameters

exitCode

The exit code of the python process.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/host.html b/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/host.html new file mode 100644 index 000000000..01ca25272 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/host.html @@ -0,0 +1,80 @@ + + + + + host + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

host

+
+
val host: String? = null

Parameters

host

The hostname of the user that ran the build, if set.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/id.html b/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/id.html new file mode 100644 index 000000000..b2953b220 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/id.html @@ -0,0 +1,80 @@ + + + + + id + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

id

+
+
val id: String

Parameters

id

The Build Scan ID.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/index.html new file mode 100644 index 000000000..a18f7bdfd --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/index.html @@ -0,0 +1,303 @@ + + + + + PythonAttributes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

PythonAttributes

+
data class PythonAttributes(@Json(name = "id") val id: String, @Json(name = "buildStartTime") val buildStartTime: Long, @Json(name = "buildDuration") val buildDuration: Long, @Json(name = "pythonVersion") val pythonVersion: String, @Json(name = "pythonAgentVersion") val pythonAgentVersion: String, @Json(name = "command") val command: List<String>, @Json(name = "links") val links: List<BuildAttributesLink>, @Json(name = "tags") val tags: List<String>, @Json(name = "values") val propertyValues: List<BuildAttributesValue>, @Json(name = "exitCode") val exitCode: Int? = null, @Json(name = "exception") val exception: String? = null, @Json(name = "user") val user: String? = null, @Json(name = "host") val host: String? = null)

The attributes of a python build.

Parameters

id

The Build Scan ID.

buildStartTime

The time when the build starts, as milliseconds since Epoch.

buildDuration

The duration of the build, as milliseconds.

pythonVersion

The python version used in the build.

pythonAgentVersion

The version of the Develocity python agent.

command

The command and arguments requested in the build.

links

The list of Build Scan links.

tags

The list of Build Scan tags.

propertyValues

The list of Build Scan values.

exitCode

The exit code of the python process.

exception

The exception message thrown by the python process, if any.

user

The username of the user that ran the build.

host

The hostname of the user that ran the build, if set.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "id") id: String, @Json(name = "buildStartTime") buildStartTime: Long, @Json(name = "buildDuration") buildDuration: Long, @Json(name = "pythonVersion") pythonVersion: String, @Json(name = "pythonAgentVersion") pythonAgentVersion: String, @Json(name = "command") command: List<String>, @Json(name = "links") links: List<BuildAttributesLink>, @Json(name = "tags") tags: List<String>, @Json(name = "values") propertyValues: List<BuildAttributesValue>, @Json(name = "exitCode") exitCode: Int? = null, @Json(name = "exception") exception: String? = null, @Json(name = "user") user: String? = null, @Json(name = "host") host: String? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val exception: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val exitCode: Int? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val host: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val id: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val user: String? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/links.html b/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/links.html new file mode 100644 index 000000000..fc4216d7b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/links.html @@ -0,0 +1,80 @@ + + + + + links + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

links

+
+

Parameters

links

The list of Build Scan links.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/property-values.html b/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/property-values.html new file mode 100644 index 000000000..b0aad880f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/property-values.html @@ -0,0 +1,80 @@ + + + + + propertyValues + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

propertyValues

+
+

Parameters

propertyValues

The list of Build Scan values.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/python-agent-version.html b/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/python-agent-version.html new file mode 100644 index 000000000..c3e0e3ba6 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/python-agent-version.html @@ -0,0 +1,80 @@ + + + + + pythonAgentVersion + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

pythonAgentVersion

+
+

Parameters

pythonAgentVersion

The version of the Develocity python agent.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/python-version.html b/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/python-version.html new file mode 100644 index 000000000..ddc951207 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/python-version.html @@ -0,0 +1,80 @@ + + + + + pythonVersion + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

pythonVersion

+
+

Parameters

pythonVersion

The python version used in the build.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/tags.html b/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/tags.html new file mode 100644 index 000000000..73281c4b1 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/tags.html @@ -0,0 +1,80 @@ + + + + + tags + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

tags

+
+

Parameters

tags

The list of Build Scan tags.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/user.html b/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/user.html new file mode 100644 index 000000000..60c59d69d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-python-attributes/user.html @@ -0,0 +1,80 @@ + + + + + user + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

user

+
+
val user: String? = null

Parameters

user

The username of the user that ran the build.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-replication-configuration/-replication-configuration.html b/docs/library/com.gabrielfeo.develocity.api.model/-replication-configuration/-replication-configuration.html new file mode 100644 index 000000000..35ead3520 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-replication-configuration/-replication-configuration.html @@ -0,0 +1,80 @@ + + + + + ReplicationConfiguration + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ReplicationConfiguration

+
+
constructor(@Json(name = "source") source: String, @Json(name = "preemptive") preemptive: Boolean)

Parameters

source

The name of the Build Cache Node which is the source of data.

preemptive

Indicates if preemptive replication is enabled from the source.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-replication-configuration/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-replication-configuration/index.html new file mode 100644 index 000000000..8abb7671d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-replication-configuration/index.html @@ -0,0 +1,138 @@ + + + + + ReplicationConfiguration + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ReplicationConfiguration

+
data class ReplicationConfiguration(@Json(name = "source") val source: String, @Json(name = "preemptive") val preemptive: Boolean)

Cached data replication configuration description. May be null if replication is not configured.

Parameters

source

The name of the Build Cache Node which is the source of data.

preemptive

Indicates if preemptive replication is enabled from the source.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "source") source: String, @Json(name = "preemptive") preemptive: Boolean)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-replication-configuration/preemptive.html b/docs/library/com.gabrielfeo.develocity.api.model/-replication-configuration/preemptive.html new file mode 100644 index 000000000..a56d7f751 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-replication-configuration/preemptive.html @@ -0,0 +1,80 @@ + + + + + preemptive + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

preemptive

+
+

Parameters

preemptive

Indicates if preemptive replication is enabled from the source.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-replication-configuration/source.html b/docs/library/com.gabrielfeo.develocity.api.model/-replication-configuration/source.html new file mode 100644 index 000000000..4be214d88 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-replication-configuration/source.html @@ -0,0 +1,80 @@ + + + + + source + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

source

+
+

Parameters

source

The name of the Build Cache Node which is the source of data.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/-resource-usage-breakdown.html b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/-resource-usage-breakdown.html new file mode 100644 index 000000000..6147cbb75 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/-resource-usage-breakdown.html @@ -0,0 +1,80 @@ + + + + + ResourceUsageBreakdown + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ResourceUsageBreakdown

+
+
constructor(@Json(name = "allProcessesCpu") allProcessesCpu: ResourceUsageMetric? = null, @Json(name = "buildProcessCpu") buildProcessCpu: ResourceUsageMetric? = null, @Json(name = "buildChildProcessesCpu") buildChildProcessesCpu: ResourceUsageMetric? = null, @Json(name = "allProcessesMemory") allProcessesMemory: ResourceUsageMetric? = null, @Json(name = "buildProcessMemory") buildProcessMemory: ResourceUsageMetric? = null, @Json(name = "buildChildProcessesMemory") buildChildProcessesMemory: ResourceUsageMetric? = null, @Json(name = "diskReadThroughput") diskReadThroughput: ResourceUsageMetric? = null, @Json(name = "diskWriteThroughput") diskWriteThroughput: ResourceUsageMetric? = null, @Json(name = "networkUploadThroughput") networkUploadThroughput: ResourceUsageMetric? = null, @Json(name = "networkDownloadThroughput") networkDownloadThroughput: ResourceUsageMetric? = null)

Parameters

allProcessesCpu
buildProcessCpu
buildChildProcessesCpu
allProcessesMemory
buildProcessMemory
buildChildProcessesMemory
diskReadThroughput
diskWriteThroughput
networkUploadThroughput
networkDownloadThroughput
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/all-processes-cpu.html b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/all-processes-cpu.html new file mode 100644 index 000000000..ac7fe314e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/all-processes-cpu.html @@ -0,0 +1,80 @@ + + + + + allProcessesCpu + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

allProcessesCpu

+
+

Parameters

allProcessesCpu
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/all-processes-memory.html b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/all-processes-memory.html new file mode 100644 index 000000000..c9bb890fd --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/all-processes-memory.html @@ -0,0 +1,80 @@ + + + + + allProcessesMemory + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

allProcessesMemory

+
+

Parameters

allProcessesMemory
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/build-child-processes-cpu.html b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/build-child-processes-cpu.html new file mode 100644 index 000000000..c161d6c5a --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/build-child-processes-cpu.html @@ -0,0 +1,80 @@ + + + + + buildChildProcessesCpu + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

buildChildProcessesCpu

+
+

Parameters

buildChildProcessesCpu
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/build-child-processes-memory.html b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/build-child-processes-memory.html new file mode 100644 index 000000000..dfe700440 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/build-child-processes-memory.html @@ -0,0 +1,80 @@ + + + + + buildChildProcessesMemory + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

buildChildProcessesMemory

+
+

Parameters

buildChildProcessesMemory
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/build-process-cpu.html b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/build-process-cpu.html new file mode 100644 index 000000000..abbf93006 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/build-process-cpu.html @@ -0,0 +1,80 @@ + + + + + buildProcessCpu + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

buildProcessCpu

+
+

Parameters

buildProcessCpu
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/build-process-memory.html b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/build-process-memory.html new file mode 100644 index 000000000..640f7eef1 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/build-process-memory.html @@ -0,0 +1,80 @@ + + + + + buildProcessMemory + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

buildProcessMemory

+
+

Parameters

buildProcessMemory
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/disk-read-throughput.html b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/disk-read-throughput.html new file mode 100644 index 000000000..e505ecc24 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/disk-read-throughput.html @@ -0,0 +1,80 @@ + + + + + diskReadThroughput + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

diskReadThroughput

+
+

Parameters

diskReadThroughput
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/disk-write-throughput.html b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/disk-write-throughput.html new file mode 100644 index 000000000..0a83c4378 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/disk-write-throughput.html @@ -0,0 +1,80 @@ + + + + + diskWriteThroughput + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

diskWriteThroughput

+
+

Parameters

diskWriteThroughput
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/index.html new file mode 100644 index 000000000..4e0e77543 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/index.html @@ -0,0 +1,258 @@ + + + + + ResourceUsageBreakdown + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ResourceUsageBreakdown

+
data class ResourceUsageBreakdown(@Json(name = "allProcessesCpu") val allProcessesCpu: ResourceUsageMetric? = null, @Json(name = "buildProcessCpu") val buildProcessCpu: ResourceUsageMetric? = null, @Json(name = "buildChildProcessesCpu") val buildChildProcessesCpu: ResourceUsageMetric? = null, @Json(name = "allProcessesMemory") val allProcessesMemory: ResourceUsageMetric? = null, @Json(name = "buildProcessMemory") val buildProcessMemory: ResourceUsageMetric? = null, @Json(name = "buildChildProcessesMemory") val buildChildProcessesMemory: ResourceUsageMetric? = null, @Json(name = "diskReadThroughput") val diskReadThroughput: ResourceUsageMetric? = null, @Json(name = "diskWriteThroughput") val diskWriteThroughput: ResourceUsageMetric? = null, @Json(name = "networkUploadThroughput") val networkUploadThroughput: ResourceUsageMetric? = null, @Json(name = "networkDownloadThroughput") val networkDownloadThroughput: ResourceUsageMetric? = null)

Parameters

allProcessesCpu
buildProcessCpu
buildChildProcessesCpu
allProcessesMemory
buildProcessMemory
buildChildProcessesMemory
diskReadThroughput
diskWriteThroughput
networkUploadThroughput
networkDownloadThroughput
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "allProcessesCpu") allProcessesCpu: ResourceUsageMetric? = null, @Json(name = "buildProcessCpu") buildProcessCpu: ResourceUsageMetric? = null, @Json(name = "buildChildProcessesCpu") buildChildProcessesCpu: ResourceUsageMetric? = null, @Json(name = "allProcessesMemory") allProcessesMemory: ResourceUsageMetric? = null, @Json(name = "buildProcessMemory") buildProcessMemory: ResourceUsageMetric? = null, @Json(name = "buildChildProcessesMemory") buildChildProcessesMemory: ResourceUsageMetric? = null, @Json(name = "diskReadThroughput") diskReadThroughput: ResourceUsageMetric? = null, @Json(name = "diskWriteThroughput") diskWriteThroughput: ResourceUsageMetric? = null, @Json(name = "networkUploadThroughput") networkUploadThroughput: ResourceUsageMetric? = null, @Json(name = "networkDownloadThroughput") networkDownloadThroughput: ResourceUsageMetric? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/network-download-throughput.html b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/network-download-throughput.html new file mode 100644 index 000000000..91fc3e657 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/network-download-throughput.html @@ -0,0 +1,80 @@ + + + + + networkDownloadThroughput + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

networkDownloadThroughput

+
+

Parameters

networkDownloadThroughput
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/network-upload-throughput.html b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/network-upload-throughput.html new file mode 100644 index 000000000..b4d8b123e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/network-upload-throughput.html @@ -0,0 +1,80 @@ + + + + + networkUploadThroughput + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

networkUploadThroughput

+
+

Parameters

networkUploadThroughput
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-metric/-resource-usage-metric.html b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-metric/-resource-usage-metric.html new file mode 100644 index 000000000..7b7861393 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-metric/-resource-usage-metric.html @@ -0,0 +1,80 @@ + + + + + ResourceUsageMetric + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ResourceUsageMetric

+
+
constructor(@Json(name = "max") max: Long, @Json(name = "average") average: Long, @Json(name = "median") median: Long, @Json(name = "p5") p5: Long, @Json(name = "p25") p25: Long, @Json(name = "p75") p75: Long, @Json(name = "p95") p95: Long)

Parameters

max

The max value of the metric.

average

The average value of the metric.

median

The median (or 50th percentile) value of the metric.

p5

The 5th percentile value of the metric.

p25

The 25th percentile value of the metric.

p75

The 75th percentile value of the metric.

p95

The 95th percentile value of the metric.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-metric/average.html b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-metric/average.html new file mode 100644 index 000000000..b4a55ff40 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-metric/average.html @@ -0,0 +1,80 @@ + + + + + average + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

average

+
+

Parameters

average

The average value of the metric.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-metric/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-metric/index.html new file mode 100644 index 000000000..469a29fae --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-metric/index.html @@ -0,0 +1,213 @@ + + + + + ResourceUsageMetric + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ResourceUsageMetric

+
data class ResourceUsageMetric(@Json(name = "max") val max: Long, @Json(name = "average") val average: Long, @Json(name = "median") val median: Long, @Json(name = "p5") val p5: Long, @Json(name = "p25") val p25: Long, @Json(name = "p75") val p75: Long, @Json(name = "p95") val p95: Long)

Parameters

max

The max value of the metric.

average

The average value of the metric.

median

The median (or 50th percentile) value of the metric.

p5

The 5th percentile value of the metric.

p25

The 25th percentile value of the metric.

p75

The 75th percentile value of the metric.

p95

The 95th percentile value of the metric.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "max") max: Long, @Json(name = "average") average: Long, @Json(name = "median") median: Long, @Json(name = "p5") p5: Long, @Json(name = "p25") p25: Long, @Json(name = "p75") p75: Long, @Json(name = "p95") p95: Long)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val max: Long
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val p25: Long
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val p5: Long
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val p75: Long
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val p95: Long
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-metric/max.html b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-metric/max.html new file mode 100644 index 000000000..0a5e94d76 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-metric/max.html @@ -0,0 +1,80 @@ + + + + + max + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

max

+
+
val max: Long

Parameters

max

The max value of the metric.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-metric/median.html b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-metric/median.html new file mode 100644 index 000000000..482b9f17b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-metric/median.html @@ -0,0 +1,80 @@ + + + + + median + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

median

+
+

Parameters

median

The median (or 50th percentile) value of the metric.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-metric/p25.html b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-metric/p25.html new file mode 100644 index 000000000..f5b724b2d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-metric/p25.html @@ -0,0 +1,80 @@ + + + + + p25 + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

p25

+
+
val p25: Long

Parameters

p25

The 25th percentile value of the metric.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-metric/p5.html b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-metric/p5.html new file mode 100644 index 000000000..dc60386c1 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-metric/p5.html @@ -0,0 +1,80 @@ + + + + + p5 + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

p5

+
+
val p5: Long

Parameters

p5

The 5th percentile value of the metric.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-metric/p75.html b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-metric/p75.html new file mode 100644 index 000000000..2edbfdf00 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-metric/p75.html @@ -0,0 +1,80 @@ + + + + + p75 + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

p75

+
+
val p75: Long

Parameters

p75

The 75th percentile value of the metric.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-metric/p95.html b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-metric/p95.html new file mode 100644 index 000000000..ddfe8ac54 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-resource-usage-metric/p95.html @@ -0,0 +1,80 @@ + + + + + p95 + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

p95

+
+
val p95: Long

Parameters

p95

The 95th percentile value of the metric.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/-companion/decode.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/-companion/decode.html new file mode 100644 index 000000000..583db4ca5 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/-companion/decode.html @@ -0,0 +1,80 @@ + + + + + decode + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

decode

+
+

Returns a valid TestAccelerationFeatureUsageStatus for data, null otherwise.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/-companion/encode.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/-companion/encode.html new file mode 100644 index 000000000..70de9f45b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/-companion/encode.html @@ -0,0 +1,80 @@ + + + + + encode + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

encode

+
+
fun encode(data: Any?): String?

Converts the provided data to a String on success, null otherwise.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/-companion/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/-companion/index.html new file mode 100644 index 000000000..dd6e40203 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/-companion/index.html @@ -0,0 +1,119 @@ + + + + + Companion + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Companion

+
object Companion
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns a valid TestAccelerationFeatureUsageStatus for data, null otherwise.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun encode(data: Any?): String?

Converts the provided data to a String on success, null otherwise.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/disabled/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/disabled/index.html new file mode 100644 index 000000000..ac13dc2f1 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/disabled/index.html @@ -0,0 +1,153 @@ + + + + + disabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

disabled

+
@Json(name = "disabled")
disabled
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/enabled/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/enabled/index.html new file mode 100644 index 000000000..9d333106c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/enabled/index.html @@ -0,0 +1,153 @@ + + + + + enabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

enabled

+
@Json(name = "enabled")
enabled
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/entries.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/entries.html new file mode 100644 index 000000000..e617117fb --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/entries.html @@ -0,0 +1,80 @@ + + + + + entries + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

entries

+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/index.html new file mode 100644 index 000000000..270357af8 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/index.html @@ -0,0 +1,266 @@ + + + + + TestAccelerationFeatureUsageStatus + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestAccelerationFeatureUsageStatus

+

Develocity extension status of a build / work unit: * unavailable - Feature status is unknown (e.g. for older Gradle plugin / Maven extension versions) or feature could not be used due to an unexpected error * disabled - The extension was enabled on none of the tasks in the build / for the task in question * enabled - The extension was enabled on at least one of the tasks in the build / for the task in question**

Values: unavailable,disabled,enabled

+
+
+
+
+
+

Entries

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "unavailable")
unavailable
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "disabled")
disabled
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "enabled")
enabled
+
+
+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
object Companion
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns an array containing the constants of this enum type, in the order they're declared.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/to-string.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/to-string.html new file mode 100644 index 000000000..d838860f3 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/to-string.html @@ -0,0 +1,80 @@ + + + + + toString + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

This solves a problem when the variable name and its value are different, and ensures that the client sends the correct enum values to the server always.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/unavailable/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/unavailable/index.html new file mode 100644 index 000000000..00bcfcb06 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/unavailable/index.html @@ -0,0 +1,153 @@ + + + + + unavailable + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

unavailable

+
@Json(name = "unavailable")
unavailable
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/value-of.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/value-of.html new file mode 100644 index 000000000..9fda0bb5f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/value-of.html @@ -0,0 +1,80 @@ + + + + + valueOf + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

valueOf

+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

kotlin.IllegalArgumentException

if this enum type has no constant with the specified name

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/value.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/value.html new file mode 100644 index 000000000..66006819f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/value.html @@ -0,0 +1,80 @@ + + + + + value + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

value

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/values.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/values.html new file mode 100644 index 000000000..62cc7d195 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/values.html @@ -0,0 +1,80 @@ + + + + + values + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

values

+
+

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-cases-query/-test-cases-query.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-cases-query/-test-cases-query.html new file mode 100644 index 000000000..b262063c9 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-cases-query/-test-cases-query.html @@ -0,0 +1,80 @@ + + + + + TestCasesQuery + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestCasesQuery

+
+
constructor(@Json(name = "container") container: String, @Json(name = "testOutcomes") testOutcomes: List<TestOutcome>, @Json(name = "query") query: String, @Json(name = "limit") limit: Int? = 100, @Json(name = "include") include: List<TestIncludeFields>? = null)

Parameters

container

Must be the fully qualified name of the test container to query. May not contain any wildcards.

testOutcomes

Allows restricting the search to tests that had at least one instance of the given outcome.

query

A query for filtering tests, written in the Develocity advanced search query language See: https://gradle.com/help/advanced-search

limit

The maximum number of test outcomes to query.

include

Controls which optional fields are included in the response.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-cases-query/container.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-cases-query/container.html new file mode 100644 index 000000000..ea573da0c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-cases-query/container.html @@ -0,0 +1,80 @@ + + + + + container + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

container

+
+

Parameters

container

Must be the fully qualified name of the test container to query. May not contain any wildcards.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-cases-query/include.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-cases-query/include.html new file mode 100644 index 000000000..78c00f4ff --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-cases-query/include.html @@ -0,0 +1,80 @@ + + + + + include + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

include

+
+

Parameters

include

Controls which optional fields are included in the response.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-cases-query/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-cases-query/index.html new file mode 100644 index 000000000..d066839fa --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-cases-query/index.html @@ -0,0 +1,183 @@ + + + + + TestCasesQuery + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestCasesQuery

+
data class TestCasesQuery(@Json(name = "container") val container: String, @Json(name = "testOutcomes") val testOutcomes: List<TestOutcome>, @Json(name = "query") val query: String, @Json(name = "limit") val limit: Int? = 100, @Json(name = "include") val include: List<TestIncludeFields>? = null)

Parameters

container

Must be the fully qualified name of the test container to query. May not contain any wildcards.

testOutcomes

Allows restricting the search to tests that had at least one instance of the given outcome.

query

A query for filtering tests, written in the Develocity advanced search query language See: https://gradle.com/help/advanced-search

limit

The maximum number of test outcomes to query.

include

Controls which optional fields are included in the response.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "container") container: String, @Json(name = "testOutcomes") testOutcomes: List<TestOutcome>, @Json(name = "query") query: String, @Json(name = "limit") limit: Int? = 100, @Json(name = "include") include: List<TestIncludeFields>? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val limit: Int? = 100
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-cases-query/limit.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-cases-query/limit.html new file mode 100644 index 000000000..676eace26 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-cases-query/limit.html @@ -0,0 +1,80 @@ + + + + + limit + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

limit

+
+
val limit: Int? = 100

Parameters

limit

The maximum number of test outcomes to query.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-cases-query/query.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-cases-query/query.html new file mode 100644 index 000000000..de2d1d544 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-cases-query/query.html @@ -0,0 +1,80 @@ + + + + + query + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

query

+
+

Parameters

query

A query for filtering tests, written in the Develocity advanced search query language See: https://gradle.com/help/advanced-search

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-cases-query/test-outcomes.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-cases-query/test-outcomes.html new file mode 100644 index 000000000..c96bd1eb4 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-cases-query/test-outcomes.html @@ -0,0 +1,80 @@ + + + + + testOutcomes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

testOutcomes

+
+

Parameters

testOutcomes

Allows restricting the search to tests that had at least one instance of the given outcome.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-containers-query/-test-containers-query.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-containers-query/-test-containers-query.html new file mode 100644 index 000000000..f5f10c92a --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-containers-query/-test-containers-query.html @@ -0,0 +1,80 @@ + + + + + TestContainersQuery + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestContainersQuery

+
+
constructor(@Json(name = "container") container: String = "*", @Json(name = "testOutcomes") testOutcomes: List<TestOutcome>, @Json(name = "query") query: String, @Json(name = "include") include: List<TestIncludeFields>? = null)

Parameters

container

Allows restricting the search to parts of the test container hierarchy. You can use wildcards to match a specific subpackage.

testOutcomes

Allows restricting the search to tests that had at least one instance of the given outcome.

query

A query for filtering tests, written in the Develocity advanced search query language See: https://gradle.com/help/advanced-search

include

Controls which optional fields are included in the response.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-containers-query/container.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-containers-query/container.html new file mode 100644 index 000000000..0afd7fa7e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-containers-query/container.html @@ -0,0 +1,80 @@ + + + + + container + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

container

+
+

Parameters

container

Allows restricting the search to parts of the test container hierarchy. You can use wildcards to match a specific subpackage.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-containers-query/include.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-containers-query/include.html new file mode 100644 index 000000000..0ff8de601 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-containers-query/include.html @@ -0,0 +1,80 @@ + + + + + include + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

include

+
+

Parameters

include

Controls which optional fields are included in the response.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-containers-query/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-containers-query/index.html new file mode 100644 index 000000000..0d53f3513 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-containers-query/index.html @@ -0,0 +1,168 @@ + + + + + TestContainersQuery + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestContainersQuery

+
data class TestContainersQuery(@Json(name = "container") val container: String = "*", @Json(name = "testOutcomes") val testOutcomes: List<TestOutcome>, @Json(name = "query") val query: String, @Json(name = "include") val include: List<TestIncludeFields>? = null)

Parameters

container

Allows restricting the search to parts of the test container hierarchy. You can use wildcards to match a specific subpackage.

testOutcomes

Allows restricting the search to tests that had at least one instance of the given outcome.

query

A query for filtering tests, written in the Develocity advanced search query language See: https://gradle.com/help/advanced-search

include

Controls which optional fields are included in the response.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "container") container: String = "*", @Json(name = "testOutcomes") testOutcomes: List<TestOutcome>, @Json(name = "query") query: String, @Json(name = "include") include: List<TestIncludeFields>? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-containers-query/query.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-containers-query/query.html new file mode 100644 index 000000000..f9a1321be --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-containers-query/query.html @@ -0,0 +1,80 @@ + + + + + query + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

query

+
+

Parameters

query

A query for filtering tests, written in the Develocity advanced search query language See: https://gradle.com/help/advanced-search

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-containers-query/test-outcomes.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-containers-query/test-outcomes.html new file mode 100644 index 000000000..e895a05cd --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-containers-query/test-outcomes.html @@ -0,0 +1,80 @@ + + + + + testOutcomes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

testOutcomes

+
+

Parameters

testOutcomes

Allows restricting the search to tests that had at least one instance of the given outcome.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/-test-distribution-agent-pool-configuration-with-id.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/-test-distribution-agent-pool-configuration-with-id.html new file mode 100644 index 000000000..3ed1866b2 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/-test-distribution-agent-pool-configuration-with-id.html @@ -0,0 +1,80 @@ + + + + + TestDistributionAgentPoolConfigurationWithId + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestDistributionAgentPoolConfigurationWithId

+
+
constructor(@Json(name = "id") id: String, @Json(name = "name") name: String, @Json(name = "minimumSize") minimumSize: Int, @Json(name = "maximumSize") maximumSize: Int, @Json(name = "orderIndex") orderIndex: Int, @Json(name = "capabilities") capabilities: List<String>, @Json(name = "restrictAccessToProjectGroups") restrictAccessToProjectGroups: Boolean? = false, @Json(name = "projectGroupIds") projectGroupIds: List<String>? = null)

Parameters

id

The unique identifier of the agent pool.

name

The alias or display name of the agent pool.

minimumSize
maximumSize
orderIndex

The order in which the agent pool is considered for allocation. Lower values are considered first.

capabilities
restrictAccessToProjectGroups

Controls whether this pool can be used by everyone, or only the assigned project groups. A true value implies that projectGroupIds is present and has at least one entry. Conversely, a false value implies that projectGroupIds is empty.

projectGroupIds

Controls which project groups can use this pool. If it is empty, then restrictAccessToProjectGroups must be false. Conversely, if it has values then restrictAccessToProjectGroups must be true.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/capabilities.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/capabilities.html new file mode 100644 index 000000000..86bb09a3b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/capabilities.html @@ -0,0 +1,80 @@ + + + + + capabilities + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

capabilities

+
+

Parameters

capabilities
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/id.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/id.html new file mode 100644 index 000000000..b3aca921b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/id.html @@ -0,0 +1,80 @@ + + + + + id + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

id

+
+
val id: String

Parameters

id

The unique identifier of the agent pool.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/index.html new file mode 100644 index 000000000..89d654571 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/index.html @@ -0,0 +1,228 @@ + + + + + TestDistributionAgentPoolConfigurationWithId + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestDistributionAgentPoolConfigurationWithId

+
data class TestDistributionAgentPoolConfigurationWithId(@Json(name = "id") val id: String, @Json(name = "name") val name: String, @Json(name = "minimumSize") val minimumSize: Int, @Json(name = "maximumSize") val maximumSize: Int, @Json(name = "orderIndex") val orderIndex: Int, @Json(name = "capabilities") val capabilities: List<String>, @Json(name = "restrictAccessToProjectGroups") val restrictAccessToProjectGroups: Boolean? = false, @Json(name = "projectGroupIds") val projectGroupIds: List<String>? = null)

An agent pool configuration.

Parameters

id

The unique identifier of the agent pool.

name

The alias or display name of the agent pool.

minimumSize
maximumSize
orderIndex

The order in which the agent pool is considered for allocation. Lower values are considered first.

capabilities
restrictAccessToProjectGroups

Controls whether this pool can be used by everyone, or only the assigned project groups. A true value implies that projectGroupIds is present and has at least one entry. Conversely, a false value implies that projectGroupIds is empty.

projectGroupIds

Controls which project groups can use this pool. If it is empty, then restrictAccessToProjectGroups must be false. Conversely, if it has values then restrictAccessToProjectGroups must be true.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "id") id: String, @Json(name = "name") name: String, @Json(name = "minimumSize") minimumSize: Int, @Json(name = "maximumSize") maximumSize: Int, @Json(name = "orderIndex") orderIndex: Int, @Json(name = "capabilities") capabilities: List<String>, @Json(name = "restrictAccessToProjectGroups") restrictAccessToProjectGroups: Boolean? = false, @Json(name = "projectGroupIds") projectGroupIds: List<String>? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val id: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/maximum-size.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/maximum-size.html new file mode 100644 index 000000000..5bdff052f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/maximum-size.html @@ -0,0 +1,80 @@ + + + + + maximumSize + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

maximumSize

+
+

Parameters

maximumSize
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/minimum-size.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/minimum-size.html new file mode 100644 index 000000000..13978016e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/minimum-size.html @@ -0,0 +1,80 @@ + + + + + minimumSize + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

minimumSize

+
+

Parameters

minimumSize
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/name.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/name.html new file mode 100644 index 000000000..bd0d7b92d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/name.html @@ -0,0 +1,80 @@ + + + + + name + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

name

+
+

Parameters

name

The alias or display name of the agent pool.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/order-index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/order-index.html new file mode 100644 index 000000000..7e5e9d40e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/order-index.html @@ -0,0 +1,80 @@ + + + + + orderIndex + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

orderIndex

+
+

Parameters

orderIndex

The order in which the agent pool is considered for allocation. Lower values are considered first.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/project-group-ids.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/project-group-ids.html new file mode 100644 index 000000000..b61169867 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/project-group-ids.html @@ -0,0 +1,80 @@ + + + + + projectGroupIds + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

projectGroupIds

+
+

Parameters

projectGroupIds

Controls which project groups can use this pool. If it is empty, then restrictAccessToProjectGroups must be false. Conversely, if it has values then restrictAccessToProjectGroups must be true.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/restrict-access-to-project-groups.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/restrict-access-to-project-groups.html new file mode 100644 index 000000000..f25cb5e3a --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/restrict-access-to-project-groups.html @@ -0,0 +1,80 @@ + + + + + restrictAccessToProjectGroups + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

restrictAccessToProjectGroups

+
+

Parameters

restrictAccessToProjectGroups

Controls whether this pool can be used by everyone, or only the assigned project groups. A true value implies that projectGroupIds is present and has at least one entry. Conversely, a false value implies that projectGroupIds is empty.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration/-test-distribution-agent-pool-configuration.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration/-test-distribution-agent-pool-configuration.html new file mode 100644 index 000000000..44123ba44 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration/-test-distribution-agent-pool-configuration.html @@ -0,0 +1,80 @@ + + + + + TestDistributionAgentPoolConfiguration + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestDistributionAgentPoolConfiguration

+
+
constructor(@Json(name = "name") name: String, @Json(name = "minimumSize") minimumSize: Int, @Json(name = "maximumSize") maximumSize: Int, @Json(name = "capabilities") capabilities: List<String>, @Json(name = "orderIndex") orderIndex: Int? = null, @Json(name = "restrictAccessToProjectGroups") restrictAccessToProjectGroups: Boolean? = false, @Json(name = "projectGroupIds") projectGroupIds: List<String>? = null)

Parameters

name

The alias or display name of the agent pool.

minimumSize
maximumSize
capabilities
orderIndex

The order in which the agent pool is considered for allocation. Lower values are considered first.

restrictAccessToProjectGroups

Controls whether this pool can be used by everyone, or only the assigned project groups. A true value implies that projectGroupIds is present and has at least one entry. Conversely, a false value implies that projectGroupIds is empty.

projectGroupIds

Controls which project groups can use this pool. If it is empty, then restrictAccessToProjectGroups must be false. Conversely, if it has values then restrictAccessToProjectGroups must be true.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration/capabilities.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration/capabilities.html new file mode 100644 index 000000000..d9515ecdb --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration/capabilities.html @@ -0,0 +1,80 @@ + + + + + capabilities + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

capabilities

+
+

Parameters

capabilities
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration/index.html new file mode 100644 index 000000000..a97d155c7 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration/index.html @@ -0,0 +1,213 @@ + + + + + TestDistributionAgentPoolConfiguration + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestDistributionAgentPoolConfiguration

+
data class TestDistributionAgentPoolConfiguration(@Json(name = "name") val name: String, @Json(name = "minimumSize") val minimumSize: Int, @Json(name = "maximumSize") val maximumSize: Int, @Json(name = "capabilities") val capabilities: List<String>, @Json(name = "orderIndex") val orderIndex: Int? = null, @Json(name = "restrictAccessToProjectGroups") val restrictAccessToProjectGroups: Boolean? = false, @Json(name = "projectGroupIds") val projectGroupIds: List<String>? = null)

An agent pool configuration.

Parameters

name

The alias or display name of the agent pool.

minimumSize
maximumSize
capabilities
orderIndex

The order in which the agent pool is considered for allocation. Lower values are considered first.

restrictAccessToProjectGroups

Controls whether this pool can be used by everyone, or only the assigned project groups. A true value implies that projectGroupIds is present and has at least one entry. Conversely, a false value implies that projectGroupIds is empty.

projectGroupIds

Controls which project groups can use this pool. If it is empty, then restrictAccessToProjectGroups must be false. Conversely, if it has values then restrictAccessToProjectGroups must be true.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "name") name: String, @Json(name = "minimumSize") minimumSize: Int, @Json(name = "maximumSize") maximumSize: Int, @Json(name = "capabilities") capabilities: List<String>, @Json(name = "orderIndex") orderIndex: Int? = null, @Json(name = "restrictAccessToProjectGroups") restrictAccessToProjectGroups: Boolean? = false, @Json(name = "projectGroupIds") projectGroupIds: List<String>? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val orderIndex: Int? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration/maximum-size.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration/maximum-size.html new file mode 100644 index 000000000..75003ef2e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration/maximum-size.html @@ -0,0 +1,80 @@ + + + + + maximumSize + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

maximumSize

+
+

Parameters

maximumSize
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration/minimum-size.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration/minimum-size.html new file mode 100644 index 000000000..8d5e6fdcc --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration/minimum-size.html @@ -0,0 +1,80 @@ + + + + + minimumSize + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

minimumSize

+
+

Parameters

minimumSize
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration/name.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration/name.html new file mode 100644 index 000000000..56c566646 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration/name.html @@ -0,0 +1,80 @@ + + + + + name + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

name

+
+

Parameters

name

The alias or display name of the agent pool.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration/order-index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration/order-index.html new file mode 100644 index 000000000..0646b0805 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration/order-index.html @@ -0,0 +1,80 @@ + + + + + orderIndex + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

orderIndex

+
+
val orderIndex: Int? = null

Parameters

orderIndex

The order in which the agent pool is considered for allocation. Lower values are considered first.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration/project-group-ids.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration/project-group-ids.html new file mode 100644 index 000000000..b03beb195 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration/project-group-ids.html @@ -0,0 +1,80 @@ + + + + + projectGroupIds + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

projectGroupIds

+
+

Parameters

projectGroupIds

Controls which project groups can use this pool. If it is empty, then restrictAccessToProjectGroups must be false. Conversely, if it has values then restrictAccessToProjectGroups must be true.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration/restrict-access-to-project-groups.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration/restrict-access-to-project-groups.html new file mode 100644 index 000000000..398920c5d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration/restrict-access-to-project-groups.html @@ -0,0 +1,80 @@ + + + + + restrictAccessToProjectGroups + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

restrictAccessToProjectGroups

+
+

Parameters

restrictAccessToProjectGroups

Controls whether this pool can be used by everyone, or only the assigned project groups. A true value implies that projectGroupIds is present and has at least one entry. Conversely, a false value implies that projectGroupIds is empty.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-page/-test-distribution-agent-pool-page.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-page/-test-distribution-agent-pool-page.html new file mode 100644 index 000000000..ebd8daa59 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-page/-test-distribution-agent-pool-page.html @@ -0,0 +1,80 @@ + + + + + TestDistributionAgentPoolPage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestDistributionAgentPoolPage

+
+
constructor(@Json(name = "content") content: List<TestDistributionAgentPoolConfigurationWithId>)

Parameters

content

A list of agent pool IDs.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-page/content.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-page/content.html new file mode 100644 index 000000000..e7666d71e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-page/content.html @@ -0,0 +1,80 @@ + + + + + content + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

content

+
+

Parameters

content

A list of agent pool IDs.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-page/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-page/index.html new file mode 100644 index 000000000..2adacfd2d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-page/index.html @@ -0,0 +1,123 @@ + + + + + TestDistributionAgentPoolPage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestDistributionAgentPoolPage

+

A list of agent pools.

Parameters

content

A list of agent pool IDs.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "content") content: List<TestDistributionAgentPoolConfigurationWithId>)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+ +
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-description/-test-distribution-agent-pool-registration-key-description.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-description/-test-distribution-agent-pool-registration-key-description.html new file mode 100644 index 000000000..8c913db29 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-description/-test-distribution-agent-pool-registration-key-description.html @@ -0,0 +1,80 @@ + + + + + TestDistributionAgentPoolRegistrationKeyDescription + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestDistributionAgentPoolRegistrationKeyDescription

+
+
constructor(@Json(name = "description") description: String? = null)

Parameters

description

Description of the registration key to help identify it later.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-description/description.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-description/description.html new file mode 100644 index 000000000..773906667 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-description/description.html @@ -0,0 +1,80 @@ + + + + + description + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

description

+
+
val description: String? = null

Parameters

description

Description of the registration key to help identify it later.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-description/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-description/index.html new file mode 100644 index 000000000..c1ce904aa --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-description/index.html @@ -0,0 +1,123 @@ + + + + + TestDistributionAgentPoolRegistrationKeyDescription + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestDistributionAgentPoolRegistrationKeyDescription

+
data class TestDistributionAgentPoolRegistrationKeyDescription(@Json(name = "description") val description: String? = null)

Optional description of a Test Distribution pool-specific agent registration key.

Parameters

description

Description of the registration key to help identify it later.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "description") description: String? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val description: String? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix-page/-test-distribution-agent-pool-registration-key-prefix-page.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix-page/-test-distribution-agent-pool-registration-key-prefix-page.html new file mode 100644 index 000000000..f406f2077 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix-page/-test-distribution-agent-pool-registration-key-prefix-page.html @@ -0,0 +1,80 @@ + + + + + TestDistributionAgentPoolRegistrationKeyPrefixPage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestDistributionAgentPoolRegistrationKeyPrefixPage

+
+
constructor(@Json(name = "content") content: List<TestDistributionAgentPoolRegistrationKeyPrefix>)

Parameters

content
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix-page/content.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix-page/content.html new file mode 100644 index 000000000..caad9366c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix-page/content.html @@ -0,0 +1,80 @@ + + + + + content + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix-page/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix-page/index.html new file mode 100644 index 000000000..776c92521 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix-page/index.html @@ -0,0 +1,123 @@ + + + + + TestDistributionAgentPoolRegistrationKeyPrefixPage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestDistributionAgentPoolRegistrationKeyPrefixPage

+

A list of Test Distribution pool-specific agent registration key prefixes.

Parameters

content
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "content") content: List<TestDistributionAgentPoolRegistrationKeyPrefix>)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+ +
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix/-test-distribution-agent-pool-registration-key-prefix.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix/-test-distribution-agent-pool-registration-key-prefix.html new file mode 100644 index 000000000..b84d1a903 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix/-test-distribution-agent-pool-registration-key-prefix.html @@ -0,0 +1,80 @@ + + + + + TestDistributionAgentPoolRegistrationKeyPrefix + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestDistributionAgentPoolRegistrationKeyPrefix

+
+
constructor(@Json(name = "keyPrefix") keyPrefix: String, @Json(name = "createdAt") createdAt: OffsetDateTime, @Json(name = "description") description: String? = null, @Json(name = "lastUsedAt") lastUsedAt: OffsetDateTime? = null, @Json(name = "lastUsedBy") lastUsedBy: String? = null, @Json(name = "revokedAt") revokedAt: OffsetDateTime? = null)

Parameters

keyPrefix

The registration key prefix.

createdAt

When the key was created

description

Description of the registration key to help identify it later.

lastUsedAt

When the key was last used

lastUsedBy

Who used the key last

revokedAt

When the key was revoked, a non-null value implies that the key is revoked and can no longer be used to authenticate.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix/created-at.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix/created-at.html new file mode 100644 index 000000000..d884beaff --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix/created-at.html @@ -0,0 +1,80 @@ + + + + + createdAt + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

createdAt

+
+

Parameters

createdAt

When the key was created

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix/description.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix/description.html new file mode 100644 index 000000000..c1a4e69e0 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix/description.html @@ -0,0 +1,80 @@ + + + + + description + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

description

+
+
val description: String? = null

Parameters

description

Description of the registration key to help identify it later.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix/index.html new file mode 100644 index 000000000..2874bfe70 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix/index.html @@ -0,0 +1,198 @@ + + + + + TestDistributionAgentPoolRegistrationKeyPrefix + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestDistributionAgentPoolRegistrationKeyPrefix

+
data class TestDistributionAgentPoolRegistrationKeyPrefix(@Json(name = "keyPrefix") val keyPrefix: String, @Json(name = "createdAt") val createdAt: OffsetDateTime, @Json(name = "description") val description: String? = null, @Json(name = "lastUsedAt") val lastUsedAt: OffsetDateTime? = null, @Json(name = "lastUsedBy") val lastUsedBy: String? = null, @Json(name = "revokedAt") val revokedAt: OffsetDateTime? = null)

A Test Distribution pool-specific agent registration key prefix.

Parameters

keyPrefix

The registration key prefix.

createdAt

When the key was created

description

Description of the registration key to help identify it later.

lastUsedAt

When the key was last used

lastUsedBy

Who used the key last

revokedAt

When the key was revoked, a non-null value implies that the key is revoked and can no longer be used to authenticate.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "keyPrefix") keyPrefix: String, @Json(name = "createdAt") createdAt: OffsetDateTime, @Json(name = "description") description: String? = null, @Json(name = "lastUsedAt") lastUsedAt: OffsetDateTime? = null, @Json(name = "lastUsedBy") lastUsedBy: String? = null, @Json(name = "revokedAt") revokedAt: OffsetDateTime? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val description: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val lastUsedBy: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix/key-prefix.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix/key-prefix.html new file mode 100644 index 000000000..3e5fd3019 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix/key-prefix.html @@ -0,0 +1,80 @@ + + + + + keyPrefix + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

keyPrefix

+
+

Parameters

keyPrefix

The registration key prefix.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix/last-used-at.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix/last-used-at.html new file mode 100644 index 000000000..88879b929 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix/last-used-at.html @@ -0,0 +1,80 @@ + + + + + lastUsedAt + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

lastUsedAt

+
+

Parameters

lastUsedAt

When the key was last used

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix/last-used-by.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix/last-used-by.html new file mode 100644 index 000000000..3dee2f0be --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix/last-used-by.html @@ -0,0 +1,80 @@ + + + + + lastUsedBy + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

lastUsedBy

+
+
val lastUsedBy: String? = null

Parameters

lastUsedBy

Who used the key last

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix/revoked-at.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix/revoked-at.html new file mode 100644 index 000000000..a20ff0ea3 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix/revoked-at.html @@ -0,0 +1,80 @@ + + + + + revokedAt + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

revokedAt

+
+

Parameters

revokedAt

When the key was revoked, a non-null value implies that the key is revoked and can no longer be used to authenticate.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key/-test-distribution-agent-pool-registration-key.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key/-test-distribution-agent-pool-registration-key.html new file mode 100644 index 000000000..00790b3df --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key/-test-distribution-agent-pool-registration-key.html @@ -0,0 +1,80 @@ + + + + + TestDistributionAgentPoolRegistrationKey + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestDistributionAgentPoolRegistrationKey

+
+
constructor(@Json(name = "key") key: String, @Json(name = "description") description: String? = null)

Parameters

key

The agent API key.

description

Description of the registration key to help identify it later.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key/description.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key/description.html new file mode 100644 index 000000000..fd9bf6276 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key/description.html @@ -0,0 +1,80 @@ + + + + + description + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

description

+
+
val description: String? = null

Parameters

description

Description of the registration key to help identify it later.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key/index.html new file mode 100644 index 000000000..f8f6fe7ee --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key/index.html @@ -0,0 +1,138 @@ + + + + + TestDistributionAgentPoolRegistrationKey + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestDistributionAgentPoolRegistrationKey

+
data class TestDistributionAgentPoolRegistrationKey(@Json(name = "key") val key: String, @Json(name = "description") val description: String? = null)

A Test Distribution pool-specific agent registration key.

Parameters

key

The agent API key.

description

Description of the registration key to help identify it later.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "key") key: String, @Json(name = "description") description: String? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val description: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val key: String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key/key.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key/key.html new file mode 100644 index 000000000..8d1b78029 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key/key.html @@ -0,0 +1,80 @@ + + + + + key + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

key

+
+
val key: String

Parameters

key

The agent API key.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-status/-test-distribution-agent-pool-status.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-status/-test-distribution-agent-pool-status.html new file mode 100644 index 000000000..292486849 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-status/-test-distribution-agent-pool-status.html @@ -0,0 +1,80 @@ + + + + + TestDistributionAgentPoolStatus + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestDistributionAgentPoolStatus

+
+
constructor(@Json(name = "id") id: String, @Json(name = "name") name: String, @Json(name = "minimumSize") minimumSize: Int, @Json(name = "maximumSize") maximumSize: Int, @Json(name = "connectedAgents") connectedAgents: Int, @Json(name = "idleAgents") idleAgents: Int, @Json(name = "desiredAgents") desiredAgents: Int)

Parameters

id

The unique identifier of the agent pool.

name

The alias or display name of the agent pool.

minimumSize
maximumSize
connectedAgents
idleAgents
desiredAgents
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-status/connected-agents.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-status/connected-agents.html new file mode 100644 index 000000000..7cbaf5343 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-status/connected-agents.html @@ -0,0 +1,80 @@ + + + + + connectedAgents + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

connectedAgents

+
+

Parameters

connectedAgents
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-status/desired-agents.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-status/desired-agents.html new file mode 100644 index 000000000..8d28086c6 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-status/desired-agents.html @@ -0,0 +1,80 @@ + + + + + desiredAgents + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

desiredAgents

+
+

Parameters

desiredAgents
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-status/id.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-status/id.html new file mode 100644 index 000000000..9f44036e5 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-status/id.html @@ -0,0 +1,80 @@ + + + + + id + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

id

+
+
val id: String

Parameters

id

The unique identifier of the agent pool.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-status/idle-agents.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-status/idle-agents.html new file mode 100644 index 000000000..70edb4231 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-status/idle-agents.html @@ -0,0 +1,80 @@ + + + + + idleAgents + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

idleAgents

+
+

Parameters

idleAgents
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-status/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-status/index.html new file mode 100644 index 000000000..f747c19a7 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-status/index.html @@ -0,0 +1,213 @@ + + + + + TestDistributionAgentPoolStatus + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestDistributionAgentPoolStatus

+
data class TestDistributionAgentPoolStatus(@Json(name = "id") val id: String, @Json(name = "name") val name: String, @Json(name = "minimumSize") val minimumSize: Int, @Json(name = "maximumSize") val maximumSize: Int, @Json(name = "connectedAgents") val connectedAgents: Int, @Json(name = "idleAgents") val idleAgents: Int, @Json(name = "desiredAgents") val desiredAgents: Int)

The status of an agent pool.

Parameters

id

The unique identifier of the agent pool.

name

The alias or display name of the agent pool.

minimumSize
maximumSize
connectedAgents
idleAgents
desiredAgents
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "id") id: String, @Json(name = "name") name: String, @Json(name = "minimumSize") minimumSize: Int, @Json(name = "maximumSize") maximumSize: Int, @Json(name = "connectedAgents") connectedAgents: Int, @Json(name = "idleAgents") idleAgents: Int, @Json(name = "desiredAgents") desiredAgents: Int)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val id: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-status/maximum-size.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-status/maximum-size.html new file mode 100644 index 000000000..232c1f807 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-status/maximum-size.html @@ -0,0 +1,80 @@ + + + + + maximumSize + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

maximumSize

+
+

Parameters

maximumSize
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-status/minimum-size.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-status/minimum-size.html new file mode 100644 index 000000000..92c8c2f33 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-status/minimum-size.html @@ -0,0 +1,80 @@ + + + + + minimumSize + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

minimumSize

+
+

Parameters

minimumSize
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-status/name.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-status/name.html new file mode 100644 index 000000000..d64f75ad1 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-status/name.html @@ -0,0 +1,80 @@ + + + + + name + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

name

+
+

Parameters

name

The alias or display name of the agent pool.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-include-fields/-b-u-i-l-d_-s-c-a-n_-i-d-s/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-include-fields/-b-u-i-l-d_-s-c-a-n_-i-d-s/index.html new file mode 100644 index 000000000..cd659abc2 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-include-fields/-b-u-i-l-d_-s-c-a-n_-i-d-s/index.html @@ -0,0 +1,153 @@ + + + + + BUILD_SCAN_IDS + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BUILD_SCAN_IDS

+
@Json(name = "buildScanIds")
BUILD_SCAN_IDS
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-include-fields/-companion/decode.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-include-fields/-companion/decode.html new file mode 100644 index 000000000..63d5650e4 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-include-fields/-companion/decode.html @@ -0,0 +1,80 @@ + + + + + decode + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

decode

+
+

Returns a valid TestIncludeFields for data, null otherwise.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-include-fields/-companion/encode.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-include-fields/-companion/encode.html new file mode 100644 index 000000000..33a78ae23 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-include-fields/-companion/encode.html @@ -0,0 +1,80 @@ + + + + + encode + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

encode

+
+
fun encode(data: Any?): String?

Converts the provided data to a String on success, null otherwise.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-include-fields/-companion/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-include-fields/-companion/index.html new file mode 100644 index 000000000..5de6070fd --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-include-fields/-companion/index.html @@ -0,0 +1,119 @@ + + + + + Companion + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Companion

+
object Companion
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns a valid TestIncludeFields for data, null otherwise.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun encode(data: Any?): String?

Converts the provided data to a String on success, null otherwise.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-include-fields/-w-o-r-k_-u-n-i-t-s/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-include-fields/-w-o-r-k_-u-n-i-t-s/index.html new file mode 100644 index 000000000..da7decab3 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-include-fields/-w-o-r-k_-u-n-i-t-s/index.html @@ -0,0 +1,153 @@ + + + + + WORK_UNITS + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

WORK_UNITS

+
@Json(name = "workUnits")
WORK_UNITS
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-include-fields/entries.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-include-fields/entries.html new file mode 100644 index 000000000..04ccd98cf --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-include-fields/entries.html @@ -0,0 +1,80 @@ + + + + + entries + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

entries

+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-include-fields/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-include-fields/index.html new file mode 100644 index 000000000..d4b8f3843 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-include-fields/index.html @@ -0,0 +1,251 @@ + + + + + TestIncludeFields + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestIncludeFields

+
@JsonClass(generateAdapter = false)
enum TestIncludeFields : Enum<TestIncludeFields>

Values: BUILD_SCAN_IDS,WORK_UNITS

+
+
+
+
+
+

Entries

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "buildScanIds")
BUILD_SCAN_IDS
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "workUnits")
WORK_UNITS
+
+
+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
object Companion
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns an array containing the constants of this enum type, in the order they're declared.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-include-fields/to-string.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-include-fields/to-string.html new file mode 100644 index 000000000..aa18b572c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-include-fields/to-string.html @@ -0,0 +1,80 @@ + + + + + toString + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

This solves a problem when the variable name and its value are different, and ensures that the client sends the correct enum values to the server always.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-include-fields/value-of.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-include-fields/value-of.html new file mode 100644 index 000000000..4ebf7e87e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-include-fields/value-of.html @@ -0,0 +1,80 @@ + + + + + valueOf + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

valueOf

+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

kotlin.IllegalArgumentException

if this enum type has no constant with the specified name

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-include-fields/value.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-include-fields/value.html new file mode 100644 index 000000000..430856c0f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-include-fields/value.html @@ -0,0 +1,80 @@ + + + + + value + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

value

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-include-fields/values.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-include-fields/values.html new file mode 100644 index 000000000..5787de239 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-include-fields/values.html @@ -0,0 +1,80 @@ + + + + + values + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

values

+
+

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-or-container/-test-or-container.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-or-container/-test-or-container.html new file mode 100644 index 000000000..02fdec732 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-or-container/-test-or-container.html @@ -0,0 +1,80 @@ + + + + + TestOrContainer + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestOrContainer

+
+
constructor(@Json(name = "name") name: String, @Json(name = "outcomeDistribution") outcomeDistribution: TestOutcomeDistribution, @Json(name = "workUnits") workUnits: List<TestWorkUnit>? = null, @Json(name = "buildScanIdsByOutcome") buildScanIdsByOutcome: BuildScanIdsByOutcome? = null)

Parameters

name

The name of the test or test container.

outcomeDistribution
workUnits
buildScanIdsByOutcome
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-or-container/build-scan-ids-by-outcome.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-or-container/build-scan-ids-by-outcome.html new file mode 100644 index 000000000..035e5e13f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-or-container/build-scan-ids-by-outcome.html @@ -0,0 +1,80 @@ + + + + + buildScanIdsByOutcome + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

buildScanIdsByOutcome

+
+

Parameters

buildScanIdsByOutcome
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-or-container/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-or-container/index.html new file mode 100644 index 000000000..2f4e750db --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-or-container/index.html @@ -0,0 +1,168 @@ + + + + + TestOrContainer + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestOrContainer

+
data class TestOrContainer(@Json(name = "name") val name: String, @Json(name = "outcomeDistribution") val outcomeDistribution: TestOutcomeDistribution, @Json(name = "workUnits") val workUnits: List<TestWorkUnit>? = null, @Json(name = "buildScanIdsByOutcome") val buildScanIdsByOutcome: BuildScanIdsByOutcome? = null)

A test or test container.

Parameters

name

The name of the test or test container.

outcomeDistribution
workUnits
buildScanIdsByOutcome
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "name") name: String, @Json(name = "outcomeDistribution") outcomeDistribution: TestOutcomeDistribution, @Json(name = "workUnits") workUnits: List<TestWorkUnit>? = null, @Json(name = "buildScanIdsByOutcome") buildScanIdsByOutcome: BuildScanIdsByOutcome? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-or-container/name.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-or-container/name.html new file mode 100644 index 000000000..6b77a2d28 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-or-container/name.html @@ -0,0 +1,80 @@ + + + + + name + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

name

+
+

Parameters

name

The name of the test or test container.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-or-container/outcome-distribution.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-or-container/outcome-distribution.html new file mode 100644 index 000000000..e514b465c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-or-container/outcome-distribution.html @@ -0,0 +1,80 @@ + + + + + outcomeDistribution + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

outcomeDistribution

+
+

Parameters

outcomeDistribution
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-or-container/work-units.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-or-container/work-units.html new file mode 100644 index 000000000..e265be90f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-or-container/work-units.html @@ -0,0 +1,80 @@ + + + + + workUnits + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

workUnits

+
+

Parameters

workUnits
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome-distribution/-test-outcome-distribution.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome-distribution/-test-outcome-distribution.html new file mode 100644 index 000000000..cdaa47ebf --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome-distribution/-test-outcome-distribution.html @@ -0,0 +1,80 @@ + + + + + TestOutcomeDistribution + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestOutcomeDistribution

+
+
constructor(@Json(name = "passed") passed: Int, @Json(name = "failed") failed: Int, @Json(name = "skipped") skipped: Int, @Json(name = "flaky") flaky: Int, @Json(name = "notSelected") notSelected: Int, @Json(name = "total") total: Int)

Parameters

passed

The number of 'Passed' outcomes.

failed

The number of 'Failed' outcomes.

skipped

The number of 'Skipped' outcomes.

flaky

The number of 'Flaky' outcomes.

notSelected

The number of 'Not Selected' outcomes.

total

The total number of outcomes.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome-distribution/failed.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome-distribution/failed.html new file mode 100644 index 000000000..3dde7c96c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome-distribution/failed.html @@ -0,0 +1,80 @@ + + + + + failed + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

failed

+
+
val failed: Int

Parameters

failed

The number of 'Failed' outcomes.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome-distribution/flaky.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome-distribution/flaky.html new file mode 100644 index 000000000..76369b7b9 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome-distribution/flaky.html @@ -0,0 +1,80 @@ + + + + + flaky + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

flaky

+
+
val flaky: Int

Parameters

flaky

The number of 'Flaky' outcomes.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome-distribution/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome-distribution/index.html new file mode 100644 index 000000000..ecf1eb721 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome-distribution/index.html @@ -0,0 +1,198 @@ + + + + + TestOutcomeDistribution + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestOutcomeDistribution

+
data class TestOutcomeDistribution(@Json(name = "passed") val passed: Int, @Json(name = "failed") val failed: Int, @Json(name = "skipped") val skipped: Int, @Json(name = "flaky") val flaky: Int, @Json(name = "notSelected") val notSelected: Int, @Json(name = "total") val total: Int)

A distribution of outcomes.

Parameters

passed

The number of 'Passed' outcomes.

failed

The number of 'Failed' outcomes.

skipped

The number of 'Skipped' outcomes.

flaky

The number of 'Flaky' outcomes.

notSelected

The number of 'Not Selected' outcomes.

total

The total number of outcomes.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "passed") passed: Int, @Json(name = "failed") failed: Int, @Json(name = "skipped") skipped: Int, @Json(name = "flaky") flaky: Int, @Json(name = "notSelected") notSelected: Int, @Json(name = "total") total: Int)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val failed: Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val flaky: Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val passed: Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val total: Int
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome-distribution/not-selected.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome-distribution/not-selected.html new file mode 100644 index 000000000..612aba3d5 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome-distribution/not-selected.html @@ -0,0 +1,80 @@ + + + + + notSelected + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

notSelected

+
+

Parameters

notSelected

The number of 'Not Selected' outcomes.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome-distribution/passed.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome-distribution/passed.html new file mode 100644 index 000000000..f3c919eb9 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome-distribution/passed.html @@ -0,0 +1,80 @@ + + + + + passed + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

passed

+
+
val passed: Int

Parameters

passed

The number of 'Passed' outcomes.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome-distribution/skipped.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome-distribution/skipped.html new file mode 100644 index 000000000..63462899d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome-distribution/skipped.html @@ -0,0 +1,80 @@ + + + + + skipped + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

skipped

+
+

Parameters

skipped

The number of 'Skipped' outcomes.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome-distribution/total.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome-distribution/total.html new file mode 100644 index 000000000..f16384208 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome-distribution/total.html @@ -0,0 +1,80 @@ + + + + + total + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

total

+
+
val total: Int

Parameters

total

The total number of outcomes.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/-companion/decode.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/-companion/decode.html new file mode 100644 index 000000000..5c9b81732 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/-companion/decode.html @@ -0,0 +1,80 @@ + + + + + decode + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

decode

+
+
fun decode(data: Any?): TestOutcome?

Returns a valid TestOutcome for data, null otherwise.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/-companion/encode.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/-companion/encode.html new file mode 100644 index 000000000..5a5454444 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/-companion/encode.html @@ -0,0 +1,80 @@ + + + + + encode + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

encode

+
+
fun encode(data: Any?): String?

Converts the provided data to a String on success, null otherwise.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/-companion/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/-companion/index.html new file mode 100644 index 000000000..d9c83c66a --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/-companion/index.html @@ -0,0 +1,119 @@ + + + + + Companion + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Companion

+
object Companion
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun decode(data: Any?): TestOutcome?

Returns a valid TestOutcome for data, null otherwise.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun encode(data: Any?): String?

Converts the provided data to a String on success, null otherwise.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/entries.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/entries.html new file mode 100644 index 000000000..43c88068e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/entries.html @@ -0,0 +1,80 @@ + + + + + entries + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

entries

+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/failed/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/failed/index.html new file mode 100644 index 000000000..5babf3556 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/failed/index.html @@ -0,0 +1,153 @@ + + + + + failed + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

failed

+
@Json(name = "failed")
failed
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/flaky/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/flaky/index.html new file mode 100644 index 000000000..98554bb6e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/flaky/index.html @@ -0,0 +1,153 @@ + + + + + flaky + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

flaky

+
@Json(name = "flaky")
flaky
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/index.html new file mode 100644 index 000000000..126f1e697 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/index.html @@ -0,0 +1,296 @@ + + + + + TestOutcome + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestOutcome

+
@JsonClass(generateAdapter = false)
enum TestOutcome : Enum<TestOutcome>

Values: passed,failed,skipped,flaky,notSelected

+
+
+
+
+
+

Entries

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "passed")
passed
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "failed")
failed
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "skipped")
skipped
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "flaky")
flaky
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "notSelected")
notSelected
+
+
+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
object Companion
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns an array containing the constants of this enum type, in the order they're declared.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/not-selected/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/not-selected/index.html new file mode 100644 index 000000000..2cc27d403 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/not-selected/index.html @@ -0,0 +1,153 @@ + + + + + notSelected + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

notSelected

+
@Json(name = "notSelected")
notSelected
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/passed/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/passed/index.html new file mode 100644 index 000000000..089d52ffb --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/passed/index.html @@ -0,0 +1,153 @@ + + + + + passed + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

passed

+
@Json(name = "passed")
passed
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/skipped/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/skipped/index.html new file mode 100644 index 000000000..1821ae99c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/skipped/index.html @@ -0,0 +1,153 @@ + + + + + skipped + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

skipped

+
@Json(name = "skipped")
skipped
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/to-string.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/to-string.html new file mode 100644 index 000000000..3d356511d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/to-string.html @@ -0,0 +1,80 @@ + + + + + toString + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String

Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

This solves a problem when the variable name and its value are different, and ensures that the client sends the correct enum values to the server always.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/value-of.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/value-of.html new file mode 100644 index 000000000..ffa4b8b4b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/value-of.html @@ -0,0 +1,80 @@ + + + + + valueOf + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

valueOf

+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

kotlin.IllegalArgumentException

if this enum type has no constant with the specified name

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/value.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/value.html new file mode 100644 index 000000000..8f97f2df3 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/value.html @@ -0,0 +1,80 @@ + + + + + value + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

value

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/values.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/values.html new file mode 100644 index 000000000..a49e00992 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-outcome/values.html @@ -0,0 +1,80 @@ + + + + + values + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

values

+
+

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation-data/-test-performance-build-predictive-test-selection-simulation-data.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation-data/-test-performance-build-predictive-test-selection-simulation-data.html new file mode 100644 index 000000000..cd717c419 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation-data/-test-performance-build-predictive-test-selection-simulation-data.html @@ -0,0 +1,80 @@ + + + + + TestPerformanceBuildPredictiveTestSelectionSimulationData + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestPerformanceBuildPredictiveTestSelectionSimulationData

+
+
constructor(@Json(name = "wallClockSavingsPotential") wallClockSavingsPotential: Long, @Json(name = "serialTimeSavingsPotential") serialTimeSavingsPotential: Long, @Json(name = "workUnitFailuresPredictedCount") workUnitFailuresPredictedCount: Long, @Json(name = "workUnitFailuresMissedCount") workUnitFailuresMissedCount: Long, @Json(name = "avoidableTestClassesCount") avoidableTestClassesCount: Long, @Json(name = "unavoidableTestClassesCount") unavoidableTestClassesCount: Long, @Json(name = "testClassesCountSelectedDueToInsufficientData") testClassesCountSelectedDueToInsufficientData: Long)

Parameters

wallClockSavingsPotential

The PTS wallclock savings potential in milliseconds.

serialTimeSavingsPotential

The PTS serial time savings potential in milliseconds.

workUnitFailuresPredictedCount

The number of predicted task failures.

workUnitFailuresMissedCount

The number of task failures that were missed in the prediction.

avoidableTestClassesCount

The number test classes that can be avoided by PTS.

unavoidableTestClassesCount

The number of test classes that cannot be avoided by PTS.

testClassesCountSelectedDueToInsufficientData

The number of test classes that were selected because of insufficient data.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation-data/avoidable-test-classes-count.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation-data/avoidable-test-classes-count.html new file mode 100644 index 000000000..94cbae80c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation-data/avoidable-test-classes-count.html @@ -0,0 +1,80 @@ + + + + + avoidableTestClassesCount + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avoidableTestClassesCount

+
+

Parameters

avoidableTestClassesCount

The number test classes that can be avoided by PTS.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation-data/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation-data/index.html new file mode 100644 index 000000000..7ab60d13b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation-data/index.html @@ -0,0 +1,213 @@ + + + + + TestPerformanceBuildPredictiveTestSelectionSimulationData + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestPerformanceBuildPredictiveTestSelectionSimulationData

+
data class TestPerformanceBuildPredictiveTestSelectionSimulationData(@Json(name = "wallClockSavingsPotential") val wallClockSavingsPotential: Long, @Json(name = "serialTimeSavingsPotential") val serialTimeSavingsPotential: Long, @Json(name = "workUnitFailuresPredictedCount") val workUnitFailuresPredictedCount: Long, @Json(name = "workUnitFailuresMissedCount") val workUnitFailuresMissedCount: Long, @Json(name = "avoidableTestClassesCount") val avoidableTestClassesCount: Long, @Json(name = "unavoidableTestClassesCount") val unavoidableTestClassesCount: Long, @Json(name = "testClassesCountSelectedDueToInsufficientData") val testClassesCountSelectedDueToInsufficientData: Long)

Data related to a Predictive Test Selection simulation (build level).

Parameters

wallClockSavingsPotential

The PTS wallclock savings potential in milliseconds.

serialTimeSavingsPotential

The PTS serial time savings potential in milliseconds.

workUnitFailuresPredictedCount

The number of predicted task failures.

workUnitFailuresMissedCount

The number of task failures that were missed in the prediction.

avoidableTestClassesCount

The number test classes that can be avoided by PTS.

unavoidableTestClassesCount

The number of test classes that cannot be avoided by PTS.

testClassesCountSelectedDueToInsufficientData

The number of test classes that were selected because of insufficient data.

+
+
+
+
+
+

Constructors

+
+
+
+ +
+
+
constructor(@Json(name = "wallClockSavingsPotential") wallClockSavingsPotential: Long, @Json(name = "serialTimeSavingsPotential") serialTimeSavingsPotential: Long, @Json(name = "workUnitFailuresPredictedCount") workUnitFailuresPredictedCount: Long, @Json(name = "workUnitFailuresMissedCount") workUnitFailuresMissedCount: Long, @Json(name = "avoidableTestClassesCount") avoidableTestClassesCount: Long, @Json(name = "unavoidableTestClassesCount") unavoidableTestClassesCount: Long, @Json(name = "testClassesCountSelectedDueToInsufficientData") testClassesCountSelectedDueToInsufficientData: Long)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ + + +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation-data/serial-time-savings-potential.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation-data/serial-time-savings-potential.html new file mode 100644 index 000000000..ada5312d2 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation-data/serial-time-savings-potential.html @@ -0,0 +1,80 @@ + + + + + serialTimeSavingsPotential + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serialTimeSavingsPotential

+
+

Parameters

serialTimeSavingsPotential

The PTS serial time savings potential in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation-data/test-classes-count-selected-due-to-insufficient-data.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation-data/test-classes-count-selected-due-to-insufficient-data.html new file mode 100644 index 000000000..c91ae2a09 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation-data/test-classes-count-selected-due-to-insufficient-data.html @@ -0,0 +1,80 @@ + + + + + testClassesCountSelectedDueToInsufficientData + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

testClassesCountSelectedDueToInsufficientData

+
+

Parameters

testClassesCountSelectedDueToInsufficientData

The number of test classes that were selected because of insufficient data.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation-data/unavoidable-test-classes-count.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation-data/unavoidable-test-classes-count.html new file mode 100644 index 000000000..d84f3227b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation-data/unavoidable-test-classes-count.html @@ -0,0 +1,80 @@ + + + + + unavoidableTestClassesCount + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

unavoidableTestClassesCount

+
+

Parameters

unavoidableTestClassesCount

The number of test classes that cannot be avoided by PTS.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation-data/wall-clock-savings-potential.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation-data/wall-clock-savings-potential.html new file mode 100644 index 000000000..e85849f7f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation-data/wall-clock-savings-potential.html @@ -0,0 +1,80 @@ + + + + + wallClockSavingsPotential + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

wallClockSavingsPotential

+
+

Parameters

wallClockSavingsPotential

The PTS wallclock savings potential in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation-data/work-unit-failures-missed-count.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation-data/work-unit-failures-missed-count.html new file mode 100644 index 000000000..f07dd1e93 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation-data/work-unit-failures-missed-count.html @@ -0,0 +1,80 @@ + + + + + workUnitFailuresMissedCount + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

workUnitFailuresMissedCount

+
+

Parameters

workUnitFailuresMissedCount

The number of task failures that were missed in the prediction.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation-data/work-unit-failures-predicted-count.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation-data/work-unit-failures-predicted-count.html new file mode 100644 index 000000000..73afc2a4c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation-data/work-unit-failures-predicted-count.html @@ -0,0 +1,80 @@ + + + + + workUnitFailuresPredictedCount + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

workUnitFailuresPredictedCount

+
+

Parameters

workUnitFailuresPredictedCount

The number of predicted task failures.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation/-test-performance-build-predictive-test-selection-simulation.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation/-test-performance-build-predictive-test-selection-simulation.html new file mode 100644 index 000000000..26a2196c3 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation/-test-performance-build-predictive-test-selection-simulation.html @@ -0,0 +1,80 @@ + + + + + TestPerformanceBuildPredictiveTestSelectionSimulation + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestPerformanceBuildPredictiveTestSelectionSimulation

+
+

Parameters

conservative
standard
fast
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation/conservative.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation/conservative.html new file mode 100644 index 000000000..6e72f1356 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation/conservative.html @@ -0,0 +1,80 @@ + + + + + conservative + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation/fast.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation/fast.html new file mode 100644 index 000000000..dd870d528 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation/fast.html @@ -0,0 +1,80 @@ + + + + + fast + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation/index.html new file mode 100644 index 000000000..dc87b1c07 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation/index.html @@ -0,0 +1,153 @@ + + + + + TestPerformanceBuildPredictiveTestSelectionSimulation + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestPerformanceBuildPredictiveTestSelectionSimulation

+

Groups data from the three PTS simulation profiles (build level).

Parameters

conservative
standard
fast
+
+
+
+
+
+

Constructors

+
+
+
+ +
+ +
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation/standard.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation/standard.html new file mode 100644 index 000000000..35baef6e8 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation/standard.html @@ -0,0 +1,80 @@ + + + + + standard + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-usage/-test-performance-build-predictive-test-selection-usage.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-usage/-test-performance-build-predictive-test-selection-usage.html new file mode 100644 index 000000000..1690f4bfd --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-usage/-test-performance-build-predictive-test-selection-usage.html @@ -0,0 +1,80 @@ + + + + + TestPerformanceBuildPredictiveTestSelectionUsage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestPerformanceBuildPredictiveTestSelectionUsage

+
+
constructor(@Json(name = "status") status: TestAccelerationFeatureUsageStatus, @Json(name = "wallClockSavings") wallClockSavings: Long?, @Json(name = "serialTimeSavings") serialTimeSavings: Long?)

Parameters

status
wallClockSavings

The wall-clock savings in milliseconds, which can be negative. Negative values indicate that it took more time to make the Predictive Test Selection request, than it would have taken to directly execute the tests.

serialTimeSavings

The serial time savings in milliseconds. This is the sum of test duration estimates from not selected test classes.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-usage/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-usage/index.html new file mode 100644 index 000000000..78ef7a1ae --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-usage/index.html @@ -0,0 +1,153 @@ + + + + + TestPerformanceBuildPredictiveTestSelectionUsage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestPerformanceBuildPredictiveTestSelectionUsage

+
data class TestPerformanceBuildPredictiveTestSelectionUsage(@Json(name = "status") val status: TestAccelerationFeatureUsageStatus, @Json(name = "wallClockSavings") val wallClockSavings: Long?, @Json(name = "serialTimeSavings") val serialTimeSavings: Long?)

Groups PTS usage data (build level).

Parameters

status
wallClockSavings

The wall-clock savings in milliseconds, which can be negative. Negative values indicate that it took more time to make the Predictive Test Selection request, than it would have taken to directly execute the tests.

serialTimeSavings

The serial time savings in milliseconds. This is the sum of test duration estimates from not selected test classes.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "status") status: TestAccelerationFeatureUsageStatus, @Json(name = "wallClockSavings") wallClockSavings: Long?, @Json(name = "serialTimeSavings") serialTimeSavings: Long?)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-usage/serial-time-savings.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-usage/serial-time-savings.html new file mode 100644 index 000000000..e8595a0ba --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-usage/serial-time-savings.html @@ -0,0 +1,80 @@ + + + + + serialTimeSavings + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serialTimeSavings

+
+

Parameters

serialTimeSavings

The serial time savings in milliseconds. This is the sum of test duration estimates from not selected test classes.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-usage/status.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-usage/status.html new file mode 100644 index 000000000..c708b0daf --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-usage/status.html @@ -0,0 +1,80 @@ + + + + + status + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

status

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-usage/wall-clock-savings.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-usage/wall-clock-savings.html new file mode 100644 index 000000000..5cf0fd88b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-usage/wall-clock-savings.html @@ -0,0 +1,80 @@ + + + + + wallClockSavings + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

wallClockSavings

+
+

Parameters

wallClockSavings

The wall-clock savings in milliseconds, which can be negative. Negative values indicate that it took more time to make the Predictive Test Selection request, than it would have taken to directly execute the tests.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection/-test-performance-build-predictive-test-selection.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection/-test-performance-build-predictive-test-selection.html new file mode 100644 index 000000000..1d454ee34 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection/-test-performance-build-predictive-test-selection.html @@ -0,0 +1,80 @@ + + + + + TestPerformanceBuildPredictiveTestSelection + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestPerformanceBuildPredictiveTestSelection

+
+
constructor(@Json(name = "usage") usage: TestPerformanceBuildPredictiveTestSelectionUsage, @Json(name = "simulation") simulation: TestPerformanceBuildPredictiveTestSelectionSimulation? = null)

Parameters

usage
simulation
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection/index.html new file mode 100644 index 000000000..c88f5b558 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection/index.html @@ -0,0 +1,138 @@ + + + + + TestPerformanceBuildPredictiveTestSelection + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestPerformanceBuildPredictiveTestSelection

+

Predictive Test Selection related data of a build.

Parameters

usage
simulation
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "usage") usage: TestPerformanceBuildPredictiveTestSelectionUsage, @Json(name = "simulation") simulation: TestPerformanceBuildPredictiveTestSelectionSimulation? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection/simulation.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection/simulation.html new file mode 100644 index 000000000..5060d3782 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection/simulation.html @@ -0,0 +1,80 @@ + + + + + simulation + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

simulation

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection/usage.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection/usage.html new file mode 100644 index 000000000..ff43ceb39 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection/usage.html @@ -0,0 +1,80 @@ + + + + + usage + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-test-acceleration/-test-performance-build-test-acceleration.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-test-acceleration/-test-performance-build-test-acceleration.html new file mode 100644 index 000000000..6cb4e523e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-test-acceleration/-test-performance-build-test-acceleration.html @@ -0,0 +1,80 @@ + + + + + TestPerformanceBuildTestAcceleration + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestPerformanceBuildTestAcceleration

+
+
constructor(@Json(name = "predictiveTestSelection") predictiveTestSelection: TestPerformanceBuildPredictiveTestSelection, @Json(name = "testDistribution") testDistribution: TestPerformanceBuildTestDistribution, @Json(name = "wallClockSavings") wallClockSavings: Long?)

Parameters

predictiveTestSelection
testDistribution
wallClockSavings

The wall-clock savings in milliseconds, which can be negative. Negative values indicate that it took more time to make the test acceleration requests, than it would have taken to directly execute the tests.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-test-acceleration/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-test-acceleration/index.html new file mode 100644 index 000000000..b79439fce --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-test-acceleration/index.html @@ -0,0 +1,153 @@ + + + + + TestPerformanceBuildTestAcceleration + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestPerformanceBuildTestAcceleration

+
data class TestPerformanceBuildTestAcceleration(@Json(name = "predictiveTestSelection") val predictiveTestSelection: TestPerformanceBuildPredictiveTestSelection, @Json(name = "testDistribution") val testDistribution: TestPerformanceBuildTestDistribution, @Json(name = "wallClockSavings") val wallClockSavings: Long?)

Test acceleration data of a build.

Parameters

predictiveTestSelection
testDistribution
wallClockSavings

The wall-clock savings in milliseconds, which can be negative. Negative values indicate that it took more time to make the test acceleration requests, than it would have taken to directly execute the tests.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "predictiveTestSelection") predictiveTestSelection: TestPerformanceBuildPredictiveTestSelection, @Json(name = "testDistribution") testDistribution: TestPerformanceBuildTestDistribution, @Json(name = "wallClockSavings") wallClockSavings: Long?)
+
+
+
+
+
+
+
+

Properties

+
+
+ +
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-test-acceleration/predictive-test-selection.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-test-acceleration/predictive-test-selection.html new file mode 100644 index 000000000..0a4d43a76 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-test-acceleration/predictive-test-selection.html @@ -0,0 +1,80 @@ + + + + + predictiveTestSelection + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

predictiveTestSelection

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-test-acceleration/test-distribution.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-test-acceleration/test-distribution.html new file mode 100644 index 000000000..dd41bf269 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-test-acceleration/test-distribution.html @@ -0,0 +1,80 @@ + + + + + testDistribution + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

testDistribution

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-test-acceleration/wall-clock-savings.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-test-acceleration/wall-clock-savings.html new file mode 100644 index 000000000..3b7088cad --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-test-acceleration/wall-clock-savings.html @@ -0,0 +1,80 @@ + + + + + wallClockSavings + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

wallClockSavings

+
+

Parameters

wallClockSavings

The wall-clock savings in milliseconds, which can be negative. Negative values indicate that it took more time to make the test acceleration requests, than it would have taken to directly execute the tests.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-test-distribution/-test-performance-build-test-distribution.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-test-distribution/-test-performance-build-test-distribution.html new file mode 100644 index 000000000..fe69a69c6 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-test-distribution/-test-performance-build-test-distribution.html @@ -0,0 +1,80 @@ + + + + + TestPerformanceBuildTestDistribution + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestPerformanceBuildTestDistribution

+
+
constructor(@Json(name = "usageStatus") usageStatus: TestAccelerationFeatureUsageStatus, @Json(name = "wallClockSavings") wallClockSavings: Long?)

Parameters

usageStatus
wallClockSavings

The wall-clock savings in milliseconds, which can be negative. Negative values indicate that it took more time to make the Test Distribution request, than it would have taken to directly execute the tests.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-test-distribution/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-test-distribution/index.html new file mode 100644 index 000000000..090dae2c4 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-test-distribution/index.html @@ -0,0 +1,138 @@ + + + + + TestPerformanceBuildTestDistribution + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestPerformanceBuildTestDistribution

+
data class TestPerformanceBuildTestDistribution(@Json(name = "usageStatus") val usageStatus: TestAccelerationFeatureUsageStatus, @Json(name = "wallClockSavings") val wallClockSavings: Long?)

Test Distribution related data of a build.

Parameters

usageStatus
wallClockSavings

The wall-clock savings in milliseconds, which can be negative. Negative values indicate that it took more time to make the Test Distribution request, than it would have taken to directly execute the tests.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "usageStatus") usageStatus: TestAccelerationFeatureUsageStatus, @Json(name = "wallClockSavings") wallClockSavings: Long?)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-test-distribution/usage-status.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-test-distribution/usage-status.html new file mode 100644 index 000000000..54d07f354 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-test-distribution/usage-status.html @@ -0,0 +1,80 @@ + + + + + usageStatus + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

usageStatus

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-test-distribution/wall-clock-savings.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-test-distribution/wall-clock-savings.html new file mode 100644 index 000000000..69a06e8fa --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-build-test-distribution/wall-clock-savings.html @@ -0,0 +1,80 @@ + + + + + wallClockSavings + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

wallClockSavings

+
+

Parameters

wallClockSavings

The wall-clock savings in milliseconds, which can be negative. Negative values indicate that it took more time to make the Test Distribution request, than it would have taken to directly execute the tests.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-goal/-test-performance-goal.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-goal/-test-performance-goal.html new file mode 100644 index 000000000..1802b0dd6 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-goal/-test-performance-goal.html @@ -0,0 +1,80 @@ + + + + + TestPerformanceGoal + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestPerformanceGoal

+
+
constructor(@Json(name = "goalPath") goalPath: String, @Json(name = "wallClockExecutionTime") wallClockExecutionTime: Long, @Json(name = "serialExecutionTime") serialExecutionTime: Long, @Json(name = "tests") tests: WorkUnitTestPerformanceTests, @Json(name = "testAcceleration") testAcceleration: TestPerformanceWorkUnitTestAcceleration)

Parameters

goalPath

The path of the test goal

wallClockExecutionTime

The total execution time of the test goal in millis. This is the time elapsed between the start and end of the entire test goal.

serialExecutionTime

The serial execution time of the test goal in millis. This is the sum of all serial test class durations and includes the setup and cleanup durations of the test goal.

tests
testAcceleration
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-goal/goal-path.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-goal/goal-path.html new file mode 100644 index 000000000..c8ae9ac19 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-goal/goal-path.html @@ -0,0 +1,80 @@ + + + + + goalPath + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

goalPath

+
+

Parameters

goalPath

The path of the test goal

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-goal/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-goal/index.html new file mode 100644 index 000000000..b1d3e76eb --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-goal/index.html @@ -0,0 +1,183 @@ + + + + + TestPerformanceGoal + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestPerformanceGoal

+
data class TestPerformanceGoal(@Json(name = "goalPath") val goalPath: String, @Json(name = "wallClockExecutionTime") val wallClockExecutionTime: Long, @Json(name = "serialExecutionTime") val serialExecutionTime: Long, @Json(name = "tests") val tests: WorkUnitTestPerformanceTests, @Json(name = "testAcceleration") val testAcceleration: TestPerformanceWorkUnitTestAcceleration)

Test goal

Parameters

goalPath

The path of the test goal

wallClockExecutionTime

The total execution time of the test goal in millis. This is the time elapsed between the start and end of the entire test goal.

serialExecutionTime

The serial execution time of the test goal in millis. This is the sum of all serial test class durations and includes the setup and cleanup durations of the test goal.

tests
testAcceleration
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "goalPath") goalPath: String, @Json(name = "wallClockExecutionTime") wallClockExecutionTime: Long, @Json(name = "serialExecutionTime") serialExecutionTime: Long, @Json(name = "tests") tests: WorkUnitTestPerformanceTests, @Json(name = "testAcceleration") testAcceleration: TestPerformanceWorkUnitTestAcceleration)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-goal/serial-execution-time.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-goal/serial-execution-time.html new file mode 100644 index 000000000..2880cecf5 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-goal/serial-execution-time.html @@ -0,0 +1,80 @@ + + + + + serialExecutionTime + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serialExecutionTime

+
+

Parameters

serialExecutionTime

The serial execution time of the test goal in millis. This is the sum of all serial test class durations and includes the setup and cleanup durations of the test goal.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-goal/test-acceleration.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-goal/test-acceleration.html new file mode 100644 index 000000000..0ae4bd17c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-goal/test-acceleration.html @@ -0,0 +1,80 @@ + + + + + testAcceleration + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

testAcceleration

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-goal/tests.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-goal/tests.html new file mode 100644 index 000000000..ffa612144 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-goal/tests.html @@ -0,0 +1,80 @@ + + + + + tests + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

tests

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-goal/wall-clock-execution-time.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-goal/wall-clock-execution-time.html new file mode 100644 index 000000000..42c438795 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-goal/wall-clock-execution-time.html @@ -0,0 +1,80 @@ + + + + + wallClockExecutionTime + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

wallClockExecutionTime

+
+

Parameters

wallClockExecutionTime

The total execution time of the test goal in millis. This is the time elapsed between the start and end of the entire test goal.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-task/-test-performance-task.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-task/-test-performance-task.html new file mode 100644 index 000000000..735cad06a --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-task/-test-performance-task.html @@ -0,0 +1,80 @@ + + + + + TestPerformanceTask + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestPerformanceTask

+
+
constructor(@Json(name = "taskPath") taskPath: String, @Json(name = "wallClockExecutionTime") wallClockExecutionTime: Long, @Json(name = "serialExecutionTime") serialExecutionTime: Long, @Json(name = "tests") tests: WorkUnitTestPerformanceTests, @Json(name = "testAcceleration") testAcceleration: TestPerformanceWorkUnitTestAcceleration)

Parameters

taskPath

The path of the test task

wallClockExecutionTime

The total execution time of the test task in millis. This is the time elapsed between the start and end of the entire test task.

serialExecutionTime

The serial execution time of the test task in millis. This is the sum of all serial test class durations and includes the setup and cleanup durations of the test task.

tests
testAcceleration
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-task/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-task/index.html new file mode 100644 index 000000000..f467f1581 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-task/index.html @@ -0,0 +1,183 @@ + + + + + TestPerformanceTask + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestPerformanceTask

+
data class TestPerformanceTask(@Json(name = "taskPath") val taskPath: String, @Json(name = "wallClockExecutionTime") val wallClockExecutionTime: Long, @Json(name = "serialExecutionTime") val serialExecutionTime: Long, @Json(name = "tests") val tests: WorkUnitTestPerformanceTests, @Json(name = "testAcceleration") val testAcceleration: TestPerformanceWorkUnitTestAcceleration)

Test task

Parameters

taskPath

The path of the test task

wallClockExecutionTime

The total execution time of the test task in millis. This is the time elapsed between the start and end of the entire test task.

serialExecutionTime

The serial execution time of the test task in millis. This is the sum of all serial test class durations and includes the setup and cleanup durations of the test task.

tests
testAcceleration
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "taskPath") taskPath: String, @Json(name = "wallClockExecutionTime") wallClockExecutionTime: Long, @Json(name = "serialExecutionTime") serialExecutionTime: Long, @Json(name = "tests") tests: WorkUnitTestPerformanceTests, @Json(name = "testAcceleration") testAcceleration: TestPerformanceWorkUnitTestAcceleration)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-task/serial-execution-time.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-task/serial-execution-time.html new file mode 100644 index 000000000..e1ee50eb6 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-task/serial-execution-time.html @@ -0,0 +1,80 @@ + + + + + serialExecutionTime + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serialExecutionTime

+
+

Parameters

serialExecutionTime

The serial execution time of the test task in millis. This is the sum of all serial test class durations and includes the setup and cleanup durations of the test task.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-task/task-path.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-task/task-path.html new file mode 100644 index 000000000..561a952ba --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-task/task-path.html @@ -0,0 +1,80 @@ + + + + + taskPath + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

taskPath

+
+

Parameters

taskPath

The path of the test task

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-task/test-acceleration.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-task/test-acceleration.html new file mode 100644 index 000000000..2ddf95ae4 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-task/test-acceleration.html @@ -0,0 +1,80 @@ + + + + + testAcceleration + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

testAcceleration

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-task/tests.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-task/tests.html new file mode 100644 index 000000000..76f18edc2 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-task/tests.html @@ -0,0 +1,80 @@ + + + + + tests + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

tests

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-task/wall-clock-execution-time.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-task/wall-clock-execution-time.html new file mode 100644 index 000000000..d3bb4cc71 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-task/wall-clock-execution-time.html @@ -0,0 +1,80 @@ + + + + + wallClockExecutionTime + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

wallClockExecutionTime

+
+

Parameters

wallClockExecutionTime

The total execution time of the test task in millis. This is the time elapsed between the start and end of the entire test task.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation-data/-test-performance-work-unit-predictive-test-selection-simulation-data.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation-data/-test-performance-work-unit-predictive-test-selection-simulation-data.html new file mode 100644 index 000000000..81ec41e6d --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation-data/-test-performance-work-unit-predictive-test-selection-simulation-data.html @@ -0,0 +1,80 @@ + + + + + TestPerformanceWorkUnitPredictiveTestSelectionSimulationData + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestPerformanceWorkUnitPredictiveTestSelectionSimulationData

+
+
constructor(@Json(name = "wallClockSavingsPotential") wallClockSavingsPotential: Long, @Json(name = "serialTimeSavingsPotential") serialTimeSavingsPotential: Long, @Json(name = "avoidableTestClassesCount") avoidableTestClassesCount: Long, @Json(name = "unavoidableTestClassesCount") unavoidableTestClassesCount: Long, @Json(name = "testClassesCountSelectedDueToInsufficientData") testClassesCountSelectedDueToInsufficientData: Long, @Json(name = "failedTestClassesPredictedCount") failedTestClassesPredictedCount: Long)

Parameters

wallClockSavingsPotential

The PTS wallclock savings potential in milliseconds.

serialTimeSavingsPotential

The PTS serial time savings potential in milliseconds.

avoidableTestClassesCount

The number test classes that can be avoided by PTS.

unavoidableTestClassesCount

The number of test classes that cannot be avoided by PTS.

testClassesCountSelectedDueToInsufficientData

The number of test classes that were selected because of insufficient data.

failedTestClassesPredictedCount

The number of test classes with failed prediction.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation-data/avoidable-test-classes-count.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation-data/avoidable-test-classes-count.html new file mode 100644 index 000000000..63e372ac5 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation-data/avoidable-test-classes-count.html @@ -0,0 +1,80 @@ + + + + + avoidableTestClassesCount + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avoidableTestClassesCount

+
+

Parameters

avoidableTestClassesCount

The number test classes that can be avoided by PTS.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation-data/failed-test-classes-predicted-count.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation-data/failed-test-classes-predicted-count.html new file mode 100644 index 000000000..a2b2e43c7 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation-data/failed-test-classes-predicted-count.html @@ -0,0 +1,80 @@ + + + + + failedTestClassesPredictedCount + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

failedTestClassesPredictedCount

+
+

Parameters

failedTestClassesPredictedCount

The number of test classes with failed prediction.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation-data/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation-data/index.html new file mode 100644 index 000000000..64a78fa2c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation-data/index.html @@ -0,0 +1,198 @@ + + + + + TestPerformanceWorkUnitPredictiveTestSelectionSimulationData + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestPerformanceWorkUnitPredictiveTestSelectionSimulationData

+
data class TestPerformanceWorkUnitPredictiveTestSelectionSimulationData(@Json(name = "wallClockSavingsPotential") val wallClockSavingsPotential: Long, @Json(name = "serialTimeSavingsPotential") val serialTimeSavingsPotential: Long, @Json(name = "avoidableTestClassesCount") val avoidableTestClassesCount: Long, @Json(name = "unavoidableTestClassesCount") val unavoidableTestClassesCount: Long, @Json(name = "testClassesCountSelectedDueToInsufficientData") val testClassesCountSelectedDueToInsufficientData: Long, @Json(name = "failedTestClassesPredictedCount") val failedTestClassesPredictedCount: Long)

Data related to a Predictive Test Selection simulation (task/goal level).

Parameters

wallClockSavingsPotential

The PTS wallclock savings potential in milliseconds.

serialTimeSavingsPotential

The PTS serial time savings potential in milliseconds.

avoidableTestClassesCount

The number test classes that can be avoided by PTS.

unavoidableTestClassesCount

The number of test classes that cannot be avoided by PTS.

testClassesCountSelectedDueToInsufficientData

The number of test classes that were selected because of insufficient data.

failedTestClassesPredictedCount

The number of test classes with failed prediction.

+
+
+
+
+
+

Constructors

+
+
+
+ +
+
+
constructor(@Json(name = "wallClockSavingsPotential") wallClockSavingsPotential: Long, @Json(name = "serialTimeSavingsPotential") serialTimeSavingsPotential: Long, @Json(name = "avoidableTestClassesCount") avoidableTestClassesCount: Long, @Json(name = "unavoidableTestClassesCount") unavoidableTestClassesCount: Long, @Json(name = "testClassesCountSelectedDueToInsufficientData") testClassesCountSelectedDueToInsufficientData: Long, @Json(name = "failedTestClassesPredictedCount") failedTestClassesPredictedCount: Long)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ + + +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation-data/serial-time-savings-potential.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation-data/serial-time-savings-potential.html new file mode 100644 index 000000000..18b8c1fe7 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation-data/serial-time-savings-potential.html @@ -0,0 +1,80 @@ + + + + + serialTimeSavingsPotential + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serialTimeSavingsPotential

+
+

Parameters

serialTimeSavingsPotential

The PTS serial time savings potential in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation-data/test-classes-count-selected-due-to-insufficient-data.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation-data/test-classes-count-selected-due-to-insufficient-data.html new file mode 100644 index 000000000..0cabf312c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation-data/test-classes-count-selected-due-to-insufficient-data.html @@ -0,0 +1,80 @@ + + + + + testClassesCountSelectedDueToInsufficientData + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

testClassesCountSelectedDueToInsufficientData

+
+

Parameters

testClassesCountSelectedDueToInsufficientData

The number of test classes that were selected because of insufficient data.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation-data/unavoidable-test-classes-count.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation-data/unavoidable-test-classes-count.html new file mode 100644 index 000000000..2517d3b32 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation-data/unavoidable-test-classes-count.html @@ -0,0 +1,80 @@ + + + + + unavoidableTestClassesCount + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

unavoidableTestClassesCount

+
+

Parameters

unavoidableTestClassesCount

The number of test classes that cannot be avoided by PTS.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation-data/wall-clock-savings-potential.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation-data/wall-clock-savings-potential.html new file mode 100644 index 000000000..a5ab3cfeb --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation-data/wall-clock-savings-potential.html @@ -0,0 +1,80 @@ + + + + + wallClockSavingsPotential + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

wallClockSavingsPotential

+
+

Parameters

wallClockSavingsPotential

The PTS wallclock savings potential in milliseconds.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation/-test-performance-work-unit-predictive-test-selection-simulation.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation/-test-performance-work-unit-predictive-test-selection-simulation.html new file mode 100644 index 000000000..9837fa877 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation/-test-performance-work-unit-predictive-test-selection-simulation.html @@ -0,0 +1,80 @@ + + + + + TestPerformanceWorkUnitPredictiveTestSelectionSimulation + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestPerformanceWorkUnitPredictiveTestSelectionSimulation

+
+

Parameters

conservative
standard
fast
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation/conservative.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation/conservative.html new file mode 100644 index 000000000..1cb255efa --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation/conservative.html @@ -0,0 +1,80 @@ + + + + + conservative + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation/fast.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation/fast.html new file mode 100644 index 000000000..a3a38fde5 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation/fast.html @@ -0,0 +1,80 @@ + + + + + fast + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation/index.html new file mode 100644 index 000000000..fe428ad92 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation/index.html @@ -0,0 +1,153 @@ + + + + + TestPerformanceWorkUnitPredictiveTestSelectionSimulation + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestPerformanceWorkUnitPredictiveTestSelectionSimulation

+

Groups data from the three PTS simulation profiles (task/goal level).

Parameters

conservative
standard
fast
+
+
+
+
+
+

Constructors

+
+
+ +
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation/standard.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation/standard.html new file mode 100644 index 000000000..ca8d50c57 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation/standard.html @@ -0,0 +1,80 @@ + + + + + standard + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-usage/-test-performance-work-unit-predictive-test-selection-usage.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-usage/-test-performance-work-unit-predictive-test-selection-usage.html new file mode 100644 index 000000000..8106822cf --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-usage/-test-performance-work-unit-predictive-test-selection-usage.html @@ -0,0 +1,80 @@ + + + + + TestPerformanceWorkUnitPredictiveTestSelectionUsage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestPerformanceWorkUnitPredictiveTestSelectionUsage

+
+
constructor(@Json(name = "status") status: TestAccelerationFeatureUsageStatus, @Json(name = "wallClockSavings") wallClockSavings: Long?, @Json(name = "serialTimeSavings") serialTimeSavings: Long?, @Json(name = "nonSelectedTestClassesCount") nonSelectedTestClassesCount: Int?)

Parameters

status
wallClockSavings

The wall-clock savings in milliseconds, which can be negative. Negative values indicate that it took more time to make the Predictive Test Selection request, than it would have taken to directly execute the tests.

serialTimeSavings

The serial time savings in milliseconds. This is the sum of test duration estimates from not selected test classes.

nonSelectedTestClassesCount

The number of test classes that have not been selected by Predictive Test Selection. Null if Predictive Test Selection was disabled / unavailable.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-usage/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-usage/index.html new file mode 100644 index 000000000..2aa37b7ac --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-usage/index.html @@ -0,0 +1,168 @@ + + + + + TestPerformanceWorkUnitPredictiveTestSelectionUsage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestPerformanceWorkUnitPredictiveTestSelectionUsage

+
data class TestPerformanceWorkUnitPredictiveTestSelectionUsage(@Json(name = "status") val status: TestAccelerationFeatureUsageStatus, @Json(name = "wallClockSavings") val wallClockSavings: Long?, @Json(name = "serialTimeSavings") val serialTimeSavings: Long?, @Json(name = "nonSelectedTestClassesCount") val nonSelectedTestClassesCount: Int?)

Predictive Test Selection related data of a work unit.

Parameters

status
wallClockSavings

The wall-clock savings in milliseconds, which can be negative. Negative values indicate that it took more time to make the Predictive Test Selection request, than it would have taken to directly execute the tests.

serialTimeSavings

The serial time savings in milliseconds. This is the sum of test duration estimates from not selected test classes.

nonSelectedTestClassesCount

The number of test classes that have not been selected by Predictive Test Selection. Null if Predictive Test Selection was disabled / unavailable.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "status") status: TestAccelerationFeatureUsageStatus, @Json(name = "wallClockSavings") wallClockSavings: Long?, @Json(name = "serialTimeSavings") serialTimeSavings: Long?, @Json(name = "nonSelectedTestClassesCount") nonSelectedTestClassesCount: Int?)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-usage/non-selected-test-classes-count.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-usage/non-selected-test-classes-count.html new file mode 100644 index 000000000..d0a6b402e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-usage/non-selected-test-classes-count.html @@ -0,0 +1,80 @@ + + + + + nonSelectedTestClassesCount + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

nonSelectedTestClassesCount

+
+

Parameters

nonSelectedTestClassesCount

The number of test classes that have not been selected by Predictive Test Selection. Null if Predictive Test Selection was disabled / unavailable.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-usage/serial-time-savings.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-usage/serial-time-savings.html new file mode 100644 index 000000000..7e8f78dc4 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-usage/serial-time-savings.html @@ -0,0 +1,80 @@ + + + + + serialTimeSavings + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serialTimeSavings

+
+

Parameters

serialTimeSavings

The serial time savings in milliseconds. This is the sum of test duration estimates from not selected test classes.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-usage/status.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-usage/status.html new file mode 100644 index 000000000..8d17fe230 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-usage/status.html @@ -0,0 +1,80 @@ + + + + + status + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

status

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-usage/wall-clock-savings.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-usage/wall-clock-savings.html new file mode 100644 index 000000000..a8c75e36a --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-usage/wall-clock-savings.html @@ -0,0 +1,80 @@ + + + + + wallClockSavings + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

wallClockSavings

+
+

Parameters

wallClockSavings

The wall-clock savings in milliseconds, which can be negative. Negative values indicate that it took more time to make the Predictive Test Selection request, than it would have taken to directly execute the tests.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection/-test-performance-work-unit-predictive-test-selection.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection/-test-performance-work-unit-predictive-test-selection.html new file mode 100644 index 000000000..b967d5712 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection/-test-performance-work-unit-predictive-test-selection.html @@ -0,0 +1,80 @@ + + + + + TestPerformanceWorkUnitPredictiveTestSelection + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestPerformanceWorkUnitPredictiveTestSelection

+
+
constructor(@Json(name = "usage") usage: TestPerformanceWorkUnitPredictiveTestSelectionUsage, @Json(name = "simulation") simulation: TestPerformanceWorkUnitPredictiveTestSelectionSimulation? = null)

Parameters

usage
simulation
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection/index.html new file mode 100644 index 000000000..b01eeb6e4 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection/index.html @@ -0,0 +1,138 @@ + + + + + TestPerformanceWorkUnitPredictiveTestSelection + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestPerformanceWorkUnitPredictiveTestSelection

+

Predictive Test Selection related data of a work unit.

Parameters

usage
simulation
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "usage") usage: TestPerformanceWorkUnitPredictiveTestSelectionUsage, @Json(name = "simulation") simulation: TestPerformanceWorkUnitPredictiveTestSelectionSimulation? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection/simulation.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection/simulation.html new file mode 100644 index 000000000..ff4930429 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection/simulation.html @@ -0,0 +1,80 @@ + + + + + simulation + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

simulation

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection/usage.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection/usage.html new file mode 100644 index 000000000..e0e7dd5bf --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection/usage.html @@ -0,0 +1,80 @@ + + + + + usage + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-acceleration/-test-performance-work-unit-test-acceleration.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-acceleration/-test-performance-work-unit-test-acceleration.html new file mode 100644 index 000000000..7e43d0256 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-acceleration/-test-performance-work-unit-test-acceleration.html @@ -0,0 +1,80 @@ + + + + + TestPerformanceWorkUnitTestAcceleration + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestPerformanceWorkUnitTestAcceleration

+
+
constructor(@Json(name = "predictiveTestSelection") predictiveTestSelection: TestPerformanceWorkUnitPredictiveTestSelection, @Json(name = "testDistribution") testDistribution: TestPerformanceWorkUnitTestDistribution, @Json(name = "wallClockSavings") wallClockSavings: Long?)

Parameters

predictiveTestSelection
testDistribution
wallClockSavings

The wall-clock savings in milliseconds, which can be negative. Negative values indicate that it took more time to make the test acceleration requests, than it would have taken to directly execute the tests.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-acceleration/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-acceleration/index.html new file mode 100644 index 000000000..7b95b2a84 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-acceleration/index.html @@ -0,0 +1,153 @@ + + + + + TestPerformanceWorkUnitTestAcceleration + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestPerformanceWorkUnitTestAcceleration

+
data class TestPerformanceWorkUnitTestAcceleration(@Json(name = "predictiveTestSelection") val predictiveTestSelection: TestPerformanceWorkUnitPredictiveTestSelection, @Json(name = "testDistribution") val testDistribution: TestPerformanceWorkUnitTestDistribution, @Json(name = "wallClockSavings") val wallClockSavings: Long?)

Test acceleration data of a work unit.

Parameters

predictiveTestSelection
testDistribution
wallClockSavings

The wall-clock savings in milliseconds, which can be negative. Negative values indicate that it took more time to make the test acceleration requests, than it would have taken to directly execute the tests.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "predictiveTestSelection") predictiveTestSelection: TestPerformanceWorkUnitPredictiveTestSelection, @Json(name = "testDistribution") testDistribution: TestPerformanceWorkUnitTestDistribution, @Json(name = "wallClockSavings") wallClockSavings: Long?)
+
+
+
+
+
+
+
+

Properties

+
+ + +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-acceleration/predictive-test-selection.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-acceleration/predictive-test-selection.html new file mode 100644 index 000000000..e025adb0c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-acceleration/predictive-test-selection.html @@ -0,0 +1,80 @@ + + + + + predictiveTestSelection + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

predictiveTestSelection

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-acceleration/test-distribution.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-acceleration/test-distribution.html new file mode 100644 index 000000000..373c642df --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-acceleration/test-distribution.html @@ -0,0 +1,80 @@ + + + + + testDistribution + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

testDistribution

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-acceleration/wall-clock-savings.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-acceleration/wall-clock-savings.html new file mode 100644 index 000000000..0f0cd464e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-acceleration/wall-clock-savings.html @@ -0,0 +1,80 @@ + + + + + wallClockSavings + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

wallClockSavings

+
+

Parameters

wallClockSavings

The wall-clock savings in milliseconds, which can be negative. Negative values indicate that it took more time to make the test acceleration requests, than it would have taken to directly execute the tests.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-distribution/-test-performance-work-unit-test-distribution.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-distribution/-test-performance-work-unit-test-distribution.html new file mode 100644 index 000000000..a37df55a6 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-distribution/-test-performance-work-unit-test-distribution.html @@ -0,0 +1,80 @@ + + + + + TestPerformanceWorkUnitTestDistribution + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestPerformanceWorkUnitTestDistribution

+
+
constructor(@Json(name = "usageStatus") usageStatus: TestAccelerationFeatureUsageStatus, @Json(name = "wallClockSavings") wallClockSavings: Long?, @Json(name = "remoteTestClassesCount") remoteTestClassesCount: Int? = null)

Parameters

usageStatus
wallClockSavings

The wall-clock savings in milliseconds, which can be negative. Negative values indicate that it took more time to make the Test Distribution request, than it would have taken to directly execute the tests.

remoteTestClassesCount

The number of test classes that have been executed remotely by Test Distribution. Null if Test Distribution was disabled / unavailable.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-distribution/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-distribution/index.html new file mode 100644 index 000000000..0c72331ac --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-distribution/index.html @@ -0,0 +1,153 @@ + + + + + TestPerformanceWorkUnitTestDistribution + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestPerformanceWorkUnitTestDistribution

+
data class TestPerformanceWorkUnitTestDistribution(@Json(name = "usageStatus") val usageStatus: TestAccelerationFeatureUsageStatus, @Json(name = "wallClockSavings") val wallClockSavings: Long?, @Json(name = "remoteTestClassesCount") val remoteTestClassesCount: Int? = null)

Test Distribution related data of a work unit.

Parameters

usageStatus
wallClockSavings

The wall-clock savings in milliseconds, which can be negative. Negative values indicate that it took more time to make the Test Distribution request, than it would have taken to directly execute the tests.

remoteTestClassesCount

The number of test classes that have been executed remotely by Test Distribution. Null if Test Distribution was disabled / unavailable.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "usageStatus") usageStatus: TestAccelerationFeatureUsageStatus, @Json(name = "wallClockSavings") wallClockSavings: Long?, @Json(name = "remoteTestClassesCount") remoteTestClassesCount: Int? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-distribution/remote-test-classes-count.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-distribution/remote-test-classes-count.html new file mode 100644 index 000000000..0ed146d45 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-distribution/remote-test-classes-count.html @@ -0,0 +1,80 @@ + + + + + remoteTestClassesCount + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

remoteTestClassesCount

+
+

Parameters

remoteTestClassesCount

The number of test classes that have been executed remotely by Test Distribution. Null if Test Distribution was disabled / unavailable.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-distribution/usage-status.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-distribution/usage-status.html new file mode 100644 index 000000000..41de487f7 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-distribution/usage-status.html @@ -0,0 +1,80 @@ + + + + + usageStatus + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

usageStatus

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-distribution/wall-clock-savings.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-distribution/wall-clock-savings.html new file mode 100644 index 000000000..18235fa6b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-distribution/wall-clock-savings.html @@ -0,0 +1,80 @@ + + + + + wallClockSavings + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

wallClockSavings

+
+

Parameters

wallClockSavings

The wall-clock savings in milliseconds, which can be negative. Negative values indicate that it took more time to make the Test Distribution request, than it would have taken to directly execute the tests.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-work-unit/-test-work-unit.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-work-unit/-test-work-unit.html new file mode 100644 index 000000000..cf3771931 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-work-unit/-test-work-unit.html @@ -0,0 +1,80 @@ + + + + + TestWorkUnit + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestWorkUnit

+
+
constructor(@Json(name = "bazel") bazel: BazelWorkUnit? = null, @Json(name = "gradle") gradle: GradleWorkUnit? = null, @Json(name = "maven") maven: MavenWorkUnit? = null)

Parameters

bazel
gradle
maven
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-work-unit/bazel.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-work-unit/bazel.html new file mode 100644 index 000000000..bf4405d78 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-work-unit/bazel.html @@ -0,0 +1,80 @@ + + + + + bazel + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

bazel

+
+
val bazel: BazelWorkUnit? = null

Parameters

bazel
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-work-unit/gradle.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-work-unit/gradle.html new file mode 100644 index 000000000..837a52a16 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-work-unit/gradle.html @@ -0,0 +1,80 @@ + + + + + gradle + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gradle

+
+
val gradle: GradleWorkUnit? = null

Parameters

gradle
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-work-unit/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-work-unit/index.html new file mode 100644 index 000000000..6d080d5a7 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-work-unit/index.html @@ -0,0 +1,153 @@ + + + + + TestWorkUnit + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestWorkUnit

+
data class TestWorkUnit(@Json(name = "bazel") val bazel: BazelWorkUnit? = null, @Json(name = "gradle") val gradle: GradleWorkUnit? = null, @Json(name = "maven") val maven: MavenWorkUnit? = null)

Contains a work unit. Only one of the properties is set, representing the build tool used for the build.

Parameters

bazel
gradle
maven
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "bazel") bazel: BazelWorkUnit? = null, @Json(name = "gradle") gradle: GradleWorkUnit? = null, @Json(name = "maven") maven: MavenWorkUnit? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val bazel: BazelWorkUnit? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val gradle: GradleWorkUnit? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val maven: MavenWorkUnit? = null
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-test-work-unit/maven.html b/docs/library/com.gabrielfeo.develocity.api.model/-test-work-unit/maven.html new file mode 100644 index 000000000..b17700dd5 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-test-work-unit/maven.html @@ -0,0 +1,80 @@ + + + + + maven + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

maven

+
+
val maven: MavenWorkUnit? = null

Parameters

maven
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-tests-response/-tests-response.html b/docs/library/com.gabrielfeo.develocity.api.model/-tests-response/-tests-response.html new file mode 100644 index 000000000..4159220e6 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-tests-response/-tests-response.html @@ -0,0 +1,80 @@ + + + + + TestsResponse + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestsResponse

+
+
constructor(@Json(name = "content") content: List<TestOrContainer>)

Parameters

content

A list of test containers.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-tests-response/content.html b/docs/library/com.gabrielfeo.develocity.api.model/-tests-response/content.html new file mode 100644 index 000000000..6a05374a1 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-tests-response/content.html @@ -0,0 +1,80 @@ + + + + + content + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

content

+
+

Parameters

content

A list of test containers.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-tests-response/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-tests-response/index.html new file mode 100644 index 000000000..3cd585766 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-tests-response/index.html @@ -0,0 +1,123 @@ + + + + + TestsResponse + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestsResponse

+
data class TestsResponse(@Json(name = "content") val content: List<TestOrContainer>)

A list of test containers or test cases.

Parameters

content

A list of test containers.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "content") content: List<TestOrContainer>)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-work-unit-test-performance-tests/-work-unit-test-performance-tests.html b/docs/library/com.gabrielfeo.develocity.api.model/-work-unit-test-performance-tests/-work-unit-test-performance-tests.html new file mode 100644 index 000000000..c86ec433f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-work-unit-test-performance-tests/-work-unit-test-performance-tests.html @@ -0,0 +1,80 @@ + + + + + WorkUnitTestPerformanceTests + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

WorkUnitTestPerformanceTests

+
+
constructor(@Json(name = "failedTestClassesCount") failedTestClassesCount: Int, @Json(name = "testClassesCount") testClassesCount: Int)

Parameters

failedTestClassesCount

Number of failed test classes of a task/goal.

testClassesCount

Number of test classes of a task/goal.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-work-unit-test-performance-tests/failed-test-classes-count.html b/docs/library/com.gabrielfeo.develocity.api.model/-work-unit-test-performance-tests/failed-test-classes-count.html new file mode 100644 index 000000000..a917b8a54 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-work-unit-test-performance-tests/failed-test-classes-count.html @@ -0,0 +1,80 @@ + + + + + failedTestClassesCount + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

failedTestClassesCount

+
+

Parameters

failedTestClassesCount

Number of failed test classes of a task/goal.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-work-unit-test-performance-tests/index.html b/docs/library/com.gabrielfeo.develocity.api.model/-work-unit-test-performance-tests/index.html new file mode 100644 index 000000000..9fad2540b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-work-unit-test-performance-tests/index.html @@ -0,0 +1,138 @@ + + + + + WorkUnitTestPerformanceTests + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

WorkUnitTestPerformanceTests

+
data class WorkUnitTestPerformanceTests(@Json(name = "failedTestClassesCount") val failedTestClassesCount: Int, @Json(name = "testClassesCount") val testClassesCount: Int)

Test-related data of a task/goal.

Parameters

failedTestClassesCount

Number of failed test classes of a task/goal.

testClassesCount

Number of test classes of a task/goal.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(@Json(name = "failedTestClassesCount") failedTestClassesCount: Int, @Json(name = "testClassesCount") testClassesCount: Int)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/-work-unit-test-performance-tests/test-classes-count.html b/docs/library/com.gabrielfeo.develocity.api.model/-work-unit-test-performance-tests/test-classes-count.html new file mode 100644 index 000000000..6dd5f11df --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/-work-unit-test-performance-tests/test-classes-count.html @@ -0,0 +1,80 @@ + + + + + testClassesCount + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

testClassesCount

+
+

Parameters

testClassesCount

Number of test classes of a task/goal.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api.model/index.html b/docs/library/com.gabrielfeo.develocity.api.model/index.html new file mode 100644 index 000000000..0f0f7808c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api.model/index.html @@ -0,0 +1,2428 @@ + + + + + com.gabrielfeo.develocity.api.model + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class ApiProblem(@Json(name = "status") val status: Int, @Json(name = "type") val type: String, @Json(name = "title") val title: String, @Json(name = "detail") val detail: String? = null)

Response detailing why a request was rejected. Adheres to the RFC-7807 standard (colloquially known as \"Problem JSON\") for the response format.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BazelAttributes(@Json(name = "id") val id: String, @Json(name = "buildStartTime") val buildStartTime: Long, @Json(name = "buildDuration") val buildDuration: Long, @Json(name = "bazelVersion") val bazelVersion: String, @Json(name = "command") val command: String, @Json(name = "tags") val tags: List<String>, @Json(name = "values") val propertyValues: List<BuildAttributesValue>, @Json(name = "links") val links: List<BuildAttributesLink>, @Json(name = "invocationId") val invocationId: String? = null, @Json(name = "targetPatterns") val targetPatterns: List<String>? = null, @Json(name = "exitCode") val exitCode: Int? = null, @Json(name = "user") val user: String? = null, @Json(name = "host") val host: String? = null)

The attributes of a Bazel build.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BazelCriticalPath(@Json(name = "actions") val actions: List<BazelCriticalPathActionsInner>? = null)

The reported actions of the critical path.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BazelCriticalPathActionsInner(@Json(name = "name") val name: String, @Json(name = "category") val category: String, @Json(name = "duration") val duration: Long)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BazelWorkUnit(@Json(name = "packageName") val packageName: String, @Json(name = "targetName") val targetName: String)

A Bazel work unit.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class Build(@Json(name = "id") val id: String, @Json(name = "availableAt") val availableAt: Long, @Json(name = "buildToolType") val buildToolType: String, @Json(name = "buildToolVersion") val buildToolVersion: String, @Json(name = "buildAgentVersion") val buildAgentVersion: String, @Json(name = "models") val models: BuildModels? = null)

A build with common attributes.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BuildAttributesEnvironment(@Json(name = "operatingSystem") val operatingSystem: String, @Json(name = "numberOfCpuCores") val numberOfCpuCores: Int, @Json(name = "jreVersion") val jreVersion: String, @Json(name = "jvmVersion") val jvmVersion: String, @Json(name = "jvmMaxMemoryHeapSize") val jvmMaxMemoryHeapSize: Long, @Json(name = "jvmLocale") val jvmLocale: String, @Json(name = "username") val username: String? = null, @Json(name = "jvmCharset") val jvmCharset: String? = null, @Json(name = "publicHostname") val publicHostname: String? = null, @Json(name = "localHostname") val localHostname: String? = null, @Json(name = "localIpAddresses") val localIpAddresses: List<String>? = null)

The environment where the build is executed.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BuildAttributesLink(@Json(name = "label") val label: String, @Json(name = "url") val url: String)

A Build Scan link.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BuildAttributesValue(@Json(name = "name") val name: String, @Json(name = "value") val value: String? = null)

A Build Scan value.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@JsonClass(generateAdapter = false)
enum BuildModelName : Enum<BuildModelName>

Build model names that can be requested when fetching builds.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BuildModelQuery(@Json(name = "availabilityWaitTimeoutSecs") val availabilityWaitTimeoutSecs: Int? = null)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BuildModels(@Json(name = "gradleAttributes") val gradleAttributes: BuildModelsGradleAttributes? = null, @Json(name = "gradleTestPerformance") val gradleTestPerformance: BuildModelsGradleTestPerformance? = null, @Json(name = "gradleBuildCachePerformance") val gradleBuildCachePerformance: BuildModelsGradleBuildCachePerformance? = null, @Json(name = "gradleProjects") val gradleProjects: BuildModelsGradleProjects? = null, @Json(name = "gradleNetworkActivity") val gradleNetworkActivity: BuildModelsGradleNetworkActivity? = null, @Json(name = "gradleArtifactTransformExecutions") val gradleArtifactTransformExecutions: BuildModelsGradleArtifactTransformExecutions? = null, @Json(name = "gradleDeprecations") val gradleDeprecations: BuildModelsGradleDeprecations? = null, @Json(name = "gradlePlugins") val gradlePlugins: BuildModelsGradlePlugins? = null, @Json(name = "gradleResourceUsage") val gradleResourceUsage: BuildModelsGradleResourceUsage? = null, @Json(name = "gradleBuildProfileOverview") val gradleBuildProfileOverview: BuildModelsGradleBuildProfileOverview? = null, @Json(name = "gradleConfigurationCache") val gradleConfigurationCache: BuildModelsGradleConfigurationCache? = null, @Json(name = "gradleDependencies") val gradleDependencies: BuildModelsGradleDependencies? = null, @Json(name = "mavenAttributes") val mavenAttributes: BuildModelsMavenAttributes? = null, @Json(name = "mavenTestPerformance") val mavenTestPerformance: BuildModelsMavenTestPerformance? = null, @Json(name = "mavenBuildCachePerformance") val mavenBuildCachePerformance: BuildModelsMavenBuildCachePerformance? = null, @Json(name = "mavenModules") val mavenModules: BuildModelsMavenModules? = null, @Json(name = "mavenDependencyResolution") val mavenDependencyResolution: BuildModelsMavenDependencyResolution? = null, @Json(name = "mavenPlugins") val mavenPlugins: BuildModelsMavenPlugins? = null, @Json(name = "mavenResourceUsage") val mavenResourceUsage: BuildModelsMavenResourceUsage? = null, @Json(name = "mavenBuildProfileOverview") val mavenBuildProfileOverview: BuildModelsMavenBuildProfileOverview? = null, @Json(name = "mavenDependencies") val mavenDependencies: BuildModelsMavenDependencies? = null, @Json(name = "bazelAttributes") val bazelAttributes: BuildModelsBazelAttributes? = null, @Json(name = "bazelCriticalPath") val bazelCriticalPath: BuildModelsBazelCriticalPath? = null, @Json(name = "npmAttributes") val npmAttributes: BuildModelsNpmAttributes? = null, @Json(name = "pythonAttributes") val pythonAttributes: BuildModelsPythonAttributes? = null)

Optional requested models associated with the build.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BuildModelsBazelAttributes(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: BazelAttributes? = null)

The attributes of a Bazel build, or a report of a problem encountered.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BuildModelsBazelCriticalPath(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: BazelCriticalPath? = null)

The critical path of a Bazel build, or a report of a problem encountered.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BuildModelsGradleArtifactTransformExecutions(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: GradleArtifactTransformExecutions? = null)

The artifact transform execution list of a Gradle build, or a report of a problem encountered.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BuildModelsGradleAttributes(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: GradleAttributes? = null)

The attributes of a Gradle build, or a report of a problem encountered.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BuildModelsGradleBuildCachePerformance(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: GradleBuildCachePerformance? = null)

The build cache performance of a Gradle build, or a report of a problem encountered.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BuildModelsGradleBuildProfileOverview(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: GradleBuildProfileOverview? = null)

The performance profile overview of a Gradle build, or a report of a problem encountered.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BuildModelsGradleConfigurationCache(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: GradleConfigurationCache? = null)

The configuration cache result of a Gradle build, or a report of a problem encountered.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BuildModelsGradleDependencies(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: GradleDependencies? = null)

The dependencies of a Gradle build, or a report of a problem encountered.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BuildModelsGradleDeprecations(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: GradleDeprecations? = null)

The deprecation list of a Gradle build, or a report of a problem encountered.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BuildModelsGradleNetworkActivity(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: GradleNetworkActivity? = null)

Information about the network activity of the build, or a report of a problem encountered.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BuildModelsGradlePlugins(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: GradlePlugins? = null)

The plugins applied in a Gradle build, or a report of a problem encountered.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BuildModelsGradleProjects(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: List<GradleProject>? = null)

List of Gradle projects, or a report of a problem encountered.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BuildModelsGradleResourceUsage(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: GradleResourceUsage? = null)

The resource usage gathered while executing a Gradle build, or a report of a problem encountered.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BuildModelsGradleTestPerformance(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: GradleTestPerformance? = null)

Test performance-related metrics of a Gradle build, or a report of a problem encountered.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BuildModelsMavenAttributes(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: MavenAttributes? = null)

The attributes of a Maven build, or a report of a problem encountered.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BuildModelsMavenBuildCachePerformance(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: MavenBuildCachePerformance? = null)

The build cache performance of a Maven build, or a report of a problem encountered.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BuildModelsMavenBuildProfileOverview(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: MavenBuildProfileOverview? = null)

The performance profile overview of a Maven build, or a report of a problem encountered.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BuildModelsMavenDependencies(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: MavenDependencies? = null)

The dependencies of a Maven build, or a report of a problem encountered.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BuildModelsMavenDependencyResolution(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: MavenDependencyResolution? = null)

Information about dependency resolution, or a report of a problem encountered.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BuildModelsMavenModules(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: List<MavenModule>? = null)

List of Maven modules, or a report of a problem encountered.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BuildModelsMavenPlugins(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: MavenPlugins? = null)

The plugins applied in a Maven build, or a report of a problem encountered.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BuildModelsMavenResourceUsage(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: MavenResourceUsage? = null)

The resource usage gathered while executing a Maven build, or a report of a problem encountered.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BuildModelsMavenTestPerformance(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: MavenTestPerformance? = null)

Test performance-related metrics of a Maven build, or a report of a problem encountered.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BuildModelsNpmAttributes(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: NpmAttributes? = null)

The attributes of an npm build, or a report of a problem encountered.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BuildModelsPythonAttributes(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: PythonAttributes? = null)

The attributes of a python build, or a report of a problem encountered.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BuildQuery(@Json(name = "models") val models: List<BuildModelName>? = null, @Json(name = "allModels") val allModels: Boolean? = false, @Json(name = "availabilityWaitTimeoutSecs") val availabilityWaitTimeoutSecs: Int? = null)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BuildScanIdsByOutcome(@Json(name = "passed") val passed: List<String>, @Json(name = "failed") val failed: List<String>, @Json(name = "skipped") val skipped: List<String>, @Json(name = "flaky") val flaky: List<String>, @Json(name = "notSelected") val notSelected: List<String>)

Build Scan IDs for builds that contain tests with outcomes.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BuildsQuery(@Json(name = "fromInstant") val fromInstant: Long? = null, @Json(name = "fromBuild") val fromBuild: String? = null, @Json(name = "reverse") val reverse: Boolean? = null, @Json(name = "maxBuilds") val maxBuilds: Int? = null, @Json(name = "maxWaitSecs") val maxWaitSecs: Int? = null, @Json(name = "query") val query: String? = null, @Json(name = "models") val models: List<BuildModelName>? = null, @Json(name = "allModels") val allModels: Boolean? = false, @Json(name = "since") val since: Long? = null, @Json(name = "sinceBuild") val sinceBuild: String? = null)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BuildTestPerformanceTests(@Json(name = "testClassesCount") val testClassesCount: Int)

Test-related data of a build.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class CommonDependency(@Json(name = "scheme") val scheme: String, @Json(name = "type") val type: String, @Json(name = "name") val name: String, @Json(name = "namespace") val namespace: String? = null, @Json(name = "version") val version: String? = null, @Json(name = "qualifiers") val qualifiers: Map<String, String>? = null, @Json(name = "subpath") val subpath: String? = null, @Json(name = "purl") val purl: String? = null)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class DevelocityVersion(@Json(name = "string") val string: String, @Json(name = "year") val year: Int, @Json(name = "release") val release: Int, @Json(name = "patch") val patch: Int)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class GradleArtifactTransformAttribute(@Json(name = "name") val name: String, @Json(name = "from") val from: String, @Json(name = "to") val to: String)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class GradleArtifactTransformExecutionEntry(@Json(name = "artifactTransformExecutionName") val artifactTransformExecutionName: String, @Json(name = "transformActionType") val transformActionType: String, @Json(name = "inputArtifactName") val inputArtifactName: String, @Json(name = "changedAttributes") val changedAttributes: List<GradleArtifactTransformAttribute>, @Json(name = "outcome") val outcome: GradleArtifactTransformExecutionEntry.Outcome, @Json(name = "avoidanceOutcome") val avoidanceOutcome: GradleArtifactTransformExecutionEntry.AvoidanceOutcome, @Json(name = "duration") val duration: Long, @Json(name = "fingerprintingDuration") val fingerprintingDuration: Long? = null, @Json(name = "avoidanceSavings") val avoidanceSavings: Long? = null, @Json(name = "nonCacheabilityCategory") val nonCacheabilityCategory: GradleArtifactTransformExecutionEntry.NonCacheabilityCategory? = null, @Json(name = "nonCacheabilityReason") val nonCacheabilityReason: String? = null, @Json(name = "cacheArtifactSize") val cacheArtifactSize: Long? = null, @Json(name = "cacheArtifactRejectedReason") val cacheArtifactRejectedReason: GradleArtifactTransformExecutionEntry.CacheArtifactRejectedReason? = null, @Json(name = "skipReasonMessage") val skipReasonMessage: String? = null, @Json(name = "cacheKey") val cacheKey: String? = null)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class GradleArtifactTransformExecutions(@Json(name = "artifactTransformExecutions") val artifactTransformExecutions: List<GradleArtifactTransformExecutionEntry>? = null)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class GradleAttributes(@Json(name = "id") val id: String, @Json(name = "buildStartTime") val buildStartTime: Long, @Json(name = "buildDuration") val buildDuration: Long, @Json(name = "gradleVersion") val gradleVersion: String, @Json(name = "pluginVersion") val pluginVersion: String, @Json(name = "requestedTasks") val requestedTasks: List<String>, @Json(name = "hasFailed") val hasFailed: Boolean, @Json(name = "tags") val tags: List<String>, @Json(name = "values") val propertyValues: List<BuildAttributesValue>, @Json(name = "links") val links: List<BuildAttributesLink>, @Json(name = "develocitySettings") val develocitySettings: GradleDevelocitySettings, @Json(name = "buildOptions") val buildOptions: GradleBuildOptions, @Json(name = "environment") val environment: BuildAttributesEnvironment, @Json(name = "gradleEnterpriseSettings") val gradleEnterpriseSettings: GradleGradleEnterpriseSettings, @Json(name = "rootProjectName") val rootProjectName: String? = null, @Json(name = "hasVerificationFailure") val hasVerificationFailure: Boolean? = null, @Json(name = "hasNonVerificationFailure") val hasNonVerificationFailure: Boolean? = null)

The attributes of a Gradle build.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class GradleBuildCachePerformance(@Json(name = "id") val id: String, @Json(name = "buildTime") val buildTime: Long, @Json(name = "effectiveTaskExecutionTime") val effectiveTaskExecutionTime: Long, @Json(name = "effectiveWorkUnitExecutionTime") val effectiveWorkUnitExecutionTime: Long, @Json(name = "serialTaskExecutionTime") val serialTaskExecutionTime: Long, @Json(name = "serialWorkUnitExecutionTime") val serialWorkUnitExecutionTime: Long, @Json(name = "serializationFactor") val serializationFactor: Double, @Json(name = "taskExecution") val taskExecution: List<GradleBuildCachePerformanceTaskExecutionEntry>, @Json(name = "avoidanceSavingsSummary") val avoidanceSavingsSummary: GradleBuildCachePerformanceAvoidanceSavingsSummary, @Json(name = "taskAvoidanceSavingsSummary") val taskAvoidanceSavingsSummary: GradleBuildCachePerformanceTaskAvoidanceSavingsSummary, @Json(name = "workUnitAvoidanceSavingsSummary") val workUnitAvoidanceSavingsSummary: GradleBuildCachePerformanceWorkUnitAvoidanceSavingsSummary, @Json(name = "taskFingerprintingSummary") val taskFingerprintingSummary: GradleBuildCachePerformanceTaskFingerprintingSummary? = null, @Json(name = "workUnitFingerprintingSummary") val workUnitFingerprintingSummary: GradleBuildCachePerformanceWorkUnitFingerprintingSummary? = null, @Json(name = "buildCaches") val buildCaches: GradleBuildCachePerformanceBuildCaches? = null)

The build cache performance of a Gradle build.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class GradleBuildCachePerformanceAvoidanceSavingsSummary(@Json(name = "total") val total: Long, @Json(name = "ratio") val ratio: Double, @Json(name = "upToDate") val upToDate: Long, @Json(name = "localBuildCache") val localBuildCache: Long, @Json(name = "remoteBuildCache") val remoteBuildCache: Long)

This is deprecated, use taskAvoidanceSavingsSummary instead. A breakdown of avoidance savings.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class GradleBuildCachePerformanceBuildCacheLocalInfo(@Json(name = "isEnabled") val isEnabled: Boolean, @Json(name = "isPushEnabled") val isPushEnabled: Boolean? = null, @Json(name = "isDisabledDueToError") val isDisabledDueToError: Boolean? = null, @Json(name = "directory") val directory: String? = null)

Information about the local build cache used in the build.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class GradleBuildCachePerformanceBuildCacheOverhead(@Json(name = "uploading") val uploading: Long, @Json(name = "downloading") val downloading: Long, @Json(name = "packing") val packing: Long, @Json(name = "unpacking") val unpacking: Long)

Information about the build cache overhead in this build.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class GradleBuildCachePerformanceBuildCacheRemoteInfo(@Json(name = "isEnabled") val isEnabled: Boolean, @Json(name = "type") val type: String? = null, @Json(name = "className") val className: String? = null, @Json(name = "isPushEnabled") val isPushEnabled: Boolean? = null, @Json(name = "isDisabledDueToError") val isDisabledDueToError: Boolean? = null, @Json(name = "url") val url: String? = null)

Information about the remote build cache used in the build.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Information about the local and remote build caches used in the build. null if the build cache is globally disabled.

+
+
+
+
+ +
+
+ +
+
+
data class GradleBuildCachePerformanceTaskAvoidanceSavingsSummary(@Json(name = "total") val total: Long, @Json(name = "ratio") val ratio: Double, @Json(name = "upToDate") val upToDate: Long, @Json(name = "localBuildCache") val localBuildCache: Long, @Json(name = "remoteBuildCache") val remoteBuildCache: Long)

A breakdown of avoidance savings for tasks.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class GradleBuildCachePerformanceTaskExecutionEntry(@Json(name = "taskPath") val taskPath: String, @Json(name = "taskType") val taskType: String, @Json(name = "avoidanceOutcome") val avoidanceOutcome: GradleBuildCachePerformanceTaskExecutionEntry.AvoidanceOutcome, @Json(name = "duration") val duration: Long, @Json(name = "fingerprintingDuration") val fingerprintingDuration: Long? = null, @Json(name = "avoidanceSavings") val avoidanceSavings: Long? = null, @Json(name = "nonCacheabilityCategory") val nonCacheabilityCategory: GradleBuildCachePerformanceTaskExecutionEntry.NonCacheabilityCategory? = null, @Json(name = "nonCacheabilityReason") val nonCacheabilityReason: String? = null, @Json(name = "skipReasonMessage") val skipReasonMessage: String? = null, @Json(name = "cacheArtifactSize") val cacheArtifactSize: Long? = null, @Json(name = "cacheArtifactRejectedReason") val cacheArtifactRejectedReason: GradleBuildCachePerformanceTaskExecutionEntry.CacheArtifactRejectedReason? = null, @Json(name = "cacheKey") val cacheKey: String? = null)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class GradleBuildCachePerformanceTaskFingerprintingSummary(@Json(name = "count") val count: Int, @Json(name = "serialDuration") val serialDuration: Long)

A summary of task fingerprinting. Fingerprinted tasks are part of the taskExecution.avoidedTasks or taskExecution.executedTasks, or taskExecution.noSourceTasks buckets. null if Gradle version is <5.0 or Develocity Gradle plugin version is <2.1.

+
+
+
+
+ +
+
+ +
+
+
data class GradleBuildCachePerformanceWorkUnitAvoidanceSavingsSummary(@Json(name = "total") val total: Long, @Json(name = "ratio") val ratio: Double, @Json(name = "upToDate") val upToDate: Long, @Json(name = "localBuildCache") val localBuildCache: Long, @Json(name = "remoteBuildCache") val remoteBuildCache: Long)

A breakdown of avoidance savings for tasks and artifact transforms.

+
+
+
+
+ +
+
+ +
+
+
data class GradleBuildCachePerformanceWorkUnitFingerprintingSummary(@Json(name = "count") val count: Int, @Json(name = "serialDuration") val serialDuration: Long)

A summary of task and artifact transform fingerprinting. null if Gradle version is <5.0 or Develocity Gradle plugin version is <2.1.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class GradleBuildDaemonJvmMemoryUsage(@Json(name = "totalGarbageCollectionTime") val totalGarbageCollectionTime: Long, @Json(name = "memoryPools") val memoryPools: List<MemoryPoolUsage>? = null)

Memory usage stats of the Gradle Daemon JVM while running the build.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class GradleBuildOptions(@Json(name = "configurationOnDemandEnabled") val configurationOnDemandEnabled: Boolean, @Json(name = "continuousBuildEnabled") val continuousBuildEnabled: Boolean, @Json(name = "continueOnFailureEnabled") val continueOnFailureEnabled: Boolean, @Json(name = "daemonEnabled") val daemonEnabled: Boolean, @Json(name = "dryRunEnabled") val dryRunEnabled: Boolean, @Json(name = "excludedTasks") val excludedTasks: List<String>, @Json(name = "maxNumberOfGradleWorkers") val maxNumberOfGradleWorkers: Int, @Json(name = "offlineModeEnabled") val offlineModeEnabled: Boolean, @Json(name = "parallelProjectExecutionEnabled") val parallelProjectExecutionEnabled: Boolean, @Json(name = "refreshDependenciesEnabled") val refreshDependenciesEnabled: Boolean, @Json(name = "rerunTasksEnabled") val rerunTasksEnabled: Boolean, @Json(name = "buildCacheEnabled") val buildCacheEnabled: Boolean? = null, @Json(name = "configurationCacheEnabled") val configurationCacheEnabled: Boolean? = null, @Json(name = "fileSystemWatchingEnabled") val fileSystemWatchingEnabled: Boolean? = null, @Json(name = "isolatedProjectsEnabled") val isolatedProjectsEnabled: Boolean? = null)

Gradle build options for this build.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class GradleBuildProfileOverview(@Json(name = "breakdown") val breakdown: GradleBuildTimeBreakdown, @Json(name = "memoryUsage") val memoryUsage: GradleBuildDaemonJvmMemoryUsage? = null)

The performance profile overview of a Gradle build.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class GradleBuildTimeBreakdown(@Json(name = "total") val total: Long, @Json(name = "initialization") val initialization: Long, @Json(name = "configuration") val configuration: Long? = null, @Json(name = "execution") val execution: Long? = null, @Json(name = "endOfBuild") val endOfBuild: Long? = null)

The build time breakdown of a Gradle build.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class GradleConfigurationCache(@Json(name = "result") val result: GradleConfigurationCacheResult? = null)

The configuration cache result of a Gradle build. null if configuration cache was not used.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class GradleConfigurationCacheLoadResult(@Json(name = "duration") val duration: Long, @Json(name = "hasFailed") val hasFailed: Boolean)

The configuration cache store result of a Gradle build.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class GradleConfigurationCacheResult(@Json(name = "outcome") val outcome: GradleConfigurationCacheResult.Outcome, @Json(name = "dependencyResolutionDuration") val dependencyResolutionDuration: Long, @Json(name = "entrySize") val entrySize: Long? = null, @Json(name = "checkFingerprintDuration") val checkFingerprintDuration: Long? = null, @Json(name = "store") val store: GradleConfigurationCacheStoreResult? = null, @Json(name = "load") val load: GradleConfigurationCacheLoadResult? = null, @Json(name = "missReasons") val missReasons: List<String>? = null)

The configuration cache result of a Gradle build.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class GradleConfigurationCacheStoreResult(@Json(name = "duration") val duration: Long, @Json(name = "hasFailed") val hasFailed: Boolean)

The configuration cache store result of a Gradle build.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class GradleDependencies(@Json(name = "dependencies") val dependencies: List<GradleDependency>? = null)

Dependencies of a Gradle build. While there are many possible types of dependencies, initial support is for library dependencies of the software. Dependency identifiers are based on the package url (purl) specification.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class GradleDependency(@Json(name = "scheme") val scheme: String, @Json(name = "type") val type: String, @Json(name = "name") val name: String, @Json(name = "namespace") val namespace: String? = null, @Json(name = "version") val version: String? = null, @Json(name = "qualifiers") val qualifiers: Map<String, String>? = null, @Json(name = "subpath") val subpath: String? = null, @Json(name = "purl") val purl: String? = null)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class GradleDeprecationEntry(@Json(name = "summary") val summary: String, @Json(name = "removalDetails") val removalDetails: String, @Json(name = "usages") val usages: List<GradleDeprecationUsage>, @Json(name = "advice") val advice: String? = null, @Json(name = "documentationUrl") val documentationUrl: String? = null)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class GradleDeprecationOwner(@Json(name = "type") val type: GradleDeprecationOwner.Type, @Json(name = "location") val location: String? = null)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class GradleDeprecations(@Json(name = "deprecations") val deprecations: List<GradleDeprecationEntry>? = null)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class GradleDeprecationUsage(@Json(name = "owner") val owner: GradleDeprecationOwner, @Json(name = "contextualAdvice") val contextualAdvice: String? = null)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class GradleDevelocitySettings(@Json(name = "backgroundPublicationEnabled") val backgroundPublicationEnabled: Boolean? = null, @Json(name = "buildOutputCapturingEnabled") val buildOutputCapturingEnabled: Boolean? = null, @Json(name = "fileFingerprintCapturingEnabled") val fileFingerprintCapturingEnabled: Boolean? = null, @Json(name = "testOutputCapturingEnabled") val testOutputCapturingEnabled: Boolean? = null, @Json(name = "resourceUsageCapturingEnabled") val resourceUsageCapturingEnabled: Boolean? = null, @Json(name = "taskInputsFileCapturingEnabled") val taskInputsFileCapturingEnabled: Boolean? = null)

Settings for Develocity.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class GradleEnterpriseVersion(@Json(name = "string") val string: String, @Json(name = "year") val year: Int, @Json(name = "release") val release: Int, @Json(name = "patch") val patch: Int)

This object is deprecated, use DevelocityVersion instead.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class GradleGradleEnterpriseSettings(@Json(name = "backgroundPublicationEnabled") val backgroundPublicationEnabled: Boolean? = null, @Json(name = "buildOutputCapturingEnabled") val buildOutputCapturingEnabled: Boolean? = null, @Json(name = "taskInputsFileCapturingEnabled") val taskInputsFileCapturingEnabled: Boolean? = null, @Json(name = "testOutputCapturingEnabled") val testOutputCapturingEnabled: Boolean? = null, @Json(name = "resourceUsageCapturingEnabled") val resourceUsageCapturingEnabled: Boolean? = null)

This property is deprecated, use develocitySettings instead. Settings for Develocity.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class GradleNetworkActivity(@Json(name = "networkRequestCount") val networkRequestCount: Long, @Json(name = "serialNetworkRequestTime") val serialNetworkRequestTime: Long, @Json(name = "fileDownloadSize") val fileDownloadSize: Long, @Json(name = "fileDownloadCount") val fileDownloadCount: Long, @Json(name = "wallClockNetworkRequestTime") val wallClockNetworkRequestTime: Long? = null)

Information about the network activity of the build. It includes network activity during dependency resolution, java toolchain downloads, etc. For a comprehensive list see the Build Scan.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class GradlePlugin(@Json(name = "className") val className: String, @Json(name = "projects") val projects: List<String>, @Json(name = "id") val id: String? = null, @Json(name = "version") val version: String? = null)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class GradlePlugins(@Json(name = "plugins") val plugins: List<GradlePlugin>? = null)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class GradleProject(@Json(name = "name") val name: String, @Json(name = "path") val path: String, @Json(name = "parent") val parent: Int? = null)

A Gradle project.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class GradleResourceUsage(@Json(name = "totalMemory") val totalMemory: Long? = null, @Json(name = "total") val total: ResourceUsageBreakdown? = null, @Json(name = "nonExecution") val nonExecution: ResourceUsageBreakdown? = null, @Json(name = "execution") val execution: ResourceUsageBreakdown? = null)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class GradleTestPerformance(@Json(name = "tests") val tests: BuildTestPerformanceTests, @Json(name = "serialTestTasksExecutionTime") val serialTestTasksExecutionTime: Long, @Json(name = "testAcceleration") val testAcceleration: TestPerformanceBuildTestAcceleration, @Json(name = "testTasks") val testTasks: List<TestPerformanceTask>)

Test performance metrics of a Gradle build.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class GradleWorkUnit(@Json(name = "projectName") val projectName: String, @Json(name = "taskPath") val taskPath: String)

A Gradle work unit.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class KeySecretPair(@Json(name = "key") val key: String, @Json(name = "secret") val secret: String)

A Build Cache Node key and secret pair.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class MavenAttributes(@Json(name = "id") val id: String, @Json(name = "buildStartTime") val buildStartTime: Long, @Json(name = "buildDuration") val buildDuration: Long, @Json(name = "mavenVersion") val mavenVersion: String, @Json(name = "extensionVersion") val extensionVersion: String, @Json(name = "requestedGoals") val requestedGoals: List<String>, @Json(name = "hasFailed") val hasFailed: Boolean, @Json(name = "tags") val tags: List<String>, @Json(name = "values") val propertyValues: List<BuildAttributesValue>, @Json(name = "links") val links: List<BuildAttributesLink>, @Json(name = "develocitySettings") val develocitySettings: MavenDevelocitySettings, @Json(name = "buildOptions") val buildOptions: MavenBuildOptions, @Json(name = "environment") val environment: BuildAttributesEnvironment, @Json(name = "gradleEnterpriseSettings") val gradleEnterpriseSettings: MavenGradleEnterpriseSettings, @Json(name = "topLevelProjectName") val topLevelProjectName: String? = null, @Json(name = "hasVerificationFailure") val hasVerificationFailure: Boolean? = null, @Json(name = "hasNonVerificationFailure") val hasNonVerificationFailure: Boolean? = null)

The attributes of a Maven build.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class MavenBuildCachePerformance(@Json(name = "id") val id: String, @Json(name = "buildTime") val buildTime: Long, @Json(name = "effectiveProjectExecutionTime") val effectiveProjectExecutionTime: Long, @Json(name = "serialProjectExecutionTime") val serialProjectExecutionTime: Long, @Json(name = "serializationFactor") val serializationFactor: Double, @Json(name = "goalExecution") val goalExecution: List<MavenBuildCachePerformanceGoalExecutionEntry>, @Json(name = "goalFingerprintingSummary") val goalFingerprintingSummary: MavenBuildCachePerformanceGoalFingerprintingSummary, @Json(name = "avoidanceSavingsSummary") val avoidanceSavingsSummary: MavenBuildCachePerformanceAvoidanceSavingsSummary, @Json(name = "buildCaches") val buildCaches: MavenBuildCachePerformanceBuildCaches? = null)

The build cache performance of a Maven build.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class MavenBuildCachePerformanceAvoidanceSavingsSummary(@Json(name = "total") val total: Long, @Json(name = "ratio") val ratio: Double, @Json(name = "localBuildCache") val localBuildCache: Long, @Json(name = "remoteBuildCache") val remoteBuildCache: Long)

A breakdown of avoidance savings.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class MavenBuildCachePerformanceBuildCacheLocalInfo(@Json(name = "isEnabled") val isEnabled: Boolean, @Json(name = "isPushEnabled") val isPushEnabled: Boolean? = null, @Json(name = "isDisabledDueToError") val isDisabledDueToError: Boolean? = null, @Json(name = "directory") val directory: String? = null)

Information about the local build cache used in the build, if it is configured in the build. null if the local build cache is not configured.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class MavenBuildCachePerformanceBuildCacheOverhead(@Json(name = "uploading") val uploading: Long, @Json(name = "downloading") val downloading: Long, @Json(name = "packing") val packing: Long, @Json(name = "unpacking") val unpacking: Long)

Information about the build cache overhead in this build.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class MavenBuildCachePerformanceBuildCacheRemoteInfo(@Json(name = "isEnabled") val isEnabled: Boolean, @Json(name = "isPushEnabled") val isPushEnabled: Boolean? = null, @Json(name = "isDisabledDueToError") val isDisabledDueToError: Boolean? = null, @Json(name = "url") val url: String? = null)

Information about the remote build cache used in the build, if it is configured in the build. null if the remote build cache is not configured.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class MavenBuildCachePerformanceBuildCaches(@Json(name = "overhead") val overhead: MavenBuildCachePerformanceBuildCacheOverhead, @Json(name = "local") val local: MavenBuildCachePerformanceBuildCacheLocalInfo? = null, @Json(name = "remote") val remote: MavenBuildCachePerformanceBuildCacheRemoteInfo? = null)

Information about the local and remote build caches used in the build, if it is configured in the build. null if the build cache configuration cannot be captured (e.g. very early build failure).

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class MavenBuildCachePerformanceGoalExecutionEntry(@Json(name = "goalName") val goalName: String, @Json(name = "mojoType") val mojoType: String, @Json(name = "goalExecutionId") val goalExecutionId: String, @Json(name = "goalProjectName") val goalProjectName: String, @Json(name = "avoidanceOutcome") val avoidanceOutcome: MavenBuildCachePerformanceGoalExecutionEntry.AvoidanceOutcome, @Json(name = "duration") val duration: Long, @Json(name = "fingerprintingDuration") val fingerprintingDuration: Long? = null, @Json(name = "avoidanceSavings") val avoidanceSavings: Long? = null, @Json(name = "nonCacheabilityCategory") val nonCacheabilityCategory: MavenBuildCachePerformanceGoalExecutionEntry.NonCacheabilityCategory? = null, @Json(name = "nonCacheabilityReason") val nonCacheabilityReason: String? = null, @Json(name = "cacheArtifactSize") val cacheArtifactSize: Long? = null, @Json(name = "cacheArtifactRejectedReason") val cacheArtifactRejectedReason: MavenBuildCachePerformanceGoalExecutionEntry.CacheArtifactRejectedReason? = null, @Json(name = "cacheKey") val cacheKey: String? = null)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class MavenBuildCachePerformanceGoalFingerprintingSummary(@Json(name = "count") val count: Int, @Json(name = "serialDuration") val serialDuration: Long)

A summary of goal fingerprinting. Fingerprinted goals are part of the goalExecution.avoidedGoals or goalExecution.executedGoals buckets.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class MavenBuildExecutionTimeBreakdown(@Json(name = "total") val total: Long, @Json(name = "goalExecution") val goalExecution: Long? = null, @Json(name = "endOfBuild") val endOfBuild: Long? = null)

The time breakdown of the execution phase of a Maven build.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class MavenBuildInitializationAndDiscoveryTimeBreakdown(@Json(name = "total") val total: Long, @Json(name = "settings") val settings: Long, @Json(name = "toolchains") val toolchains: Long, @Json(name = "other") val other: Long, @Json(name = "projectDiscovery") val projectDiscovery: Long? = null)

The time breakdown of the initialization and discovery phase of a Maven build.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class MavenBuildJvmMemoryUsage(@Json(name = "totalGarbageCollectionTime") val totalGarbageCollectionTime: Long, @Json(name = "memoryPools") val memoryPools: List<MemoryPoolUsage>? = null)

Memory usage stats of the Maven JVM while running the build.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class MavenBuildOptions(@Json(name = "errorsEnabled") val errorsEnabled: Boolean, @Json(name = "maxNumberOfThreads") val maxNumberOfThreads: Int, @Json(name = "nonRecursiveEnabled") val nonRecursiveEnabled: Boolean, @Json(name = "noSnapshotsUpdatesEnabled") val noSnapshotsUpdatesEnabled: Boolean, @Json(name = "offlineModeEnabled") val offlineModeEnabled: Boolean, @Json(name = "updateSnapshotsEnabled") val updateSnapshotsEnabled: Boolean, @Json(name = "batchModeEnabled") val batchModeEnabled: Boolean? = null, @Json(name = "debugEnabled") val debugEnabled: Boolean? = null, @Json(name = "failAtEndEnabled") val failAtEndEnabled: Boolean? = null, @Json(name = "failFastEnabled") val failFastEnabled: Boolean? = null, @Json(name = "failNeverEnabled") val failNeverEnabled: Boolean? = null, @Json(name = "laxChecksumsEnabled") val laxChecksumsEnabled: Boolean? = null, @Json(name = "rerunGoalsEnabled") val rerunGoalsEnabled: Boolean? = null, @Json(name = "quietEnabled") val quietEnabled: Boolean? = null, @Json(name = "strictChecksumsEnabled") val strictChecksumsEnabled: Boolean? = null, @Json(name = "rerunGoals") val rerunGoals: Boolean? = null)

Maven build options for this build.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class MavenBuildProfileOverview(@Json(name = "breakdown") val breakdown: MavenBuildTimeBreakdown, @Json(name = "memoryUsage") val memoryUsage: MavenBuildJvmMemoryUsage? = null)

The performance profile overview of a Maven build.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class MavenBuildTimeBreakdown(@Json(name = "total") val total: Long, @Json(name = "initializationAndDiscovery") val initializationAndDiscovery: MavenBuildInitializationAndDiscoveryTimeBreakdown, @Json(name = "execution") val execution: MavenBuildExecutionTimeBreakdown? = null)

The build time breakdown of a Maven build.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class MavenDependencies(@Json(name = "dependencies") val dependencies: List<MavenDependency>? = null)

Dependencies of a Maven build. While there are many possible types of dependencies, initial support is for library dependencies of the software. Dependency identifiers are based on the package url (purl) specification.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class MavenDependency(@Json(name = "scheme") val scheme: String, @Json(name = "type") val type: String, @Json(name = "name") val name: String, @Json(name = "namespace") val namespace: String? = null, @Json(name = "version") val version: String? = null, @Json(name = "qualifiers") val qualifiers: Map<String, String>? = null, @Json(name = "subpath") val subpath: String? = null, @Json(name = "purl") val purl: String? = null)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class MavenDependencyResolution(@Json(name = "serialDependencyResolutionTime") val serialDependencyResolutionTime: Long, @Json(name = "networkRequestCount") val networkRequestCount: Long, @Json(name = "serialNetworkRequestTime") val serialNetworkRequestTime: Long, @Json(name = "wallClockNetworkRequestTime") val wallClockNetworkRequestTime: Long, @Json(name = "fileDownloadSize") val fileDownloadSize: Long, @Json(name = "fileDownloadCount") val fileDownloadCount: Long)

Information about dependency resolution.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class MavenDevelocitySettings(@Json(name = "backgroundPublicationEnabled") val backgroundPublicationEnabled: Boolean? = null, @Json(name = "buildOutputCapturingEnabled") val buildOutputCapturingEnabled: Boolean? = null, @Json(name = "fileFingerprintCapturingEnabled") val fileFingerprintCapturingEnabled: Boolean? = null, @Json(name = "goalInputsFileCapturingEnabled") val goalInputsFileCapturingEnabled: Boolean? = null, @Json(name = "testOutputCapturingEnabled") val testOutputCapturingEnabled: Boolean? = null, @Json(name = "resourceUsageCapturingEnabled") val resourceUsageCapturingEnabled: Boolean? = null)

Settings for Develocity.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class MavenGradleEnterpriseSettings(@Json(name = "backgroundPublicationEnabled") val backgroundPublicationEnabled: Boolean? = null, @Json(name = "buildOutputCapturingEnabled") val buildOutputCapturingEnabled: Boolean? = null, @Json(name = "goalInputsFileCapturingEnabled") val goalInputsFileCapturingEnabled: Boolean? = null, @Json(name = "testOutputCapturingEnabled") val testOutputCapturingEnabled: Boolean? = null, @Json(name = "resourceUsageCapturingEnabled") val resourceUsageCapturingEnabled: Boolean? = null)

This property is deprecated, use develocitySettings instead. Settings for Develocity.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class MavenModule(@Json(name = "name") val name: String, @Json(name = "groupId") val groupId: String, @Json(name = "artifactId") val artifactId: String, @Json(name = "version") val version: String, @Json(name = "parent") val parent: Int? = null)

A Maven module.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class MavenPlugin(@Json(name = "groupId") val groupId: String, @Json(name = "artifactId") val artifactId: String, @Json(name = "version") val version: String, @Json(name = "executedGoals") val executedGoals: List<String>, @Json(name = "modules") val modules: List<String>, @Json(name = "name") val name: String? = null, @Json(name = "goalPrefix") val goalPrefix: String? = null, @Json(name = "requiredMavenVersion") val requiredMavenVersion: String? = null)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class MavenPlugins(@Json(name = "plugins") val plugins: List<MavenPlugin>? = null)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class MavenResourceUsage(@Json(name = "totalMemory") val totalMemory: Long? = null, @Json(name = "total") val total: ResourceUsageBreakdown? = null, @Json(name = "nonExecution") val nonExecution: ResourceUsageBreakdown? = null, @Json(name = "execution") val execution: ResourceUsageBreakdown? = null)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class MavenTestPerformance(@Json(name = "tests") val tests: BuildTestPerformanceTests, @Json(name = "serialTestGoalsExecutionTime") val serialTestGoalsExecutionTime: Long, @Json(name = "testAcceleration") val testAcceleration: TestPerformanceBuildTestAcceleration, @Json(name = "testGoals") val testGoals: List<TestPerformanceGoal>)

Test performance metrics of a Maven build.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class MavenWorkUnit(@Json(name = "groupId") val groupId: String, @Json(name = "artifactId") val artifactId: String, @Json(name = "goalName") val goalName: String, @Json(name = "executionId") val executionId: String)

A Maven work unit.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class MemoryPoolUsage(@Json(name = "name") val name: String, @Json(name = "peakMemory") val peakMemory: Long, @Json(name = "maxMemory") val maxMemory: Long)

Memory usage of a JVM memory pool.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class NodeConfiguration(@Json(name = "enabled") val enabled: Boolean, @Json(name = "replication") val replication: ReplicationConfiguration? = null)

A Build Cache Node configuration description.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class NpmAttributes(@Json(name = "id") val id: String, @Json(name = "buildStartTime") val buildStartTime: Long, @Json(name = "buildDuration") val buildDuration: Long, @Json(name = "npmVersion") val npmVersion: String, @Json(name = "npmAgentVersion") val npmAgentVersion: String, @Json(name = "command") val command: NpmCommand, @Json(name = "links") val links: List<BuildAttributesLink>, @Json(name = "tags") val tags: List<String>, @Json(name = "values") val propertyValues: List<BuildAttributesValue>, @Json(name = "exitCode") val exitCode: Int? = null, @Json(name = "nodejsVersion") val nodejsVersion: String? = null, @Json(name = "user") val user: String? = null, @Json(name = "host") val host: String? = null)

The attributes of an npm build.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class NpmCommand(@Json(name = "command") val command: String, @Json(name = "arguments") val arguments: List<String>? = null)

The command run on an npm build.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class PageMetadata(@Json(name = "number") val number: Int, @Json(name = "size") val propertySize: Int, @Json(name = "totalPages") val totalPages: Int, @Json(name = "totalElements") val totalElements: Int)

Information about the current and available page of elements. Pages are returned from list operations which could contain a lot of elements. One page contains a subset of the available elements. API users can retrieve all pages in order to retrieve all of the available elements.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class PageQuery(@Json(name = "pageNumber") val pageNumber: Int? = 0, @Json(name = "pageSize") val pageSize: Int? = null)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class Project(@Json(name = "id") val id: String, @Json(name = "displayName") val displayName: String? = null, @Json(name = "description") val description: String? = null)

A project.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class ProjectGroup(@Json(name = "id") val id: String, @Json(name = "displayName") val displayName: String? = null, @Json(name = "description") val description: String? = null, @Json(name = "identityProviderAttributeValue") val identityProviderAttributeValue: String? = null, @Json(name = "projects") val projects: List<ProjectReference>? = null)

A group of projects that can be assigned to users.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class ProjectGroupsPage(@Json(name = "content") val content: List<ProjectGroup>, @Json(name = "page") val page: PageMetadata)

A paged list of project groups.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class ProjectReference(@Json(name = "id") val id: String)

A container for a project ID.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class ProjectsPage(@Json(name = "content") val content: List<Project>, @Json(name = "page") val page: PageMetadata)

A paged list of projects.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class PythonAttributes(@Json(name = "id") val id: String, @Json(name = "buildStartTime") val buildStartTime: Long, @Json(name = "buildDuration") val buildDuration: Long, @Json(name = "pythonVersion") val pythonVersion: String, @Json(name = "pythonAgentVersion") val pythonAgentVersion: String, @Json(name = "command") val command: List<String>, @Json(name = "links") val links: List<BuildAttributesLink>, @Json(name = "tags") val tags: List<String>, @Json(name = "values") val propertyValues: List<BuildAttributesValue>, @Json(name = "exitCode") val exitCode: Int? = null, @Json(name = "exception") val exception: String? = null, @Json(name = "user") val user: String? = null, @Json(name = "host") val host: String? = null)

The attributes of a python build.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class ReplicationConfiguration(@Json(name = "source") val source: String, @Json(name = "preemptive") val preemptive: Boolean)

Cached data replication configuration description. May be null if replication is not configured.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class ResourceUsageBreakdown(@Json(name = "allProcessesCpu") val allProcessesCpu: ResourceUsageMetric? = null, @Json(name = "buildProcessCpu") val buildProcessCpu: ResourceUsageMetric? = null, @Json(name = "buildChildProcessesCpu") val buildChildProcessesCpu: ResourceUsageMetric? = null, @Json(name = "allProcessesMemory") val allProcessesMemory: ResourceUsageMetric? = null, @Json(name = "buildProcessMemory") val buildProcessMemory: ResourceUsageMetric? = null, @Json(name = "buildChildProcessesMemory") val buildChildProcessesMemory: ResourceUsageMetric? = null, @Json(name = "diskReadThroughput") val diskReadThroughput: ResourceUsageMetric? = null, @Json(name = "diskWriteThroughput") val diskWriteThroughput: ResourceUsageMetric? = null, @Json(name = "networkUploadThroughput") val networkUploadThroughput: ResourceUsageMetric? = null, @Json(name = "networkDownloadThroughput") val networkDownloadThroughput: ResourceUsageMetric? = null)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class ResourceUsageMetric(@Json(name = "max") val max: Long, @Json(name = "average") val average: Long, @Json(name = "median") val median: Long, @Json(name = "p5") val p5: Long, @Json(name = "p25") val p25: Long, @Json(name = "p75") val p75: Long, @Json(name = "p95") val p95: Long)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Develocity extension status of a build / work unit: * unavailable - Feature status is unknown (e.g. for older Gradle plugin / Maven extension versions) or feature could not be used due to an unexpected error * disabled - The extension was enabled on none of the tasks in the build / for the task in question * enabled - The extension was enabled on at least one of the tasks in the build / for the task in question**

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class TestCasesQuery(@Json(name = "container") val container: String, @Json(name = "testOutcomes") val testOutcomes: List<TestOutcome>, @Json(name = "query") val query: String, @Json(name = "limit") val limit: Int? = 100, @Json(name = "include") val include: List<TestIncludeFields>? = null)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class TestContainersQuery(@Json(name = "container") val container: String = "*", @Json(name = "testOutcomes") val testOutcomes: List<TestOutcome>, @Json(name = "query") val query: String, @Json(name = "include") val include: List<TestIncludeFields>? = null)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class TestDistributionAgentPoolConfiguration(@Json(name = "name") val name: String, @Json(name = "minimumSize") val minimumSize: Int, @Json(name = "maximumSize") val maximumSize: Int, @Json(name = "capabilities") val capabilities: List<String>, @Json(name = "orderIndex") val orderIndex: Int? = null, @Json(name = "restrictAccessToProjectGroups") val restrictAccessToProjectGroups: Boolean? = false, @Json(name = "projectGroupIds") val projectGroupIds: List<String>? = null)

An agent pool configuration.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class TestDistributionAgentPoolConfigurationWithId(@Json(name = "id") val id: String, @Json(name = "name") val name: String, @Json(name = "minimumSize") val minimumSize: Int, @Json(name = "maximumSize") val maximumSize: Int, @Json(name = "orderIndex") val orderIndex: Int, @Json(name = "capabilities") val capabilities: List<String>, @Json(name = "restrictAccessToProjectGroups") val restrictAccessToProjectGroups: Boolean? = false, @Json(name = "projectGroupIds") val projectGroupIds: List<String>? = null)

An agent pool configuration.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

A list of agent pools.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class TestDistributionAgentPoolRegistrationKey(@Json(name = "key") val key: String, @Json(name = "description") val description: String? = null)

A Test Distribution pool-specific agent registration key.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class TestDistributionAgentPoolRegistrationKeyDescription(@Json(name = "description") val description: String? = null)

Optional description of a Test Distribution pool-specific agent registration key.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class TestDistributionAgentPoolRegistrationKeyPrefix(@Json(name = "keyPrefix") val keyPrefix: String, @Json(name = "createdAt") val createdAt: OffsetDateTime, @Json(name = "description") val description: String? = null, @Json(name = "lastUsedAt") val lastUsedAt: OffsetDateTime? = null, @Json(name = "lastUsedBy") val lastUsedBy: String? = null, @Json(name = "revokedAt") val revokedAt: OffsetDateTime? = null)

A Test Distribution pool-specific agent registration key prefix.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

A list of Test Distribution pool-specific agent registration key prefixes.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class TestDistributionAgentPoolStatus(@Json(name = "id") val id: String, @Json(name = "name") val name: String, @Json(name = "minimumSize") val minimumSize: Int, @Json(name = "maximumSize") val maximumSize: Int, @Json(name = "connectedAgents") val connectedAgents: Int, @Json(name = "idleAgents") val idleAgents: Int, @Json(name = "desiredAgents") val desiredAgents: Int)

The status of an agent pool.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@JsonClass(generateAdapter = false)
enum TestIncludeFields : Enum<TestIncludeFields>

Values: BUILD_SCAN_IDS,WORK_UNITS

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class TestOrContainer(@Json(name = "name") val name: String, @Json(name = "outcomeDistribution") val outcomeDistribution: TestOutcomeDistribution, @Json(name = "workUnits") val workUnits: List<TestWorkUnit>? = null, @Json(name = "buildScanIdsByOutcome") val buildScanIdsByOutcome: BuildScanIdsByOutcome? = null)

A test or test container.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@JsonClass(generateAdapter = false)
enum TestOutcome : Enum<TestOutcome>

Values: passed,failed,skipped,flaky,notSelected

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class TestOutcomeDistribution(@Json(name = "passed") val passed: Int, @Json(name = "failed") val failed: Int, @Json(name = "skipped") val skipped: Int, @Json(name = "flaky") val flaky: Int, @Json(name = "notSelected") val notSelected: Int, @Json(name = "total") val total: Int)

A distribution of outcomes.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Predictive Test Selection related data of a build.

+
+
+
+
+ +
+
+ +
+
+

Groups data from the three PTS simulation profiles (build level).

+
+
+
+
+ +
+
+ +
+
+
data class TestPerformanceBuildPredictiveTestSelectionSimulationData(@Json(name = "wallClockSavingsPotential") val wallClockSavingsPotential: Long, @Json(name = "serialTimeSavingsPotential") val serialTimeSavingsPotential: Long, @Json(name = "workUnitFailuresPredictedCount") val workUnitFailuresPredictedCount: Long, @Json(name = "workUnitFailuresMissedCount") val workUnitFailuresMissedCount: Long, @Json(name = "avoidableTestClassesCount") val avoidableTestClassesCount: Long, @Json(name = "unavoidableTestClassesCount") val unavoidableTestClassesCount: Long, @Json(name = "testClassesCountSelectedDueToInsufficientData") val testClassesCountSelectedDueToInsufficientData: Long)

Data related to a Predictive Test Selection simulation (build level).

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class TestPerformanceBuildPredictiveTestSelectionUsage(@Json(name = "status") val status: TestAccelerationFeatureUsageStatus, @Json(name = "wallClockSavings") val wallClockSavings: Long?, @Json(name = "serialTimeSavings") val serialTimeSavings: Long?)

Groups PTS usage data (build level).

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class TestPerformanceBuildTestAcceleration(@Json(name = "predictiveTestSelection") val predictiveTestSelection: TestPerformanceBuildPredictiveTestSelection, @Json(name = "testDistribution") val testDistribution: TestPerformanceBuildTestDistribution, @Json(name = "wallClockSavings") val wallClockSavings: Long?)

Test acceleration data of a build.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class TestPerformanceBuildTestDistribution(@Json(name = "usageStatus") val usageStatus: TestAccelerationFeatureUsageStatus, @Json(name = "wallClockSavings") val wallClockSavings: Long?)

Test Distribution related data of a build.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class TestPerformanceGoal(@Json(name = "goalPath") val goalPath: String, @Json(name = "wallClockExecutionTime") val wallClockExecutionTime: Long, @Json(name = "serialExecutionTime") val serialExecutionTime: Long, @Json(name = "tests") val tests: WorkUnitTestPerformanceTests, @Json(name = "testAcceleration") val testAcceleration: TestPerformanceWorkUnitTestAcceleration)

Test goal

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class TestPerformanceTask(@Json(name = "taskPath") val taskPath: String, @Json(name = "wallClockExecutionTime") val wallClockExecutionTime: Long, @Json(name = "serialExecutionTime") val serialExecutionTime: Long, @Json(name = "tests") val tests: WorkUnitTestPerformanceTests, @Json(name = "testAcceleration") val testAcceleration: TestPerformanceWorkUnitTestAcceleration)

Test task

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Predictive Test Selection related data of a work unit.

+
+
+
+
+ +
+
+ +
+
+

Groups data from the three PTS simulation profiles (task/goal level).

+
+
+
+
+ +
+
+ +
+
+
data class TestPerformanceWorkUnitPredictiveTestSelectionSimulationData(@Json(name = "wallClockSavingsPotential") val wallClockSavingsPotential: Long, @Json(name = "serialTimeSavingsPotential") val serialTimeSavingsPotential: Long, @Json(name = "avoidableTestClassesCount") val avoidableTestClassesCount: Long, @Json(name = "unavoidableTestClassesCount") val unavoidableTestClassesCount: Long, @Json(name = "testClassesCountSelectedDueToInsufficientData") val testClassesCountSelectedDueToInsufficientData: Long, @Json(name = "failedTestClassesPredictedCount") val failedTestClassesPredictedCount: Long)

Data related to a Predictive Test Selection simulation (task/goal level).

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class TestPerformanceWorkUnitPredictiveTestSelectionUsage(@Json(name = "status") val status: TestAccelerationFeatureUsageStatus, @Json(name = "wallClockSavings") val wallClockSavings: Long?, @Json(name = "serialTimeSavings") val serialTimeSavings: Long?, @Json(name = "nonSelectedTestClassesCount") val nonSelectedTestClassesCount: Int?)

Predictive Test Selection related data of a work unit.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class TestPerformanceWorkUnitTestAcceleration(@Json(name = "predictiveTestSelection") val predictiveTestSelection: TestPerformanceWorkUnitPredictiveTestSelection, @Json(name = "testDistribution") val testDistribution: TestPerformanceWorkUnitTestDistribution, @Json(name = "wallClockSavings") val wallClockSavings: Long?)

Test acceleration data of a work unit.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class TestPerformanceWorkUnitTestDistribution(@Json(name = "usageStatus") val usageStatus: TestAccelerationFeatureUsageStatus, @Json(name = "wallClockSavings") val wallClockSavings: Long?, @Json(name = "remoteTestClassesCount") val remoteTestClassesCount: Int? = null)

Test Distribution related data of a work unit.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class TestsResponse(@Json(name = "content") val content: List<TestOrContainer>)

A list of test containers or test cases.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class TestWorkUnit(@Json(name = "bazel") val bazel: BazelWorkUnit? = null, @Json(name = "gradle") val gradle: GradleWorkUnit? = null, @Json(name = "maven") val maven: MavenWorkUnit? = null)

Contains a work unit. Only one of the properties is set, representing the build tool used for the build.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class WorkUnitTestPerformanceTests(@Json(name = "failedTestClassesCount") val failedTestClassesCount: Int, @Json(name = "testClassesCount") val testClassesCount: Int)

Test-related data of a task/goal.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-auth-api/create-access-token.html b/docs/library/com.gabrielfeo.develocity.api/-auth-api/create-access-token.html new file mode 100644 index 000000000..231eb71d1 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-auth-api/create-access-token.html @@ -0,0 +1,80 @@ + + + + + createAccessToken + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

createAccessToken

+
+
@POST(value = "api/auth/token")
abstract suspend fun createAccessToken(@Query(value = "projectIds") projectIds: @JvmSuppressWildcards Set<String>? = null, @Query(value = "permissions") permissions: @JvmSuppressWildcards Set<String>? = null, @Query(value = "expiresInHours") expiresInHours: Float? = 2.0f): String

Create a new access token Create a new short-lived access token, optionally limited to the provided permissions and projects. Users do not need any specific Develocity permission to do this. If an access key is used to authenticate this request, the created token will be limited to the user's permissions and projects. If an access token is used to authenticate this request, the created token will be limited to the authenticating token's permissions and projects and not live longer than the authenticating token's remaining lifetime. Query parameters can be used to further restrict the permissions of the access token. A 403 response will be sent if one of the projects or permissions present in the query parameters is not assigned to this user. A 403 will also be sent if an access token is used to authenticate the request and the requested expiration date is after the authenticating access token's expiration. Responses:

  • 200: An access token

  • 400: The request cannot be fulfilled due to a problem.

  • 403: The current user or authenticating access token does not have sufficient access or lifetime to create the requested access token.

  • 404: The referenced resource either does not exist or the permissions to know about it are missing.

  • 500: The server encountered an unexpected error.

Return

kotlin.String

Parameters

projectIds

Limit the created token to one or more projects. Values should be project ids. Comma seperated values and repeated parameters are supported. (optional)

permissions

Limit the created token to one or more permissions. Values should be permission config values. Comma seperated values and repeated parameters are supported. (optional)

expiresInHours

The lifetime of the created token, in hours. (optional, default to 2f)

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-auth-api/index.html b/docs/library/com.gabrielfeo.develocity.api/-auth-api/index.html new file mode 100644 index 000000000..c249480d4 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-auth-api/index.html @@ -0,0 +1,119 @@ + + + + + AuthApi + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

AuthApi

+ +
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@POST(value = "api/auth/token")
abstract suspend fun createAccessToken(@Query(value = "projectIds") projectIds: @JvmSuppressWildcards Set<String>? = null, @Query(value = "permissions") permissions: @JvmSuppressWildcards Set<String>? = null, @Query(value = "expiresInHours") expiresInHours: Float? = 2.0f): String

Create a new access token Create a new short-lived access token, optionally limited to the provided permissions and projects. Users do not need any specific Develocity permission to do this. If an access key is used to authenticate this request, the created token will be limited to the user's permissions and projects. If an access token is used to authenticate this request, the created token will be limited to the authenticating token's permissions and projects and not live longer than the authenticating token's remaining lifetime. Query parameters can be used to further restrict the permissions of the access token. A 403 response will be sent if one of the projects or permissions present in the query parameters is not assigned to this user. A 403 will also be sent if an access token is used to authenticate the request and the requested expiration date is after the authenticating access token's expiration. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@POST(value = "api/auth/revoke-signing-keys")
abstract suspend fun revokeSigningKeys()

Revoke auth token signing keys Revokes the existing auth token signing keys, and creates a new one. Requires the `Administer Develocity` permission. All existing access tokens will become invalid. Develocity may take a few minutes to revoke all existing access tokens. Responses:

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-auth-api/revoke-signing-keys.html b/docs/library/com.gabrielfeo.develocity.api/-auth-api/revoke-signing-keys.html new file mode 100644 index 000000000..b796ed5a3 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-auth-api/revoke-signing-keys.html @@ -0,0 +1,80 @@ + + + + + revokeSigningKeys + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

revokeSigningKeys

+
+
@POST(value = "api/auth/revoke-signing-keys")
abstract suspend fun revokeSigningKeys()

Revoke auth token signing keys Revokes the existing auth token signing keys, and creates a new one. Requires the `Administer Develocity` permission. All existing access tokens will become invalid. Develocity may take a few minutes to revoke all existing access tokens. Responses:

  • 200: The existing signing keys have been revoked, all access tokens will become invalid shortly

  • 400: The request cannot be fulfilled due to a problem.

  • 403: The authenticated user has insufficient permissions.

  • 404: The referenced resource either does not exist or the permissions to know about it are missing.

  • 500: The server encountered an unexpected error.

Return

Unit

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-build-cache-api/create-or-update-build-cache-node.html b/docs/library/com.gabrielfeo.develocity.api/-build-cache-api/create-or-update-build-cache-node.html new file mode 100644 index 000000000..dfb956595 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-build-cache-api/create-or-update-build-cache-node.html @@ -0,0 +1,80 @@ + + + + + createOrUpdateBuildCacheNode + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

createOrUpdateBuildCacheNode

+
+
@PUT(value = "api/build-cache/nodes/{name}")
abstract suspend fun createOrUpdateBuildCacheNode(@Path(value = "name") name: String, @Body nodeConfiguration: NodeConfiguration)

Create or update a Build Cache Node. Create a new Build Cache Node in Develocity or update the configuration of an existing one. The Built-in Build Cache Node cannot be named as the target of this operation. Responses:

  • 200: The name referenced an existing Build Cache Node and that Build Cache Node’s configuration was updated successfully.

  • 201: A new Build Cache Node was created with the configuration specified in the request.

  • 400: The request cannot be fulfilled due to a problem.

  • 404: The referenced resource either does not exist or the permissions to know about it are missing.

Return

Unit

Parameters

name

The name of the Build Cache Node. To select the Built-in Build Cache Node, use `Built-in` as name.

nodeConfiguration
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-build-cache-api/get-build-cache-node.html b/docs/library/com.gabrielfeo.develocity.api/-build-cache-api/get-build-cache-node.html new file mode 100644 index 000000000..7e12531cc --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-build-cache-api/get-build-cache-node.html @@ -0,0 +1,80 @@ + + + + + getBuildCacheNode + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

getBuildCacheNode

+
+
@GET(value = "api/build-cache/nodes/{name}")
abstract suspend fun getBuildCacheNode(@Path(value = "name") name: String): NodeConfiguration

View the configuration of a Build Cache Node. View the enablement status and replication configuration of a Build Cache Node. Responses:

  • 200: The configuration of a Build Cache Node.

  • 404: The referenced resource either does not exist or the permissions to know about it are missing.

  • 500: The server encountered an unexpected error.

Return

NodeConfiguration

Parameters

name

The name of the Build Cache Node. To select the Built-in Build Cache Node, use `Built-in` as name.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-build-cache-api/index.html b/docs/library/com.gabrielfeo.develocity.api/-build-cache-api/index.html new file mode 100644 index 000000000..48cf07f12 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-build-cache-api/index.html @@ -0,0 +1,149 @@ + + + + + BuildCacheApi + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildCacheApi

+ +
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@PUT(value = "api/build-cache/nodes/{name}")
abstract suspend fun createOrUpdateBuildCacheNode(@Path(value = "name") name: String, @Body nodeConfiguration: NodeConfiguration)

Create or update a Build Cache Node. Create a new Build Cache Node in Develocity or update the configuration of an existing one. The Built-in Build Cache Node cannot be named as the target of this operation. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/build-cache/nodes/{name}")
abstract suspend fun getBuildCacheNode(@Path(value = "name") name: String): NodeConfiguration

View the configuration of a Build Cache Node. View the enablement status and replication configuration of a Build Cache Node. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@POST(value = "api/build-cache/nodes/{name}/purge")
abstract suspend fun initiatePurgeOfBuildCacheNode(@Path(value = "name") name: String)

Deletes all entries from a Build Cache Node. Triggers the deletion of all entries stored at the named Build Cache Node. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@POST(value = "api/build-cache/nodes/{name}/secret")
abstract suspend fun regenerateSecretOfBuildCacheNode(@Path(value = "name") name: String): KeySecretPair

Regenerate the secret of a Build Cache Node. Regenerates the secret associated with the named Build Cache Node. The old secret expires immediately, causing the Build Cache Node to disconnect from Develocity. The Built-in Build Cache Node cannot be named as the target of this operation. Responses:

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-build-cache-api/initiate-purge-of-build-cache-node.html b/docs/library/com.gabrielfeo.develocity.api/-build-cache-api/initiate-purge-of-build-cache-node.html new file mode 100644 index 000000000..8454f81fc --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-build-cache-api/initiate-purge-of-build-cache-node.html @@ -0,0 +1,80 @@ + + + + + initiatePurgeOfBuildCacheNode + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

initiatePurgeOfBuildCacheNode

+
+
@POST(value = "api/build-cache/nodes/{name}/purge")
abstract suspend fun initiatePurgeOfBuildCacheNode(@Path(value = "name") name: String)

Deletes all entries from a Build Cache Node. Triggers the deletion of all entries stored at the named Build Cache Node. Responses:

  • 202: Purging the Build Cache Node was successfully initiated.

  • 404: The referenced resource either does not exist or the permissions to know about it are missing.

  • 500: The server encountered an unexpected error.

  • 503: The node was not signed in with Develocity.

Return

Unit

Parameters

name

The name of the Build Cache Node. To select the Built-in Build Cache Node, use `Built-in` as name.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-build-cache-api/regenerate-secret-of-build-cache-node.html b/docs/library/com.gabrielfeo.develocity.api/-build-cache-api/regenerate-secret-of-build-cache-node.html new file mode 100644 index 000000000..6de193151 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-build-cache-api/regenerate-secret-of-build-cache-node.html @@ -0,0 +1,80 @@ + + + + + regenerateSecretOfBuildCacheNode + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

regenerateSecretOfBuildCacheNode

+
+
@POST(value = "api/build-cache/nodes/{name}/secret")
abstract suspend fun regenerateSecretOfBuildCacheNode(@Path(value = "name") name: String): KeySecretPair

Regenerate the secret of a Build Cache Node. Regenerates the secret associated with the named Build Cache Node. The old secret expires immediately, causing the Build Cache Node to disconnect from Develocity. The Built-in Build Cache Node cannot be named as the target of this operation. Responses:

  • 200: The name referenced an existing Build Cache Node and that Build Cache Node's secret was regenerated.

  • 404: The referenced resource either does not exist or the permissions to know about it are missing.

  • 500: The server encountered an unexpected error.

Return

KeySecretPair

Parameters

name

The name of the Build Cache Node.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-bazel-attributes.html b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-bazel-attributes.html new file mode 100644 index 000000000..33d07da52 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-bazel-attributes.html @@ -0,0 +1,80 @@ + + + + + getBazelAttributes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

getBazelAttributes

+
+
@GET(value = "api/builds/{id}/bazel-attributes")
abstract suspend fun getBazelAttributes(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): BazelAttributes

Get the attributes of a Bazel build. This model is Bazel specific and cannot be requested for another build tool. Responses:

  • 200: The attributes of a Bazel build.

  • 400: The request cannot be fulfilled due to a problem.

  • 404: The referenced resource either does not exist or the permissions to know about it are missing.

  • 500: The server encountered an unexpected error.

  • 503: The server is not ready to handle the request.

Return

BazelAttributes

Parameters

id

The Build Scan ID.

availabilityWaitTimeoutSecs

The time in seconds the server should wait for ingestion before returning a wait timeout response. (optional)

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-bazel-critical-path.html b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-bazel-critical-path.html new file mode 100644 index 000000000..b7a39de79 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-bazel-critical-path.html @@ -0,0 +1,80 @@ + + + + + getBazelCriticalPath + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

getBazelCriticalPath

+
+
@GET(value = "api/builds/{id}/bazel-critical-path")
abstract suspend fun getBazelCriticalPath(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): BazelCriticalPath

Get the critical path of a Bazel build. This model is Bazel specific and cannot be requested for another build tool. Responses:

  • 200: The critical path of a Bazel build.

  • 400: The request cannot be fulfilled due to a problem.

  • 404: The referenced resource either does not exist or the permissions to know about it are missing.

  • 500: The server encountered an unexpected error.

  • 503: The server is not ready to handle the request.

Return

BazelCriticalPath

Parameters

id

The Build Scan ID.

availabilityWaitTimeoutSecs

The time in seconds the server should wait for ingestion before returning a wait timeout response. (optional)

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-build.html b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-build.html new file mode 100644 index 000000000..5d625e553 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-build.html @@ -0,0 +1,80 @@ + + + + + getBuild + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

getBuild

+
+
@GET(value = "api/builds/{id}")
abstract suspend fun getBuild(@Path(value = "id") id: String, @Query(value = "models") models: List<BuildModelName>? = null, @Query(value = "allModels") allModels: Boolean? = false, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): Build

Get the common attributes of a build. The contained attributes are build tool agnostic. Responses:

  • 200: The common attributes of a build.

  • 400: The request cannot be fulfilled due to a problem.

  • 404: The referenced resource either does not exist or the permissions to know about it are missing.

  • 500: The server encountered an unexpected error.

  • 503: The server is not ready to handle the request.

Return

Build

Parameters

id

The Build Scan ID.

models

The list of build models to return in the response for each build. If not provided, no models are returned. (optional)

allModels

Whether to include all build models for the build. If set to `true`, the value of the `models` parameter is ignored. (optional, default to false)

availabilityWaitTimeoutSecs

The time in seconds the server should wait for ingestion before returning a wait timeout response. (optional)

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-builds.html b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-builds.html new file mode 100644 index 000000000..197f404b6 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-builds.html @@ -0,0 +1,80 @@ + + + + + getBuilds + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

getBuilds

+
+
@GET(value = "api/builds")
abstract suspend fun getBuilds(@Query(value = "fromInstant") fromInstant: Long? = null, @Query(value = "fromBuild") fromBuild: String? = null, @Query(value = "reverse") reverse: Boolean? = null, @Query(value = "maxBuilds") maxBuilds: Int? = null, @Query(value = "maxWaitSecs") maxWaitSecs: Int? = null, @Query(value = "query") query: String? = null, @Query(value = "models") models: List<BuildModelName>? = null, @Query(value = "allModels") allModels: Boolean? = false, @Query(value = "since") since: Long? = null, @Query(value = "sinceBuild") sinceBuild: String? = null): List<Build>

Get a list of builds with common attributes. 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:

  • 200: A list of builds with common attributes.

  • 400: The request cannot be fulfilled due to a problem.

  • 404: The referenced resource either does not exist or the permissions to know about it are missing.

  • 500: The server encountered an unexpected error.

  • 503: The server is not ready to handle the request.

Return

kotlin.collections.List

Parameters

fromInstant

A unix-epoch-time in milliseconds allowing to retrieve builds for which Develocity completed receiving and processing the build after this instant when used in conjunction with `reverse=false`, or before this instant when used in conjunction with `reverse=true`. Therefore, a value of `0` will process all builds. If not provided, the time in milliseconds when the request is received by the Develocity instance will be used. This parameter has no effect if `fromBuild` is used. (optional)

fromBuild

A Build Scan ID allowing to retrieve builds for which Develocity completed receiving and processing after the given Build Scan ID (excluding it) when used in conjunction with `reverse=false`, or before the given Build Scan ID (excluding it) when used in conjunction with `reverse=true`. This parameter has precedence over any value set for the `since`, `sinceBuild`, `fromInstant` parameters. A valid Build Scan ID must be provided, that is, a Build Scan ID that exists in the Develocity instance. A Build Scan ID for a deleted build is valid. (optional)

reverse

A boolean indicating the time direction of the query. A value of `true` indicates a backward query, and returned builds will be sorted from most to least recent. A value of `false` indicates a forward query, and returned builds will be sorted from least to most recent. This parameter has no effect if any of `since`, `sinceBuild` are used. If not provided, the default value is `false`. (optional)

maxBuilds

The maximum number of builds returned by the query. The query returns when that number is reached or when `maxWaitSecs` is reached. If not provided, the default value is `100`. (optional)

maxWaitSecs

The maximum number of seconds to wait for builds before returning. If this time is reached before `maxBuilds` is reached, the query returns with the already processed builds. Note that this time is respected with best effort. A query will return soon after this time has passed but there is no guarantee that it exactly returns before this time has passed. This parameter has no effect if `reverse=true` is specified, because new builds cannot become available in the past. If not provided, the default value is `3`. (optional)

query

A query for filtering builds, written in the Develocity advanced search query language See: https://gradle.com/help/advanced-search (optional)

models

The list of build models to return in the response for each build. If not provided, no models are returned. (optional)

allModels

Whether to include all build models for each build. If set to `true`, the value of the `models` parameter is ignored. (optional, default to false)

since

This parameter is deprecated, use `fromInstant` instead. A unix-epoch-time in milliseconds allowing to retrieve builds for which Develocity completed receiving and processing the build after this instant. This parameter can only be used with `reverse=false`. Therefore, a value of `0` will process all builds. If not provided, the time in milliseconds when the request is received by the Develocity instance will be used. This parameter has no effect if any of `sinceBuild`, `fromInstant`, `fromBuild` are used. (optional)

sinceBuild

This parameter is deprecated, use `fromBuild` instead. A Build Scan ID allowing to retrieve builds for which Develocity completed receiving and processing after the given Build Scan ID (excluding it). This parameter can only be used with `reverse=false`. This parameter has precedence over any value set for the `since` parameter. A valid Build Scan ID must be provided, that is, a Build Scan ID that exists in the Develocity instance. A Build Scan ID for a deleted build is valid. This parameter has no effect if any of `fromInstant`, `fromBuild` are used. (optional)

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-artifact-transform-executions.html b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-artifact-transform-executions.html new file mode 100644 index 000000000..5a0d69ced --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-artifact-transform-executions.html @@ -0,0 +1,80 @@ + + + + + getGradleArtifactTransformExecutions + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

getGradleArtifactTransformExecutions

+
+
@GET(value = "api/builds/{id}/gradle-artifact-transform-executions")
abstract suspend fun getGradleArtifactTransformExecutions(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): GradleArtifactTransformExecutions

Get the artifact transform execution list of a Gradle build. This model is Gradle specific and cannot be requested for another build tool. Responses:

  • 200: The artifact transform execution list of a Gradle build.

  • 400: The request cannot be fulfilled due to a problem.

  • 404: The referenced resource either does not exist or the permissions to know about it are missing.

  • 500: The server encountered an unexpected error.

  • 503: The server is not ready to handle the request.

Return

GradleArtifactTransformExecutions

Parameters

id

The Build Scan ID.

availabilityWaitTimeoutSecs

The time in seconds the server should wait for ingestion before returning a wait timeout response. (optional)

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-attributes.html b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-attributes.html new file mode 100644 index 000000000..1490ce2dc --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-attributes.html @@ -0,0 +1,80 @@ + + + + + getGradleAttributes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

getGradleAttributes

+
+
@GET(value = "api/builds/{id}/gradle-attributes")
abstract suspend fun getGradleAttributes(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): GradleAttributes

Get the attributes of a Gradle build. This model is Gradle specific and cannot be requested for another build tool. Responses:

  • 200: The attributes of a Gradle build.

  • 400: The request cannot be fulfilled due to a problem.

  • 404: The referenced resource either does not exist or the permissions to know about it are missing.

  • 500: The server encountered an unexpected error.

  • 503: The server is not ready to handle the request.

Return

GradleAttributes

Parameters

id

The Build Scan ID.

availabilityWaitTimeoutSecs

The time in seconds the server should wait for ingestion before returning a wait timeout response. (optional)

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-build-cache-performance.html b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-build-cache-performance.html new file mode 100644 index 000000000..0906fcd09 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-build-cache-performance.html @@ -0,0 +1,80 @@ + + + + + getGradleBuildCachePerformance + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

getGradleBuildCachePerformance

+
+
@GET(value = "api/builds/{id}/gradle-build-cache-performance")
abstract suspend fun getGradleBuildCachePerformance(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): GradleBuildCachePerformance

Get the build cache performance of a Gradle build. This model is Gradle specific and cannot be requested for another build tool. Responses:

  • 200: The build cache performance of a Gradle build.

  • 400: The request cannot be fulfilled due to a problem.

  • 404: The referenced resource either does not exist or the permissions to know about it are missing.

  • 500: The server encountered an unexpected error.

  • 503: The server is not ready to handle the request.

Return

GradleBuildCachePerformance

Parameters

id

The Build Scan ID.

availabilityWaitTimeoutSecs

The time in seconds the server should wait for ingestion before returning a wait timeout response. (optional)

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-build-profile-overview.html b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-build-profile-overview.html new file mode 100644 index 000000000..4992665c8 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-build-profile-overview.html @@ -0,0 +1,80 @@ + + + + + getGradleBuildProfileOverview + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

getGradleBuildProfileOverview

+
+
@GET(value = "api/builds/{id}/gradle-build-profile-overview")
abstract suspend fun getGradleBuildProfileOverview(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): GradleBuildProfileOverview

Get the performance profile overview of a Gradle build. This model is Gradle specific and cannot be requested for another build tool. Responses:

  • 200: The performance profile overview of a Gradle build.

  • 400: The request cannot be fulfilled due to a problem.

  • 404: The referenced resource either does not exist or the permissions to know about it are missing.

  • 500: The server encountered an unexpected error.

  • 503: The server is not ready to handle the request.

Return

GradleBuildProfileOverview

Parameters

id

The Build Scan ID.

availabilityWaitTimeoutSecs

The time in seconds the server should wait for ingestion before returning a wait timeout response. (optional)

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-configuration-cache.html b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-configuration-cache.html new file mode 100644 index 000000000..9a8bbd365 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-configuration-cache.html @@ -0,0 +1,80 @@ + + + + + getGradleConfigurationCache + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

getGradleConfigurationCache

+
+
@GET(value = "api/builds/{id}/gradle-configuration-cache")
abstract suspend fun getGradleConfigurationCache(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): GradleConfigurationCache

Get the configuration cache information for a Gradle build. This model is Gradle specific and cannot be requested for another build tool. Responses:

  • 200: The configuration cache result of a Gradle build.

  • 400: The request cannot be fulfilled due to a problem.

  • 404: The referenced resource either does not exist or the permissions to know about it are missing.

  • 500: The server encountered an unexpected error.

  • 503: The server is not ready to handle the request.

Return

GradleConfigurationCache

Parameters

id

The Build Scan ID.

availabilityWaitTimeoutSecs

The time in seconds the server should wait for ingestion before returning a wait timeout response. (optional)

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-deprecations.html b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-deprecations.html new file mode 100644 index 000000000..952612c6b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-deprecations.html @@ -0,0 +1,80 @@ + + + + + getGradleDeprecations + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

getGradleDeprecations

+
+
@GET(value = "api/builds/{id}/gradle-deprecations")
abstract suspend fun getGradleDeprecations(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): GradleDeprecations

Get the Gradle Build Tool deprecations of a Gradle build. This model is Gradle specific and cannot be requested for another build tool. Responses:

  • 200: The deprecation list of a Gradle build.

  • 400: The request cannot be fulfilled due to a problem.

  • 404: The referenced resource either does not exist or the permissions to know about it are missing.

  • 500: The server encountered an unexpected error.

  • 503: The server is not ready to handle the request.

Return

GradleDeprecations

Parameters

id

The Build Scan ID.

availabilityWaitTimeoutSecs

The time in seconds the server should wait for ingestion before returning a wait timeout response. (optional)

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-network-activity.html b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-network-activity.html new file mode 100644 index 000000000..9b0da1092 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-network-activity.html @@ -0,0 +1,80 @@ + + + + + getGradleNetworkActivity + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

getGradleNetworkActivity

+
+
@GET(value = "api/builds/{id}/gradle-network-activity")
abstract suspend fun getGradleNetworkActivity(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): GradleNetworkActivity

Get the network activity of a Gradle build. 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:

  • 200: The network activity of a Gradle build.

  • 400: The request cannot be fulfilled due to a problem.

  • 404: The referenced resource either does not exist or the permissions to know about it are missing.

  • 500: The server encountered an unexpected error.

  • 503: The server is not ready to handle the request.

Return

GradleNetworkActivity

Parameters

id

The Build Scan ID.

availabilityWaitTimeoutSecs

The time in seconds the server should wait for ingestion before returning a wait timeout response. (optional)

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-plugins.html b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-plugins.html new file mode 100644 index 000000000..b33555fe8 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-plugins.html @@ -0,0 +1,80 @@ + + + + + getGradlePlugins + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

getGradlePlugins

+
+
@GET(value = "api/builds/{id}/gradle-plugins")
abstract suspend fun getGradlePlugins(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): GradlePlugins

Get the plugins of a Gradle build. This model is Gradle specific and cannot be requested for another build tool. Responses:

  • 200: The list of plugins in a Gradle build.

  • 400: The request cannot be fulfilled due to a problem.

  • 404: The referenced resource either does not exist or the permissions to know about it are missing.

  • 500: The server encountered an unexpected error.

  • 503: The server is not ready to handle the request.

Return

GradlePlugins

Parameters

id

The Build Scan ID.

availabilityWaitTimeoutSecs

The time in seconds the server should wait for ingestion before returning a wait timeout response. (optional)

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-projects.html b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-projects.html new file mode 100644 index 000000000..f8bb93296 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-projects.html @@ -0,0 +1,80 @@ + + + + + getGradleProjects + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

getGradleProjects

+
+
@GET(value = "api/builds/{id}/gradle-projects")
abstract suspend fun getGradleProjects(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): List<GradleProject>

Get the projects of a Gradle build. This model is Gradle specific and cannot be requested for another build tool. Responses:

  • 200: The projects of a Gradle build.

  • 400: The request cannot be fulfilled due to a problem.

  • 404: The referenced resource either does not exist or the permissions to know about it are missing.

  • 500: The server encountered an unexpected error.

  • 503: The server is not ready to handle the request.

Return

kotlin.collections.List

Parameters

id

The Build Scan ID.

availabilityWaitTimeoutSecs

The time in seconds the server should wait for ingestion before returning a wait timeout response. (optional)

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-resource-usage.html b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-resource-usage.html new file mode 100644 index 000000000..97882312b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-resource-usage.html @@ -0,0 +1,80 @@ + + + + + getGradleResourceUsage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

getGradleResourceUsage

+
+
@GET(value = "api/builds/{id}/gradle-resource-usage")
abstract suspend fun getGradleResourceUsage(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): GradleResourceUsage

Get the resource usage of a Gradle build. This model is Gradle specific and cannot be requested for another build tool. Responses:

  • 200: The resource usage of a Gradle build.

  • 400: The request cannot be fulfilled due to a problem.

  • 404: The referenced resource either does not exist or the permissions to know about it are missing.

  • 500: The server encountered an unexpected error.

  • 503: The server is not ready to handle the request.

Return

GradleResourceUsage

Parameters

id

The Build Scan ID.

availabilityWaitTimeoutSecs

The time in seconds the server should wait for ingestion before returning a wait timeout response. (optional)

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-test-performance.html b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-test-performance.html new file mode 100644 index 000000000..b694cdc93 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-test-performance.html @@ -0,0 +1,80 @@ + + + + + getGradleTestPerformance + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

getGradleTestPerformance

+
+
@GET(value = "api/builds/{id}/gradle-test-performance")
abstract suspend fun getGradleTestPerformance(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): GradleTestPerformance

Get test performance-related metrics of a Gradle build. This model is Gradle specific and cannot be requested for another build tool. Responses:

  • 200: Test performance-related metrics of a Gradle build.

  • 400: The request cannot be fulfilled due to a problem.

  • 404: The referenced resource either does not exist or the permissions to know about it are missing.

  • 500: The server encountered an unexpected error.

  • 503: The server is not ready to handle the request.

Return

GradleTestPerformance

Parameters

id

The Build Scan ID.

availabilityWaitTimeoutSecs

The time in seconds the server should wait for ingestion before returning a wait timeout response. (optional)

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-maven-attributes.html b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-maven-attributes.html new file mode 100644 index 000000000..d2d03c385 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-maven-attributes.html @@ -0,0 +1,80 @@ + + + + + getMavenAttributes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

getMavenAttributes

+
+
@GET(value = "api/builds/{id}/maven-attributes")
abstract suspend fun getMavenAttributes(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): MavenAttributes

Get the attributes of a Maven build. This model is Maven specific and cannot be requested for another build tool. Responses:

  • 200: The attributes of a Maven build.

  • 400: The request cannot be fulfilled due to a problem.

  • 404: The referenced resource either does not exist or the permissions to know about it are missing.

  • 500: The server encountered an unexpected error.

  • 503: The server is not ready to handle the request.

Return

MavenAttributes

Parameters

id

The Build Scan ID.

availabilityWaitTimeoutSecs

The time in seconds the server should wait for ingestion before returning a wait timeout response. (optional)

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-maven-build-cache-performance.html b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-maven-build-cache-performance.html new file mode 100644 index 000000000..908a5999c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-maven-build-cache-performance.html @@ -0,0 +1,80 @@ + + + + + getMavenBuildCachePerformance + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

getMavenBuildCachePerformance

+
+
@GET(value = "api/builds/{id}/maven-build-cache-performance")
abstract suspend fun getMavenBuildCachePerformance(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): MavenBuildCachePerformance

Get the build cache performance of a Maven build. This model is Maven specific and cannot be requested for another build tool. Responses:

  • 200: The build cache performance of a Maven build.

  • 400: The request cannot be fulfilled due to a problem.

  • 404: The referenced resource either does not exist or the permissions to know about it are missing.

  • 500: The server encountered an unexpected error.

  • 503: The server is not ready to handle the request.

Return

MavenBuildCachePerformance

Parameters

id

The Build Scan ID.

availabilityWaitTimeoutSecs

The time in seconds the server should wait for ingestion before returning a wait timeout response. (optional)

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-maven-build-profile-overview.html b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-maven-build-profile-overview.html new file mode 100644 index 000000000..d23dca6bc --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-maven-build-profile-overview.html @@ -0,0 +1,80 @@ + + + + + getMavenBuildProfileOverview + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

getMavenBuildProfileOverview

+
+
@GET(value = "api/builds/{id}/maven-build-profile-overview")
abstract suspend fun getMavenBuildProfileOverview(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): MavenBuildProfileOverview

Get the performance profile overview of a Maven build. This model is Maven specific and cannot be requested for another build tool. Responses:

  • 200: The performance profile overview of a Maven build.

  • 400: The request cannot be fulfilled due to a problem.

  • 404: The referenced resource either does not exist or the permissions to know about it are missing.

  • 500: The server encountered an unexpected error.

  • 503: The server is not ready to handle the request.

Return

MavenBuildProfileOverview

Parameters

id

The Build Scan ID.

availabilityWaitTimeoutSecs

The time in seconds the server should wait for ingestion before returning a wait timeout response. (optional)

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-maven-dependency-resolution.html b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-maven-dependency-resolution.html new file mode 100644 index 000000000..52ff84f2f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-maven-dependency-resolution.html @@ -0,0 +1,80 @@ + + + + + getMavenDependencyResolution + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

getMavenDependencyResolution

+
+
@GET(value = "api/builds/{id}/maven-dependency-resolution")
abstract suspend fun getMavenDependencyResolution(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): MavenDependencyResolution

Get information about the dependency resolution of a Maven build. 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:

  • 200: Information about the dependency resolution of a Maven build.

  • 400: The request cannot be fulfilled due to a problem.

  • 404: The referenced resource either does not exist or the permissions to know about it are missing.

  • 500: The server encountered an unexpected error.

  • 503: The server is not ready to handle the request.

Return

MavenDependencyResolution

Parameters

id

The Build Scan ID.

availabilityWaitTimeoutSecs

The time in seconds the server should wait for ingestion before returning a wait timeout response. (optional)

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-maven-modules.html b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-maven-modules.html new file mode 100644 index 000000000..e5ca1ae23 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-maven-modules.html @@ -0,0 +1,80 @@ + + + + + getMavenModules + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

getMavenModules

+
+
@GET(value = "api/builds/{id}/maven-modules")
abstract suspend fun getMavenModules(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): List<MavenModule>

Get the modules of a Maven build. This model is Maven specific and cannot be requested for another build tool. Responses:

  • 200: The modules of a Maven build.

  • 400: The request cannot be fulfilled due to a problem.

  • 404: The referenced resource either does not exist or the permissions to know about it are missing.

  • 500: The server encountered an unexpected error.

  • 503: The server is not ready to handle the request.

Return

kotlin.collections.List

Parameters

id

The Build Scan ID.

availabilityWaitTimeoutSecs

The time in seconds the server should wait for ingestion before returning a wait timeout response. (optional)

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-maven-plugins.html b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-maven-plugins.html new file mode 100644 index 000000000..3b53c5f44 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-maven-plugins.html @@ -0,0 +1,80 @@ + + + + + getMavenPlugins + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

getMavenPlugins

+
+
@GET(value = "api/builds/{id}/maven-plugins")
abstract suspend fun getMavenPlugins(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): MavenPlugins

Get the plugins of a Maven build. This model is Maven specific and cannot be requested for another build tool. Responses:

  • 200: The plugin list of a Maven build.

  • 400: The request cannot be fulfilled due to a problem.

  • 404: The referenced resource either does not exist or the permissions to know about it are missing.

  • 500: The server encountered an unexpected error.

  • 503: The server is not ready to handle the request.

Return

MavenPlugins

Parameters

id

The Build Scan ID.

availabilityWaitTimeoutSecs

The time in seconds the server should wait for ingestion before returning a wait timeout response. (optional)

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-maven-resource-usage.html b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-maven-resource-usage.html new file mode 100644 index 000000000..7d85d41bb --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-maven-resource-usage.html @@ -0,0 +1,80 @@ + + + + + getMavenResourceUsage + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

getMavenResourceUsage

+
+
@GET(value = "api/builds/{id}/maven-resource-usage")
abstract suspend fun getMavenResourceUsage(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): MavenResourceUsage

Get the resource usage of a Maven build. This model is Maven specific and cannot be requested for another build tool. Responses:

  • 200: The resource usage of a Maven build.

  • 400: The request cannot be fulfilled due to a problem.

  • 404: The referenced resource either does not exist or the permissions to know about it are missing.

  • 500: The server encountered an unexpected error.

  • 503: The server is not ready to handle the request.

Return

MavenResourceUsage

Parameters

id

The Build Scan ID.

availabilityWaitTimeoutSecs

The time in seconds the server should wait for ingestion before returning a wait timeout response. (optional)

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-maven-test-performance.html b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-maven-test-performance.html new file mode 100644 index 000000000..de2c072d9 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-maven-test-performance.html @@ -0,0 +1,80 @@ + + + + + getMavenTestPerformance + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

getMavenTestPerformance

+
+
@GET(value = "api/builds/{id}/maven-test-performance")
abstract suspend fun getMavenTestPerformance(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): MavenTestPerformance

Get test performance-related metrics of a Maven build. This model is Maven specific and cannot be requested for another build tool. Responses:

  • 200: Test performance-related metrics of a Maven build.

  • 400: The request cannot be fulfilled due to a problem.

  • 404: The referenced resource either does not exist or the permissions to know about it are missing.

  • 500: The server encountered an unexpected error.

  • 503: The server is not ready to handle the request.

Return

MavenTestPerformance

Parameters

id

The Build Scan ID.

availabilityWaitTimeoutSecs

The time in seconds the server should wait for ingestion before returning a wait timeout response. (optional)

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-npm-attributes.html b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-npm-attributes.html new file mode 100644 index 000000000..7e24fa0af --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-npm-attributes.html @@ -0,0 +1,80 @@ + + + + + getNpmAttributes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

getNpmAttributes

+
+
@GET(value = "api/builds/{id}/npm-attributes")
abstract suspend fun getNpmAttributes(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): NpmAttributes

Get the attributes of an npm build. This model is npm specific and cannot be requested for another build tool. Responses:

  • 200: The attributes of an npm build.

  • 400: The request cannot be fulfilled due to a problem.

  • 404: The referenced resource either does not exist or the permissions to know about it are missing.

  • 500: The server encountered an unexpected error.

  • 503: The server is not ready to handle the request.

Return

NpmAttributes

Parameters

id

The Build Scan ID.

availabilityWaitTimeoutSecs

The time in seconds the server should wait for ingestion before returning a wait timeout response. (optional)

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-python-attributes.html b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-python-attributes.html new file mode 100644 index 000000000..b06289cdd --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-builds-api/get-python-attributes.html @@ -0,0 +1,80 @@ + + + + + getPythonAttributes + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

getPythonAttributes

+
+
@GET(value = "api/builds/{id}/python-attributes")
abstract suspend fun getPythonAttributes(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): PythonAttributes

Get the attributes of a python build. This model is python-specific and cannot be requested for another build tool. Responses:

  • 200: The attributes of a python build.

  • 400: The request cannot be fulfilled due to a problem.

  • 404: The referenced resource either does not exist or the permissions to know about it are missing.

  • 500: The server encountered an unexpected error.

  • 503: The server is not ready to handle the request.

Return

PythonAttributes

Parameters

id

The Build Scan ID.

availabilityWaitTimeoutSecs

The time in seconds the server should wait for ingestion before returning a wait timeout response. (optional)

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-builds-api/index.html b/docs/library/com.gabrielfeo.develocity.api/-builds-api/index.html new file mode 100644 index 000000000..f6ee8c89a --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-builds-api/index.html @@ -0,0 +1,494 @@ + + + + + BuildsApi + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

BuildsApi

+ +
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/builds/{id}/bazel-attributes")
abstract suspend fun getBazelAttributes(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): BazelAttributes

Get the attributes of a Bazel build. This model is Bazel specific and cannot be requested for another build tool. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/builds/{id}/bazel-critical-path")
abstract suspend fun getBazelCriticalPath(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): BazelCriticalPath

Get the critical path of a Bazel build. This model is Bazel specific and cannot be requested for another build tool. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/builds/{id}")
abstract suspend fun getBuild(@Path(value = "id") id: String, @Query(value = "models") models: List<BuildModelName>? = null, @Query(value = "allModels") allModels: Boolean? = false, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): Build

Get the common attributes of a build. The contained attributes are build tool agnostic. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/builds")
abstract suspend fun getBuilds(@Query(value = "fromInstant") fromInstant: Long? = null, @Query(value = "fromBuild") fromBuild: String? = null, @Query(value = "reverse") reverse: Boolean? = null, @Query(value = "maxBuilds") maxBuilds: Int? = null, @Query(value = "maxWaitSecs") maxWaitSecs: Int? = null, @Query(value = "query") query: String? = null, @Query(value = "models") models: List<BuildModelName>? = null, @Query(value = "allModels") allModels: Boolean? = false, @Query(value = "since") since: Long? = null, @Query(value = "sinceBuild") sinceBuild: String? = null): List<Build>

Get a list of builds with common attributes. 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:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun BuildsApi.getBuildsFlow(since: Long? = null, sinceBuild: String? = null, fromInstant: Long? = null, fromBuild: String? = null, query: String? = null, reverse: Boolean? = null, maxWaitSecs: Int? = null, buildsPerPage: Int = API_MAX_BUILDS, models: List<BuildModelName>? = null, allModels: Boolean? = false): Flow<Build>

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.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/builds/{id}/gradle-artifact-transform-executions")
abstract suspend fun getGradleArtifactTransformExecutions(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): GradleArtifactTransformExecutions

Get the artifact transform execution list of a Gradle build. This model is Gradle specific and cannot be requested for another build tool. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/builds/{id}/gradle-attributes")
abstract suspend fun getGradleAttributes(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): GradleAttributes

Get the attributes of a Gradle build. This model is Gradle specific and cannot be requested for another build tool. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun BuildsApi.getGradleAttributesFlow(since: Long = 0, sinceBuild: String? = null, fromInstant: Long? = null, fromBuild: String? = null, query: String? = null, reverse: Boolean? = null, maxWaitSecs: Int? = null, scope: CoroutineScope = GlobalScope, models: List<BuildModelName>? = null): Flow<GradleAttributes>

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.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/builds/{id}/gradle-build-cache-performance")
abstract suspend fun getGradleBuildCachePerformance(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): GradleBuildCachePerformance

Get the build cache performance of a Gradle build. This model is Gradle specific and cannot be requested for another build tool. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/builds/{id}/gradle-build-profile-overview")
abstract suspend fun getGradleBuildProfileOverview(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): GradleBuildProfileOverview

Get the performance profile overview of a Gradle build. This model is Gradle specific and cannot be requested for another build tool. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/builds/{id}/gradle-configuration-cache")
abstract suspend fun getGradleConfigurationCache(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): GradleConfigurationCache

Get the configuration cache information for a Gradle build. This model is Gradle specific and cannot be requested for another build tool. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/builds/{id}/gradle-deprecations")
abstract suspend fun getGradleDeprecations(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): GradleDeprecations

Get the Gradle Build Tool deprecations of a Gradle build. This model is Gradle specific and cannot be requested for another build tool. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/builds/{id}/gradle-network-activity")
abstract suspend fun getGradleNetworkActivity(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): GradleNetworkActivity

Get the network activity of a Gradle build. 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:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/builds/{id}/gradle-plugins")
abstract suspend fun getGradlePlugins(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): GradlePlugins

Get the plugins of a Gradle build. This model is Gradle specific and cannot be requested for another build tool. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/builds/{id}/gradle-projects")
abstract suspend fun getGradleProjects(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): List<GradleProject>

Get the projects of a Gradle build. This model is Gradle specific and cannot be requested for another build tool. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/builds/{id}/gradle-resource-usage")
abstract suspend fun getGradleResourceUsage(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): GradleResourceUsage

Get the resource usage of a Gradle build. This model is Gradle specific and cannot be requested for another build tool. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/builds/{id}/gradle-test-performance")
abstract suspend fun getGradleTestPerformance(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): GradleTestPerformance

Get test performance-related metrics of a Gradle build. This model is Gradle specific and cannot be requested for another build tool. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/builds/{id}/maven-attributes")
abstract suspend fun getMavenAttributes(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): MavenAttributes

Get the attributes of a Maven build. This model is Maven specific and cannot be requested for another build tool. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/builds/{id}/maven-build-cache-performance")
abstract suspend fun getMavenBuildCachePerformance(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): MavenBuildCachePerformance

Get the build cache performance of a Maven build. This model is Maven specific and cannot be requested for another build tool. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/builds/{id}/maven-build-profile-overview")
abstract suspend fun getMavenBuildProfileOverview(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): MavenBuildProfileOverview

Get the performance profile overview of a Maven build. This model is Maven specific and cannot be requested for another build tool. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/builds/{id}/maven-dependency-resolution")
abstract suspend fun getMavenDependencyResolution(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): MavenDependencyResolution

Get information about the dependency resolution of a Maven build. 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:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/builds/{id}/maven-modules")
abstract suspend fun getMavenModules(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): List<MavenModule>

Get the modules of a Maven build. This model is Maven specific and cannot be requested for another build tool. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/builds/{id}/maven-plugins")
abstract suspend fun getMavenPlugins(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): MavenPlugins

Get the plugins of a Maven build. This model is Maven specific and cannot be requested for another build tool. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/builds/{id}/maven-resource-usage")
abstract suspend fun getMavenResourceUsage(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): MavenResourceUsage

Get the resource usage of a Maven build. This model is Maven specific and cannot be requested for another build tool. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/builds/{id}/maven-test-performance")
abstract suspend fun getMavenTestPerformance(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): MavenTestPerformance

Get test performance-related metrics of a Maven build. This model is Maven specific and cannot be requested for another build tool. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/builds/{id}/npm-attributes")
abstract suspend fun getNpmAttributes(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): NpmAttributes

Get the attributes of an npm build. This model is npm specific and cannot be requested for another build tool. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/builds/{id}/python-attributes")
abstract suspend fun getPythonAttributes(@Path(value = "id") id: String, @Query(value = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null): PythonAttributes

Get the attributes of a python build. This model is python-specific and cannot be requested for another build tool. Responses:

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-config/-cache-config/-cache-config.html b/docs/library/com.gabrielfeo.develocity.api/-config/-cache-config/-cache-config.html new file mode 100644 index 000000000..c159d1aa5 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-config/-cache-config/-cache-config.html @@ -0,0 +1,93 @@ + + + + + CacheConfig + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

CacheConfig

+
+
constructor(cacheEnabled: Boolean = env["DEVELOCITY_API_CACHE_ENABLED"].toBoolean(), cacheDir: File = env["DEVELOCITY_API_CACHE_DIR"]?.let(::File) + ?: run { + val userHome = checkNotNull(systemProperties.userHome) { ERROR_NULL_USER_HOME } + File(userHome, ".develocity-api-kotlin-cache") + }, maxCacheSize: Long = env["DEVELOCITY_API_MAX_CACHE_SIZE"]?.toLong() + ?: 1_000_000_000L, longTermCacheUrlPattern: Regex = env["DEVELOCITY_API_LONG_TERM_CACHE_URL_PATTERN"]?.toRegex() + ?: Regex( + """ + .*/api/builds/[\d\w]+/(?:gradle|maven)-(?:attributes|build-cache-performance) + """.trimIndent() + ), longTermCacheMaxAge: Long = env["DEVELOCITY_API_SHORT_TERM_CACHE_MAX_AGE"]?.toLong() + ?: 365.days.inWholeSeconds, shortTermCacheUrlPattern: Regex = env["DEVELOCITY_API_SHORT_TERM_CACHE_URL_PATTERN"]?.toRegex() + ?: """.*/builds(?:\?.*|\Z)""".toRegex(), shortTermCacheMaxAge: Long = env["DEVELOCITY_API_SHORT_TERM_CACHE_MAX_AGE"]?.toLong() + ?: 1.days.inWholeSeconds)(source)
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-config/-cache-config/cache-dir.html b/docs/library/com.gabrielfeo.develocity.api/-config/-cache-config/cache-dir.html new file mode 100644 index 000000000..a2b0954b3 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-config/-cache-config/cache-dir.html @@ -0,0 +1,80 @@ + + + + + cacheDir + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

cacheDir

+
+

HTTP cache location. By default, uses environment variable DEVELOCITY_API_CACHE_DIR or creates a ~/.develocity-api-kotlin-cache directory.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-config/-cache-config/cache-enabled.html b/docs/library/com.gabrielfeo.develocity.api/-config/-cache-config/cache-enabled.html new file mode 100644 index 000000000..0350efec2 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-config/-cache-config/cache-enabled.html @@ -0,0 +1,80 @@ + + + + + cacheEnabled + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

cacheEnabled

+
+

Whether caching is enabled. By default, uses environment variable DEVELOCITY_API_CACHE_ENABLED or false.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-config/-cache-config/index.html b/docs/library/com.gabrielfeo.develocity.api/-config/-cache-config/index.html new file mode 100644 index 000000000..9ad9fde10 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-config/-cache-config/index.html @@ -0,0 +1,239 @@ + + + + + CacheConfig + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

CacheConfig

+
data class CacheConfig(val cacheEnabled: Boolean = env["DEVELOCITY_API_CACHE_ENABLED"].toBoolean(), val cacheDir: File = env["DEVELOCITY_API_CACHE_DIR"]?.let(::File) + ?: run { + val userHome = checkNotNull(systemProperties.userHome) { ERROR_NULL_USER_HOME } + File(userHome, ".develocity-api-kotlin-cache") + }, val maxCacheSize: Long = env["DEVELOCITY_API_MAX_CACHE_SIZE"]?.toLong() + ?: 1_000_000_000L, val longTermCacheUrlPattern: Regex = env["DEVELOCITY_API_LONG_TERM_CACHE_URL_PATTERN"]?.toRegex() + ?: Regex( + """ + .*/api/builds/[\d\w]+/(?:gradle|maven)-(?:attributes|build-cache-performance) + """.trimIndent() + ), val longTermCacheMaxAge: Long = env["DEVELOCITY_API_SHORT_TERM_CACHE_MAX_AGE"]?.toLong() + ?: 365.days.inWholeSeconds, val shortTermCacheUrlPattern: Regex = env["DEVELOCITY_API_SHORT_TERM_CACHE_URL_PATTERN"]?.toRegex() + ?: """.*/builds(?:\?.*|\Z)""".toRegex(), val shortTermCacheMaxAge: Long = env["DEVELOCITY_API_SHORT_TERM_CACHE_MAX_AGE"]?.toLong() + ?: 1.days.inWholeSeconds)(source)

HTTP cache is off by default, but can speed up requests significantly. The Develocity API disallows HTTP caching, but this library forcefully enables it by overwriting cache-related headers in API responses. Enable with cacheEnabled.

Responses can be:

  • cached short-term: default max-age of 1 day

  • /api/builds

  • cached long-term: default max-age of 1 year

  • /api/builds/{id}/gradle-attributes

  • /api/builds/{id}/maven-attributes

  • /api/builds/{id}/gradle-build-cache-performance

  • /api/builds/{id}/maven-build-cache-performance

  • not cached

  • all other paths

Whether a response is cached short-term, long-term or not cached at all depends on whether it was matched by shortTermCacheUrlPattern or longTermCacheUrlPattern.

Whenever Develocity is upgraded, cache should be cleared.

Caveats

While not encouraged by the API, caching shouldn't have any major downsides other than a time gap for certain queries, or having to reset cache when Develocity is upgraded.

Time gap

/api/builds responses always change as new builds are uploaded. Caching this path short-term (default 1 day) means new builds uploaded after the cached response won't be included in the query until the cache is invalidated 24h later. If that's a problem, caching can be disabled for this /api/builds by changing shortTermCacheUrlPattern.

Develocity upgrades

When Develocity is upgraded, any API response can change. New data might be available in API endpoints such as /api/build/{id}/gradle-attributes. Thus, whenever the Develocity version itself is upgraded, cache should be cleared.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(cacheEnabled: Boolean = env["DEVELOCITY_API_CACHE_ENABLED"].toBoolean(), cacheDir: File = env["DEVELOCITY_API_CACHE_DIR"]?.let(::File) + ?: run { + val userHome = checkNotNull(systemProperties.userHome) { ERROR_NULL_USER_HOME } + File(userHome, ".develocity-api-kotlin-cache") + }, maxCacheSize: Long = env["DEVELOCITY_API_MAX_CACHE_SIZE"]?.toLong() + ?: 1_000_000_000L, longTermCacheUrlPattern: Regex = env["DEVELOCITY_API_LONG_TERM_CACHE_URL_PATTERN"]?.toRegex() + ?: Regex( + """ + .*/api/builds/[\d\w]+/(?:gradle|maven)-(?:attributes|build-cache-performance) + """.trimIndent() + ), longTermCacheMaxAge: Long = env["DEVELOCITY_API_SHORT_TERM_CACHE_MAX_AGE"]?.toLong() + ?: 365.days.inWholeSeconds, shortTermCacheUrlPattern: Regex = env["DEVELOCITY_API_SHORT_TERM_CACHE_URL_PATTERN"]?.toRegex() + ?: """.*/builds(?:\?.*|\Z)""".toRegex(), shortTermCacheMaxAge: Long = env["DEVELOCITY_API_SHORT_TERM_CACHE_MAX_AGE"]?.toLong() + ?: 1.days.inWholeSeconds)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

HTTP cache location. By default, uses environment variable DEVELOCITY_API_CACHE_DIR or creates a ~/.develocity-api-kotlin-cache directory.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Whether caching is enabled. By default, uses environment variable DEVELOCITY_API_CACHE_ENABLED or false.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Max age in seconds for URLs to be cached long-term (matched by longTermCacheUrlPattern). By default, uses environment variable DEVELOCITY_API_LONG_TERM_CACHE_MAX_AGE or 1 year.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Regex pattern to match API URLs that are OK to store long-term in the HTTP cache, up to longTermCacheMaxAge (1y by default, max value). By default, uses environment variable DEVELOCITY_API_LONG_TERM_CACHE_URL_PATTERN or a pattern matching:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Max size of the HTTP cache. By default, uses environment variable DEVELOCITY_API_MAX_CACHE_SIZE or ~1 GB.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Max age in seconds for URLs to be cached short-term (matched by shortTermCacheUrlPattern). By default, uses environment variable DEVELOCITY_API_SHORT_TERM_CACHE_MAX_AGE or 1 day.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Regex pattern to match API URLs that are OK to store short-term in the HTTP cache, up to shortTermCacheMaxAge (1d by default). By default, uses environment variable DEVELOCITY_API_SHORT_TERM_CACHE_URL_PATTERN or a pattern matching:

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-config/-cache-config/long-term-cache-max-age.html b/docs/library/com.gabrielfeo.develocity.api/-config/-cache-config/long-term-cache-max-age.html new file mode 100644 index 000000000..106ceb5a3 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-config/-cache-config/long-term-cache-max-age.html @@ -0,0 +1,80 @@ + + + + + longTermCacheMaxAge + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

longTermCacheMaxAge

+
+

Max age in seconds for URLs to be cached long-term (matched by longTermCacheUrlPattern). By default, uses environment variable DEVELOCITY_API_LONG_TERM_CACHE_MAX_AGE or 1 year.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-config/-cache-config/long-term-cache-url-pattern.html b/docs/library/com.gabrielfeo.develocity.api/-config/-cache-config/long-term-cache-url-pattern.html new file mode 100644 index 000000000..1efd5f128 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-config/-cache-config/long-term-cache-url-pattern.html @@ -0,0 +1,80 @@ + + + + + longTermCacheUrlPattern + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

longTermCacheUrlPattern

+
+

Regex pattern to match API URLs that are OK to store long-term in the HTTP cache, up to longTermCacheMaxAge (1y by default, max value). By default, uses environment variable DEVELOCITY_API_LONG_TERM_CACHE_URL_PATTERN or a pattern matching:

  • {host}/api/builds/{id}/gradle-attributes

  • {host}/api/builds/{id}/maven-attributes

  • {host}/api/builds/{id}/gradle-build-cache-performance

  • {host}/api/builds/{id}/maven-build-cache-performance

Use | to define multiple patterns in one, e.g. .*gradle-attributes|.*test-distribution.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-config/-cache-config/max-cache-size.html b/docs/library/com.gabrielfeo.develocity.api/-config/-cache-config/max-cache-size.html new file mode 100644 index 000000000..c1a67686f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-config/-cache-config/max-cache-size.html @@ -0,0 +1,80 @@ + + + + + maxCacheSize + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

maxCacheSize

+
+

Max size of the HTTP cache. By default, uses environment variable DEVELOCITY_API_MAX_CACHE_SIZE or ~1 GB.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-config/-cache-config/short-term-cache-max-age.html b/docs/library/com.gabrielfeo.develocity.api/-config/-cache-config/short-term-cache-max-age.html new file mode 100644 index 000000000..e2a025d81 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-config/-cache-config/short-term-cache-max-age.html @@ -0,0 +1,80 @@ + + + + + shortTermCacheMaxAge + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

shortTermCacheMaxAge

+
+

Max age in seconds for URLs to be cached short-term (matched by shortTermCacheUrlPattern). By default, uses environment variable DEVELOCITY_API_SHORT_TERM_CACHE_MAX_AGE or 1 day.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-config/-cache-config/short-term-cache-url-pattern.html b/docs/library/com.gabrielfeo.develocity.api/-config/-cache-config/short-term-cache-url-pattern.html new file mode 100644 index 000000000..77f1f8210 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-config/-cache-config/short-term-cache-url-pattern.html @@ -0,0 +1,80 @@ + + + + + shortTermCacheUrlPattern + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

shortTermCacheUrlPattern

+
+

Regex pattern to match API URLs that are OK to store short-term in the HTTP cache, up to shortTermCacheMaxAge (1d by default). By default, uses environment variable DEVELOCITY_API_SHORT_TERM_CACHE_URL_PATTERN or a pattern matching:

  • {host}/api/builds

Use | to define multiple patterns in one, e.g. .*gradle-attributes|.*test-distribution.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-config/-config.html b/docs/library/com.gabrielfeo.develocity.api/-config/-config.html new file mode 100644 index 000000000..37aaa1f90 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-config/-config.html @@ -0,0 +1,87 @@ + + + + + Config + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Config

+
+
constructor(logLevel: String = env["DEVELOCITY_API_LOG_LEVEL"] + ?: systemProperties.logLevel + ?: "off", apiUrl: String = env["DEVELOCITY_API_URL"] + ?: error(ERROR_NULL_API_URL), apiToken: () -> String = { + env["DEVELOCITY_API_TOKEN"] + ?: error(ERROR_NULL_API_TOKEN) + }, clientBuilder: OkHttpClient.Builder = basicOkHttpClient.newBuilder(), maxConcurrentRequests: Int? = env["DEVELOCITY_API_MAX_CONCURRENT_REQUESTS"]?.toInt(), readTimeoutMillis: Long = env["DEVELOCITY_API_READ_TIMEOUT_MILLIS"]?.toLong() + ?: 60_000L, cacheConfig: Config.CacheConfig = CacheConfig())(source)
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-config/api-token.html b/docs/library/com.gabrielfeo.develocity.api/-config/api-token.html new file mode 100644 index 000000000..ec4d229b5 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-config/api-token.html @@ -0,0 +1,80 @@ + + + + + apiToken + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

apiToken

+
+
val apiToken: () -> String(source)

Provides the access token for a Develocity API instance. By default, uses environment variable DEVELOCITY_API_TOKEN.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-config/api-url.html b/docs/library/com.gabrielfeo.develocity.api/-config/api-url.html new file mode 100644 index 000000000..68e142367 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-config/api-url.html @@ -0,0 +1,80 @@ + + + + + apiUrl + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

apiUrl

+
+

Provides the URL of a Develocity API instance REST API. By default, uses environment variable DEVELOCITY_API_URL. Must end with /api/.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-config/cache-config.html b/docs/library/com.gabrielfeo.develocity.api/-config/cache-config.html new file mode 100644 index 000000000..a77e8021e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-config/cache-config.html @@ -0,0 +1,80 @@ + + + + + cacheConfig + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

cacheConfig

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-config/client-builder.html b/docs/library/com.gabrielfeo.develocity.api/-config/client-builder.html new file mode 100644 index 000000000..8e4400f15 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-config/client-builder.html @@ -0,0 +1,80 @@ + + + + + clientBuilder + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

clientBuilder

+
+
val clientBuilder: OkHttpClient.Builder(source)

OkHttpClient.Builder to use when building the library's internal OkHttpClient.

This is aimed at using the library inside a full Kotlin project. Allows the internal client to share resources such as thread pools with another OkHttpClient. See OkHttpClient for all that is shared.

The default is to share resources only within the library, i.e. multiple Config() with the default clientBuilder will already share resources.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-config/index.html b/docs/library/com.gabrielfeo.develocity.api/-config/index.html new file mode 100644 index 000000000..63d471a37 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-config/index.html @@ -0,0 +1,259 @@ + + + + + Config + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Config

+
data class Config(val logLevel: String = env["DEVELOCITY_API_LOG_LEVEL"] + ?: systemProperties.logLevel + ?: "off", val apiUrl: String = env["DEVELOCITY_API_URL"] + ?: error(ERROR_NULL_API_URL), val apiToken: () -> String = { + env["DEVELOCITY_API_TOKEN"] + ?: error(ERROR_NULL_API_TOKEN) + }, val clientBuilder: OkHttpClient.Builder = basicOkHttpClient.newBuilder(), val maxConcurrentRequests: Int? = env["DEVELOCITY_API_MAX_CONCURRENT_REQUESTS"]?.toInt(), val readTimeoutMillis: Long = env["DEVELOCITY_API_READ_TIMEOUT_MILLIS"]?.toLong() + ?: 60_000L, val cacheConfig: Config.CacheConfig = CacheConfig())(source)

Library configuration options.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(logLevel: String = env["DEVELOCITY_API_LOG_LEVEL"] + ?: systemProperties.logLevel + ?: "off", apiUrl: String = env["DEVELOCITY_API_URL"] + ?: error(ERROR_NULL_API_URL), apiToken: () -> String = { + env["DEVELOCITY_API_TOKEN"] + ?: error(ERROR_NULL_API_TOKEN) + }, clientBuilder: OkHttpClient.Builder = basicOkHttpClient.newBuilder(), maxConcurrentRequests: Int? = env["DEVELOCITY_API_MAX_CONCURRENT_REQUESTS"]?.toInt(), readTimeoutMillis: Long = env["DEVELOCITY_API_READ_TIMEOUT_MILLIS"]?.toLong() + ?: 60_000L, cacheConfig: Config.CacheConfig = CacheConfig())
+
+
+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class CacheConfig(val cacheEnabled: Boolean = env["DEVELOCITY_API_CACHE_ENABLED"].toBoolean(), val cacheDir: File = env["DEVELOCITY_API_CACHE_DIR"]?.let(::File) + ?: run { + val userHome = checkNotNull(systemProperties.userHome) { ERROR_NULL_USER_HOME } + File(userHome, ".develocity-api-kotlin-cache") + }, val maxCacheSize: Long = env["DEVELOCITY_API_MAX_CACHE_SIZE"]?.toLong() + ?: 1_000_000_000L, val longTermCacheUrlPattern: Regex = env["DEVELOCITY_API_LONG_TERM_CACHE_URL_PATTERN"]?.toRegex() + ?: Regex( + """ + .*/api/builds/[\d\w]+/(?:gradle|maven)-(?:attributes|build-cache-performance) + """.trimIndent() + ), val longTermCacheMaxAge: Long = env["DEVELOCITY_API_SHORT_TERM_CACHE_MAX_AGE"]?.toLong() + ?: 365.days.inWholeSeconds, val shortTermCacheUrlPattern: Regex = env["DEVELOCITY_API_SHORT_TERM_CACHE_URL_PATTERN"]?.toRegex() + ?: """.*/builds(?:\?.*|\Z)""".toRegex(), val shortTermCacheMaxAge: Long = env["DEVELOCITY_API_SHORT_TERM_CACHE_MAX_AGE"]?.toLong() + ?: 1.days.inWholeSeconds)

HTTP cache is off by default, but can speed up requests significantly. The Develocity API disallows HTTP caching, but this library forcefully enables it by overwriting cache-related headers in API responses. Enable with cacheEnabled.

+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val apiToken: () -> String

Provides the access token for a Develocity API instance. By default, uses environment variable DEVELOCITY_API_TOKEN.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Provides the URL of a Develocity API instance REST API. By default, uses environment variable DEVELOCITY_API_URL. Must end with /api/.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val clientBuilder: OkHttpClient.Builder

OkHttpClient.Builder to use when building the library's internal OkHttpClient.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Changes minimum log level for library classes, including the HTTP client, when using slf4j-simple (bundled with the library). If replacing SLF4J bindings, this setting has no effect, and log level must be changed in the chosen logging framework.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Maximum amount of concurrent requests allowed. Further requests will be queued. By default, uses environment variable DEVELOCITY_API_MAX_CONCURRENT_REQUESTS or 5 (OkHttp's default value of Dispatcher.maxRequestsPerHost).

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Timeout for reading an API response, used for OkHttpClient.readTimeoutMillis. By default, uses environment variable DEVELOCITY_API_READ_TIMEOUT_MILLIS or 60_000. Keep in mind that Develocity API responses can be big and slow to send depending on the endpoint.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-config/log-level.html b/docs/library/com.gabrielfeo.develocity.api/-config/log-level.html new file mode 100644 index 000000000..dea2d9f1f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-config/log-level.html @@ -0,0 +1,80 @@ + + + + + logLevel + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

logLevel

+
+

Changes minimum log level for library classes, including the HTTP client, when using slf4j-simple (bundled with the library). If replacing SLF4J bindings, this setting has no effect, and log level must be changed in the chosen logging framework.

Default value, by order of precedence:

  • DEVELOCITY_API_LOG_LEVEL environment variable

  • org.slf4j.simpleLogger.defaultLogLevel system property

  • "off"

SLF4J valid log levels and their usage by the library:

  • "off" (default, no logs)

  • "error"

  • "warn"

  • "info"

  • "debug" (logs HTTP traffic: URLs and status codes only)

  • "trace" (logs HTTP traffic: full request and response including body, excluding authorization header)

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-config/max-concurrent-requests.html b/docs/library/com.gabrielfeo.develocity.api/-config/max-concurrent-requests.html new file mode 100644 index 000000000..21aa2d2f8 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-config/max-concurrent-requests.html @@ -0,0 +1,80 @@ + + + + + maxConcurrentRequests + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

maxConcurrentRequests

+
+

Maximum amount of concurrent requests allowed. Further requests will be queued. By default, uses environment variable DEVELOCITY_API_MAX_CONCURRENT_REQUESTS or 5 (OkHttp's default value of Dispatcher.maxRequestsPerHost).

If set, will set Dispatcher.maxRequests and Dispatcher.maxRequestsPerHost of the internal client, overwriting what's inherited from the base client of clientBuilder, if any.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-config/read-timeout-millis.html b/docs/library/com.gabrielfeo.develocity.api/-config/read-timeout-millis.html new file mode 100644 index 000000000..e177875a6 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-config/read-timeout-millis.html @@ -0,0 +1,80 @@ + + + + + readTimeoutMillis + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

readTimeoutMillis

+
+

Timeout for reading an API response, used for OkHttpClient.readTimeoutMillis. By default, uses environment variable DEVELOCITY_API_READ_TIMEOUT_MILLIS or 60_000. Keep in mind that Develocity API responses can be big and slow to send depending on the endpoint.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-develocity-api/-companion/index.html b/docs/library/com.gabrielfeo.develocity.api/-develocity-api/-companion/index.html new file mode 100644 index 000000000..e5846ffaa --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-develocity-api/-companion/index.html @@ -0,0 +1,104 @@ + + + + + Companion + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Companion

+ +
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun newInstance(config: Config = Config()): DevelocityApi

Create a new instance of DevelocityApi with a custom Config.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-develocity-api/-companion/new-instance.html b/docs/library/com.gabrielfeo.develocity.api/-develocity-api/-companion/new-instance.html new file mode 100644 index 000000000..c4fda4343 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-develocity-api/-companion/new-instance.html @@ -0,0 +1,80 @@ + + + + + newInstance + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

newInstance

+
+
fun newInstance(config: Config = Config()): DevelocityApi(source)

Create a new instance of DevelocityApi with a custom Config.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-develocity-api/auth-api.html b/docs/library/com.gabrielfeo.develocity.api/-develocity-api/auth-api.html new file mode 100644 index 000000000..8ffc34214 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-develocity-api/auth-api.html @@ -0,0 +1,80 @@ + + + + + authApi + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

authApi

+
+
abstract val authApi: AuthApi(source)
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-develocity-api/build-cache-api.html b/docs/library/com.gabrielfeo.develocity.api/-develocity-api/build-cache-api.html new file mode 100644 index 000000000..965df3462 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-develocity-api/build-cache-api.html @@ -0,0 +1,80 @@ + + + + + buildCacheApi + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

buildCacheApi

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-develocity-api/builds-api.html b/docs/library/com.gabrielfeo.develocity.api/-develocity-api/builds-api.html new file mode 100644 index 000000000..92e282b74 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-develocity-api/builds-api.html @@ -0,0 +1,80 @@ + + + + + buildsApi + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

buildsApi

+
+
abstract val buildsApi: BuildsApi(source)
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-develocity-api/config.html b/docs/library/com.gabrielfeo.develocity.api/-develocity-api/config.html new file mode 100644 index 000000000..31ff71d96 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-develocity-api/config.html @@ -0,0 +1,80 @@ + + + + + config + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

config

+
+
abstract val config: Config(source)

Library configuration options.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-develocity-api/index.html b/docs/library/com.gabrielfeo.develocity.api/-develocity-api/index.html new file mode 100644 index 000000000..819c2e989 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-develocity-api/index.html @@ -0,0 +1,247 @@ + + + + + DevelocityApi + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

DevelocityApi

+

Develocity API client. API endpoints are grouped exactly as in the Develocity API Manual:

Create an instance with newInstance:

val api = DevelocityApi.newInstance()
api.buildsApi.getBuilds(...)

You may pass a default Config, e.g. for sharing OkHttpClient resources:

val options = Options(clientBuilder = myOwnOkHttpClient.newBuilder())
val api = DevelocityApi.newInstance(options)
api.buildsApi.getBuilds(...)
+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
object Companion
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract val authApi: AuthApi
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract val buildsApi: BuildsApi
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract val config: Config

Library configuration options.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract val metaApi: MetaApi
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract val projectsApi: ProjectsApi
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract val testsApi: TestsApi
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract fun shutdown()

Release resources allowing the program to finish before the internal client's idle timeout.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-develocity-api/meta-api.html b/docs/library/com.gabrielfeo.develocity.api/-develocity-api/meta-api.html new file mode 100644 index 000000000..bae28624b --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-develocity-api/meta-api.html @@ -0,0 +1,80 @@ + + + + + metaApi + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

metaApi

+
+
abstract val metaApi: MetaApi(source)
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-develocity-api/projects-api.html b/docs/library/com.gabrielfeo.develocity.api/-develocity-api/projects-api.html new file mode 100644 index 000000000..b9172b55c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-develocity-api/projects-api.html @@ -0,0 +1,80 @@ + + + + + projectsApi + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

projectsApi

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-develocity-api/shutdown.html b/docs/library/com.gabrielfeo.develocity.api/-develocity-api/shutdown.html new file mode 100644 index 000000000..231069e05 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-develocity-api/shutdown.html @@ -0,0 +1,80 @@ + + + + + shutdown + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

shutdown

+
+
abstract fun shutdown()(source)

Release resources allowing the program to finish before the internal client's idle timeout.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-develocity-api/test-distribution-api.html b/docs/library/com.gabrielfeo.develocity.api/-develocity-api/test-distribution-api.html new file mode 100644 index 000000000..571b5f997 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-develocity-api/test-distribution-api.html @@ -0,0 +1,80 @@ + + + + + testDistributionApi + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

testDistributionApi

+
+ +
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-develocity-api/tests-api.html b/docs/library/com.gabrielfeo.develocity.api/-develocity-api/tests-api.html new file mode 100644 index 000000000..40a6250b0 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-develocity-api/tests-api.html @@ -0,0 +1,80 @@ + + + + + testsApi + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

testsApi

+
+
abstract val testsApi: TestsApi(source)
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-meta-api/get-version.html b/docs/library/com.gabrielfeo.develocity.api/-meta-api/get-version.html new file mode 100644 index 000000000..5e3bfefaf --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-meta-api/get-version.html @@ -0,0 +1,80 @@ + + + + + getVersion + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

getVersion

+
+
@GET(value = "api/version")
abstract suspend fun getVersion(): GradleEnterpriseVersion

Provides the version of Develocity. This endpoint can be accessed by any authenticated user. Responses:

  • 200: Successful version response

  • 404: The referenced resource either does not exist or the permissions to know about it are missing.

  • 500: The server encountered an unexpected error.

Return

GradleEnterpriseVersion

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-meta-api/index.html b/docs/library/com.gabrielfeo.develocity.api/-meta-api/index.html new file mode 100644 index 000000000..bab6aec18 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-meta-api/index.html @@ -0,0 +1,104 @@ + + + + + MetaApi + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MetaApi

+ +
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/version")
abstract suspend fun getVersion(): GradleEnterpriseVersion

Provides the version of Develocity. This endpoint can be accessed by any authenticated user. Responses:

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-projects-api/create-or-update-project-group.html b/docs/library/com.gabrielfeo.develocity.api/-projects-api/create-or-update-project-group.html new file mode 100644 index 000000000..dc558419f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-projects-api/create-or-update-project-group.html @@ -0,0 +1,80 @@ + + + + + createOrUpdateProjectGroup + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

createOrUpdateProjectGroup

+
+
@PUT(value = "api/project-groups/{projectGroupId}")
abstract suspend fun createOrUpdateProjectGroup(@Path(value = "projectGroupId") projectGroupId: String, @Body projectGroup: ProjectGroup): ProjectGroup

Create or update a project group. <mark>Beta:</mark> Create a new project group in Develocity or update an existing project group. When updating, any optional fields that are omitted from the request, but were previously set on the project group, will be unset/removed. An existing project group's identifier cannot be updated. If the update contains a id that does not match the current id, then the operation will fail with a Bad Request response. Responses:

  • 200: The project group was created or it was updated successfully.

  • 400: The request body is malformed or contains invalid values for at least one of the properties.

  • 403: The authenticated user has insufficient permissions.

  • 404: No API key was specified in the request, the key has been revoked, or the user bearing the key lacks permissions for this operation.

Return

ProjectGroup

Parameters

projectGroupId

The ID of the project group.

projectGroup
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-projects-api/create-or-update-project.html b/docs/library/com.gabrielfeo.develocity.api/-projects-api/create-or-update-project.html new file mode 100644 index 000000000..aad07942e --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-projects-api/create-or-update-project.html @@ -0,0 +1,80 @@ + + + + + createOrUpdateProject + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

createOrUpdateProject

+
+
@PUT(value = "api/projects/{projectId}")
abstract suspend fun createOrUpdateProject(@Path(value = "projectId") projectId: String, @Body project: Project): Project

Create or update a project. <mark>Beta:</mark> Create a new project in Develocity or update an existing project. When updating, any optional fields that are omitted from the request, but were previously set on the project, will be unset/removed. An existing project's identifier cannot be updated. If the update contains a id that does not match the current id, then the operation will fail with a Bad Request response. Responses:

  • 200: The project was created or it was updated successfully.

  • 400: The request body is malformed or contains invalid values for at least one of the properties.

  • 403: The authenticated user has insufficient permissions.

  • 404: No API key was specified in the request, the key has been revoked, or the user bearing the key lacks permissions for this operation.

Return

Project

Parameters

projectId

The ID of the project.

project
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-projects-api/delete-project-group.html b/docs/library/com.gabrielfeo.develocity.api/-projects-api/delete-project-group.html new file mode 100644 index 000000000..2b35a9f20 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-projects-api/delete-project-group.html @@ -0,0 +1,80 @@ + + + + + deleteProjectGroup + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

deleteProjectGroup

+
+
@DELETE(value = "api/project-groups/{projectGroupId}")
abstract suspend fun deleteProjectGroup(@Path(value = "projectGroupId") projectGroupId: String)

Delete a project group. <mark>Beta:</mark> Delete a project group. Responses:

  • 200: The projectId referenced an existing project group and it was deleted.

  • 403: The authenticated user has insufficient permissions.

  • 404: No API key was specified in the request, the key has been revoked, or the user bearing the key lacks permissions for this operation.

Return

Unit

Parameters

projectGroupId

The ID of the project group.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-projects-api/get-project-group.html b/docs/library/com.gabrielfeo.develocity.api/-projects-api/get-project-group.html new file mode 100644 index 000000000..e4fb3282a --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-projects-api/get-project-group.html @@ -0,0 +1,80 @@ + + + + + getProjectGroup + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

getProjectGroup

+
+
@GET(value = "api/project-groups/{projectGroupId}")
abstract suspend fun getProjectGroup(@Path(value = "projectGroupId") projectGroupId: String): ProjectGroup

Get a project group <mark>Beta:</mark> Gets a specific project group. Responses:

  • 200: The requested project group.

  • 403: The authenticated user has insufficient permissions.

  • 404: No API key was specified in the request, the key has been revoked, or the user bearing the key lacks permissions for this operation.

Return

ProjectGroup

Parameters

projectGroupId

The ID of the project group.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-projects-api/get-project.html b/docs/library/com.gabrielfeo.develocity.api/-projects-api/get-project.html new file mode 100644 index 000000000..e872c686f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-projects-api/get-project.html @@ -0,0 +1,80 @@ + + + + + getProject + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

getProject

+
+
@GET(value = "api/projects/{projectId}")
abstract suspend fun getProject(@Path(value = "projectId") projectId: String): Project

Get a project. <mark>Beta:</mark> Gets a specific project. Responses:

  • 200: The requested project.

  • 403: The authenticated user has insufficient permissions.

  • 404: No API key was specified in the request, the key has been revoked, or the user bearing the key lacks permissions for this operation.

Return

Project

Parameters

projectId

The ID of the project.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-projects-api/index.html b/docs/library/com.gabrielfeo.develocity.api/-projects-api/index.html new file mode 100644 index 000000000..30f5e2de1 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-projects-api/index.html @@ -0,0 +1,194 @@ + + + + + ProjectsApi + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProjectsApi

+ +
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@PUT(value = "api/projects/{projectId}")
abstract suspend fun createOrUpdateProject(@Path(value = "projectId") projectId: String, @Body project: Project): Project

Create or update a project. <mark>Beta:</mark> Create a new project in Develocity or update an existing project. When updating, any optional fields that are omitted from the request, but were previously set on the project, will be unset/removed. An existing project's identifier cannot be updated. If the update contains a id that does not match the current id, then the operation will fail with a Bad Request response. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@PUT(value = "api/project-groups/{projectGroupId}")
abstract suspend fun createOrUpdateProjectGroup(@Path(value = "projectGroupId") projectGroupId: String, @Body projectGroup: ProjectGroup): ProjectGroup

Create or update a project group. <mark>Beta:</mark> Create a new project group in Develocity or update an existing project group. When updating, any optional fields that are omitted from the request, but were previously set on the project group, will be unset/removed. An existing project group's identifier cannot be updated. If the update contains a id that does not match the current id, then the operation will fail with a Bad Request response. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@DELETE(value = "api/project-groups/{projectGroupId}")
abstract suspend fun deleteProjectGroup(@Path(value = "projectGroupId") projectGroupId: String)

Delete a project group. <mark>Beta:</mark> Delete a project group. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/projects/{projectId}")
abstract suspend fun getProject(@Path(value = "projectId") projectId: String): Project

Get a project. <mark>Beta:</mark> Gets a specific project. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/project-groups/{projectGroupId}")
abstract suspend fun getProjectGroup(@Path(value = "projectGroupId") projectGroupId: String): ProjectGroup

Get a project group <mark>Beta:</mark> Gets a specific project group. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/project-groups")
abstract suspend fun listProjectGroups(@Query(value = "pageNumber") pageNumber: Int? = 0, @Query(value = "pageSize") pageSize: Int? = null): ProjectGroupsPage

Lists project groups. <mark>Beta:</mark> Returns a list of all project groups. If there are a lot of project groups, then all pages will need to be retrieved in order to retrieve the full list of project groups. The default number of project groups per page is 100. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/projects")
abstract suspend fun listProjects(@Query(value = "pageNumber") pageNumber: Int? = 0, @Query(value = "pageSize") pageSize: Int? = null): ProjectsPage

Lists Projects. <mark>Beta:</mark> Returns a paged list of all projects. If there are a lot of projects, then all pages will need to be retrieved in order to retrieve the full list of projects. The default number of projects per page is 1,000. Responses:

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-projects-api/list-project-groups.html b/docs/library/com.gabrielfeo.develocity.api/-projects-api/list-project-groups.html new file mode 100644 index 000000000..32b9c822f --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-projects-api/list-project-groups.html @@ -0,0 +1,80 @@ + + + + + listProjectGroups + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

listProjectGroups

+
+
@GET(value = "api/project-groups")
abstract suspend fun listProjectGroups(@Query(value = "pageNumber") pageNumber: Int? = 0, @Query(value = "pageSize") pageSize: Int? = null): ProjectGroupsPage

Lists project groups. <mark>Beta:</mark> Returns a list of all project groups. If there are a lot of project groups, then all pages will need to be retrieved in order to retrieve the full list of project groups. The default number of project groups per page is 100. Responses:

  • 200: A list of project groups.

  • 403: The authenticated user has insufficient permissions.

  • 404: No API key was specified in the request, the key has been revoked, or the user bearing the key lacks permissions for this operation.

Return

ProjectGroupsPage

Parameters

pageNumber

The index of the page to retrieve. The first page's index is zero. (optional, default to 0)

pageSize

The maximum number of elements to include in the fetched page. (optional)

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-projects-api/list-projects.html b/docs/library/com.gabrielfeo.develocity.api/-projects-api/list-projects.html new file mode 100644 index 000000000..0ac23e5e6 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-projects-api/list-projects.html @@ -0,0 +1,80 @@ + + + + + listProjects + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

listProjects

+
+
@GET(value = "api/projects")
abstract suspend fun listProjects(@Query(value = "pageNumber") pageNumber: Int? = 0, @Query(value = "pageSize") pageSize: Int? = null): ProjectsPage

Lists Projects. <mark>Beta:</mark> Returns a paged list of all projects. If there are a lot of projects, then all pages will need to be retrieved in order to retrieve the full list of projects. The default number of projects per page is 1,000. Responses:

  • 200: A list of projects known to Develocity.

  • 403: The authenticated user has insufficient permissions.

  • 404: No API key was specified in the request, the key has been revoked, or the user bearing the key lacks permissions for this operation.

Return

ProjectsPage

Parameters

pageNumber

The index of the page to retrieve. The first page's index is zero. (optional, default to 0)

pageSize

The maximum number of elements to include in the fetched page. (optional)

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-test-distribution-api/create-or-update-test-distribution-agent-pool.html b/docs/library/com.gabrielfeo.develocity.api/-test-distribution-api/create-or-update-test-distribution-agent-pool.html new file mode 100644 index 000000000..4939d32cd --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-test-distribution-api/create-or-update-test-distribution-agent-pool.html @@ -0,0 +1,80 @@ + + + + + createOrUpdateTestDistributionAgentPool + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

createOrUpdateTestDistributionAgentPool

+
+
@PUT(value = "api/test-distribution/agent-pools/{poolId}")
abstract suspend fun createOrUpdateTestDistributionAgentPool(@Path(value = "poolId") poolId: String, @Body testDistributionAgentPoolConfiguration: TestDistributionAgentPoolConfiguration): TestDistributionAgentPoolConfigurationWithId

Create or update an Agent Pool. Create a new Agent Pool in Develocity or update the configuration of an existing one. The orderIndex element is optional and can be used to specify the priority order in which the Agent Pool is considered. When not specified, the Agent Pool will be either added last on creation, or will not change position on update. When specified, the Agent Pool will be added at/moved to the specified index and all other Agent Pools will be moved down. If the specified index is out of bounds, the Agent Pool will be added last with the orderIndex adjusted accordingly. Responses:

  • 200: The Agent Pool was created or its configuration was updated successfully.

  • 400: The request body is malformed or contains invalid values for at least one of the properties.

  • 403: The authenticated user has insufficient permissions.

  • 404: No API key was specified in the request, the key has been revoked, or the user bearing the key lacks permissions for this operation.

Return

TestDistributionAgentPoolConfigurationWithId

Parameters

poolId

The ID of the pool to view.

testDistributionAgentPoolConfiguration
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-test-distribution-api/create-test-distribution-agent-pool.html b/docs/library/com.gabrielfeo.develocity.api/-test-distribution-api/create-test-distribution-agent-pool.html new file mode 100644 index 000000000..447f1df67 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-test-distribution-api/create-test-distribution-agent-pool.html @@ -0,0 +1,80 @@ + + + + + createTestDistributionAgentPool + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

createTestDistributionAgentPool

+
+
@POST(value = "api/test-distribution/agent-pools")
abstract suspend fun createTestDistributionAgentPool(@Body testDistributionAgentPoolConfiguration: TestDistributionAgentPoolConfiguration): TestDistributionAgentPoolConfigurationWithId

Create an Agent Pool. Create a new Agent Pool in Develocity. The orderIndex element is optional and can be used to specify the priority order in which the Agent Pool is considered. When not specified, the Agent Pool will be added last. When specified, the Agent Pool will be added at the specified index and all other Agent Pools will be moved down. If the specified index is out of bounds, the Agent Pool will be added last with the orderIndex adjusted accordingly. Responses:

  • 200: A new Agent Pool was created with the configuration specified in the request.

  • 400: The request body is malformed or contains invalid values for at least one of the properties.

  • 403: The authenticated user has insufficient permissions.

  • 404: No API key was specified in the request, the key has been revoked, or the user bearing the key lacks permissions for this operation.

Return

TestDistributionAgentPoolConfigurationWithId

Parameters

testDistributionAgentPoolConfiguration
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-test-distribution-api/delete-test-distribution-agent-pool.html b/docs/library/com.gabrielfeo.develocity.api/-test-distribution-api/delete-test-distribution-agent-pool.html new file mode 100644 index 000000000..e83f8a7a8 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-test-distribution-api/delete-test-distribution-agent-pool.html @@ -0,0 +1,80 @@ + + + + + deleteTestDistributionAgentPool + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

deleteTestDistributionAgentPool

+
+
@DELETE(value = "api/test-distribution/agent-pools/{poolId}")
abstract suspend fun deleteTestDistributionAgentPool(@Path(value = "poolId") poolId: String)

Delete an Agent Pool. Delete an existing Agent Pool. Responses:

  • 200: The poolId referenced an existing Agent Pool and it was deleted.

  • 403: The authenticated user has insufficient permissions.

  • 404: No API key was specified in the request, the key has been revoked, or the user bearing the key lacks permissions for this operation.

Return

Unit

Parameters

poolId

The ID of the pool to view.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-test-distribution-api/generate-test-distribution-agent-pool-registration-key.html b/docs/library/com.gabrielfeo.develocity.api/-test-distribution-api/generate-test-distribution-agent-pool-registration-key.html new file mode 100644 index 000000000..87e9d02fa --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-test-distribution-api/generate-test-distribution-agent-pool-registration-key.html @@ -0,0 +1,80 @@ + + + + + generateTestDistributionAgentPoolRegistrationKey + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

generateTestDistributionAgentPoolRegistrationKey

+
+
@POST(value = "api/test-distribution/agent-pools/{poolId}/registration-keys")
abstract suspend fun generateTestDistributionAgentPoolRegistrationKey(@Path(value = "poolId") poolId: String, @Body testDistributionAgentPoolRegistrationKeyDescription: TestDistributionAgentPoolRegistrationKeyDescription? = null): TestDistributionAgentPoolRegistrationKey

Generate a new Test Distribution pool-specific agent registration key. Generate a new Test Distribution pool-specific agent registration key to connect agents and query the agent pool API. Responses:

  • 200: A new registration key was successfully generated and contained in the response.

  • 403: The authenticated user has insufficient permissions.

  • 404: No API key was specified in the request, the key has been revoked, or the user bearing the key lacks permissions for this operation.

Return

TestDistributionAgentPoolRegistrationKey

Parameters

poolId

The ID of the pool to view.

testDistributionAgentPoolRegistrationKeyDescription

(optional)

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-test-distribution-api/get-test-distribution-agent-pool-registration-key.html b/docs/library/com.gabrielfeo.develocity.api/-test-distribution-api/get-test-distribution-agent-pool-registration-key.html new file mode 100644 index 000000000..7831707df --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-test-distribution-api/get-test-distribution-agent-pool-registration-key.html @@ -0,0 +1,80 @@ + + + + + getTestDistributionAgentPoolRegistrationKey + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

getTestDistributionAgentPoolRegistrationKey

+
+
@GET(value = "api/test-distribution/agent-pools/{poolId}/registration-keys/{keyPrefix}")
abstract suspend fun getTestDistributionAgentPoolRegistrationKey(@Path(value = "poolId") poolId: String, @Path(value = "keyPrefix") keyPrefix: String): TestDistributionAgentPoolRegistrationKeyPrefix

Get a Test Distribution pool-specific agent registration keyPrefix information. Returns information about a Test Distribution pool-specific agent registration keyPrefix. Responses:

  • 200: The response contains information about the requested Test Distribution pool-specific agent registration keyPrefix.

  • 403: The authenticated user has insufficient permissions.

  • 404: No API key was specified in the request, the key has been revoked, or the user bearing the key lacks permissions for this operation.

Return

TestDistributionAgentPoolRegistrationKeyPrefix

Parameters

poolId

The ID of the pool to view.

keyPrefix

The prefix of the Test Distribution pool-specific agent registration key.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-test-distribution-api/get-test-distribution-agent-pool-status.html b/docs/library/com.gabrielfeo.develocity.api/-test-distribution-api/get-test-distribution-agent-pool-status.html new file mode 100644 index 000000000..d4148163c --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-test-distribution-api/get-test-distribution-agent-pool-status.html @@ -0,0 +1,80 @@ + + + + + getTestDistributionAgentPoolStatus + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

getTestDistributionAgentPoolStatus

+
+
@GET(value = "api/test-distribution/agent-pools/{poolId}/status")
abstract suspend fun getTestDistributionAgentPoolStatus(@Path(value = "poolId") poolId: String): TestDistributionAgentPoolStatus

View the status of an Agent Pool View the status of an Agent Pool, such as its current size. To access this endpoint the user requires the `Test Distribution` permission. Responses:

  • 200: The poolId referenced an existing Agent Pool whose status is described in the response.

  • 403: The authenticated user has insufficient permissions.

  • 404: No API key was specified in the request, the key has been revoked, or the user bearing the key lacks permissions for this operation.

Return

TestDistributionAgentPoolStatus

Parameters

poolId

The ID of the pool to view.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-test-distribution-api/get-test-distribution-agent-pool.html b/docs/library/com.gabrielfeo.develocity.api/-test-distribution-api/get-test-distribution-agent-pool.html new file mode 100644 index 000000000..35b702565 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-test-distribution-api/get-test-distribution-agent-pool.html @@ -0,0 +1,80 @@ + + + + + getTestDistributionAgentPool + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

getTestDistributionAgentPool

+
+
@GET(value = "api/test-distribution/agent-pools/{poolId}")
abstract suspend fun getTestDistributionAgentPool(@Path(value = "poolId") poolId: String): TestDistributionAgentPoolConfigurationWithId

View the properties of an Agent Pool View the identifier, capabilities and size of an Agent Pool. Responses:

  • 200: The poolId referenced an existing Agent Pool whose configuration is described in the response.

  • 403: The authenticated user has insufficient permissions.

  • 404: No API key was specified in the request, the key has been revoked, or the user bearing the key lacks permissions for this operation.

Return

TestDistributionAgentPoolConfigurationWithId

Parameters

poolId

The ID of the pool to view.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-test-distribution-api/index.html b/docs/library/com.gabrielfeo.develocity.api/-test-distribution-api/index.html new file mode 100644 index 000000000..ae4aaa4e6 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-test-distribution-api/index.html @@ -0,0 +1,254 @@ + + + + + TestDistributionApi + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestDistributionApi

+ +
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@PUT(value = "api/test-distribution/agent-pools/{poolId}")
abstract suspend fun createOrUpdateTestDistributionAgentPool(@Path(value = "poolId") poolId: String, @Body testDistributionAgentPoolConfiguration: TestDistributionAgentPoolConfiguration): TestDistributionAgentPoolConfigurationWithId

Create or update an Agent Pool. Create a new Agent Pool in Develocity or update the configuration of an existing one. The orderIndex element is optional and can be used to specify the priority order in which the Agent Pool is considered. When not specified, the Agent Pool will be either added last on creation, or will not change position on update. When specified, the Agent Pool will be added at/moved to the specified index and all other Agent Pools will be moved down. If the specified index is out of bounds, the Agent Pool will be added last with the orderIndex adjusted accordingly. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@POST(value = "api/test-distribution/agent-pools")
abstract suspend fun createTestDistributionAgentPool(@Body testDistributionAgentPoolConfiguration: TestDistributionAgentPoolConfiguration): TestDistributionAgentPoolConfigurationWithId

Create an Agent Pool. Create a new Agent Pool in Develocity. The orderIndex element is optional and can be used to specify the priority order in which the Agent Pool is considered. When not specified, the Agent Pool will be added last. When specified, the Agent Pool will be added at the specified index and all other Agent Pools will be moved down. If the specified index is out of bounds, the Agent Pool will be added last with the orderIndex adjusted accordingly. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@DELETE(value = "api/test-distribution/agent-pools/{poolId}")
abstract suspend fun deleteTestDistributionAgentPool(@Path(value = "poolId") poolId: String)

Delete an Agent Pool. Delete an existing Agent Pool. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@POST(value = "api/test-distribution/agent-pools/{poolId}/registration-keys")
abstract suspend fun generateTestDistributionAgentPoolRegistrationKey(@Path(value = "poolId") poolId: String, @Body testDistributionAgentPoolRegistrationKeyDescription: TestDistributionAgentPoolRegistrationKeyDescription? = null): TestDistributionAgentPoolRegistrationKey

Generate a new Test Distribution pool-specific agent registration key. Generate a new Test Distribution pool-specific agent registration key to connect agents and query the agent pool API. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/test-distribution/agent-pools/{poolId}")
abstract suspend fun getTestDistributionAgentPool(@Path(value = "poolId") poolId: String): TestDistributionAgentPoolConfigurationWithId

View the properties of an Agent Pool View the identifier, capabilities and size of an Agent Pool. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/test-distribution/agent-pools/{poolId}/registration-keys/{keyPrefix}")
abstract suspend fun getTestDistributionAgentPoolRegistrationKey(@Path(value = "poolId") poolId: String, @Path(value = "keyPrefix") keyPrefix: String): TestDistributionAgentPoolRegistrationKeyPrefix

Get a Test Distribution pool-specific agent registration keyPrefix information. Returns information about a Test Distribution pool-specific agent registration keyPrefix. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/test-distribution/agent-pools/{poolId}/status")
abstract suspend fun getTestDistributionAgentPoolStatus(@Path(value = "poolId") poolId: String): TestDistributionAgentPoolStatus

View the status of an Agent Pool View the status of an Agent Pool, such as its current size. To access this endpoint the user requires the `Test Distribution` permission. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@PUT(value = "api/test-distribution/agent-pools/{poolId}/registration-keys/{keyPrefix}")
abstract suspend fun insertTestDistributionAgentPoolRegistrationKey(@Path(value = "poolId") poolId: String, @Path(value = "keyPrefix") keyPrefix: String, @Body testDistributionAgentPoolRegistrationKey: TestDistributionAgentPoolRegistrationKey): TestDistributionAgentPoolRegistrationKeyPrefix

Insert a specific Test Distribution pool-specific agent registration key. Inserts a specific Test Distribution pool-specific agent registration key to connect agents and query the agent pool API. If a key with the same prefix but different key already exists (regardless of which pool it belongs to), it will return 400. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/test-distribution/agent-pools/{poolId}/registration-keys")
abstract suspend fun listTestDistributionAgentPoolRegistrationKeys(@Path(value = "poolId") poolId: String): TestDistributionAgentPoolRegistrationKeyPrefixPage

Lists Test Distribution pool-specific agent registration keys. Returns a list of all Test Distribution pool-specific agent registration key prefixes. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/test-distribution/agent-pools")
abstract suspend fun listTestDistributionAgentPools(): TestDistributionAgentPoolPage

Lists Agent Pools. Returns a list of all Agent Pools. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@DELETE(value = "api/test-distribution/agent-pools/{poolId}/registration-keys/{keyPrefix}")
abstract suspend fun revokeTestDistributionAgentPoolRegistrationKey(@Path(value = "poolId") poolId: String, @Path(value = "keyPrefix") keyPrefix: String)

Revoke a Test Distribution pool-specific agent registration key. Revoke the Test Distribution pool-specific agent registration key for the given prefix which uniquely identifies a Test Distribution pool-specific agent registration key. A revoked key can no longer be used to connect agents, but it will still be queryable and returned in the list. Responses:

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-test-distribution-api/insert-test-distribution-agent-pool-registration-key.html b/docs/library/com.gabrielfeo.develocity.api/-test-distribution-api/insert-test-distribution-agent-pool-registration-key.html new file mode 100644 index 000000000..341b09130 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-test-distribution-api/insert-test-distribution-agent-pool-registration-key.html @@ -0,0 +1,80 @@ + + + + + insertTestDistributionAgentPoolRegistrationKey + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

insertTestDistributionAgentPoolRegistrationKey

+
+
@PUT(value = "api/test-distribution/agent-pools/{poolId}/registration-keys/{keyPrefix}")
abstract suspend fun insertTestDistributionAgentPoolRegistrationKey(@Path(value = "poolId") poolId: String, @Path(value = "keyPrefix") keyPrefix: String, @Body testDistributionAgentPoolRegistrationKey: TestDistributionAgentPoolRegistrationKey): TestDistributionAgentPoolRegistrationKeyPrefix

Insert a specific Test Distribution pool-specific agent registration key. Inserts a specific Test Distribution pool-specific agent registration key to connect agents and query the agent pool API. If a key with the same prefix but different key already exists (regardless of which pool it belongs to), it will return 400. Responses:

  • 200: The registration key was successfully inserted.

  • 400: The request body is malformed or contains invalid values for at least one of the properties.

  • 403: The authenticated user has insufficient permissions.

  • 404: No API key was specified in the request, the key has been revoked, or the user bearing the key lacks permissions for this operation.

Return

TestDistributionAgentPoolRegistrationKeyPrefix

Parameters

poolId

The ID of the pool to view.

keyPrefix

The prefix of the Test Distribution pool-specific agent registration key.

testDistributionAgentPoolRegistrationKey
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-test-distribution-api/list-test-distribution-agent-pool-registration-keys.html b/docs/library/com.gabrielfeo.develocity.api/-test-distribution-api/list-test-distribution-agent-pool-registration-keys.html new file mode 100644 index 000000000..22063b245 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-test-distribution-api/list-test-distribution-agent-pool-registration-keys.html @@ -0,0 +1,80 @@ + + + + + listTestDistributionAgentPoolRegistrationKeys + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

listTestDistributionAgentPoolRegistrationKeys

+
+
@GET(value = "api/test-distribution/agent-pools/{poolId}/registration-keys")
abstract suspend fun listTestDistributionAgentPoolRegistrationKeys(@Path(value = "poolId") poolId: String): TestDistributionAgentPoolRegistrationKeyPrefixPage

Lists Test Distribution pool-specific agent registration keys. Returns a list of all Test Distribution pool-specific agent registration key prefixes. Responses:

  • 200: The response contains a listing of the requested type of (active or revoked) Test Distribution pool-specific agent registration key.

  • 403: The authenticated user has insufficient permissions.

  • 404: No API key was specified in the request, the key has been revoked, or the user bearing the key lacks permissions for this operation.

Return

TestDistributionAgentPoolRegistrationKeyPrefixPage

Parameters

poolId

The ID of the pool to view.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-test-distribution-api/list-test-distribution-agent-pools.html b/docs/library/com.gabrielfeo.develocity.api/-test-distribution-api/list-test-distribution-agent-pools.html new file mode 100644 index 000000000..ee3e947dd --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-test-distribution-api/list-test-distribution-agent-pools.html @@ -0,0 +1,80 @@ + + + + + listTestDistributionAgentPools + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

listTestDistributionAgentPools

+
+
@GET(value = "api/test-distribution/agent-pools")
abstract suspend fun listTestDistributionAgentPools(): TestDistributionAgentPoolPage

Lists Agent Pools. Returns a list of all Agent Pools. Responses:

  • 200: The response contains a listing of all Agent Pools.

  • 403: The authenticated user has insufficient permissions.

  • 404: No API key was specified in the request, the key has been revoked, or the user bearing the key lacks permissions for this operation.

Return

TestDistributionAgentPoolPage

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-test-distribution-api/revoke-test-distribution-agent-pool-registration-key.html b/docs/library/com.gabrielfeo.develocity.api/-test-distribution-api/revoke-test-distribution-agent-pool-registration-key.html new file mode 100644 index 000000000..ed7483750 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-test-distribution-api/revoke-test-distribution-agent-pool-registration-key.html @@ -0,0 +1,80 @@ + + + + + revokeTestDistributionAgentPoolRegistrationKey + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

revokeTestDistributionAgentPoolRegistrationKey

+
+
@DELETE(value = "api/test-distribution/agent-pools/{poolId}/registration-keys/{keyPrefix}")
abstract suspend fun revokeTestDistributionAgentPoolRegistrationKey(@Path(value = "poolId") poolId: String, @Path(value = "keyPrefix") keyPrefix: String)

Revoke a Test Distribution pool-specific agent registration key. Revoke the Test Distribution pool-specific agent registration key for the given prefix which uniquely identifies a Test Distribution pool-specific agent registration key. A revoked key can no longer be used to connect agents, but it will still be queryable and returned in the list. Responses:

  • 200: The registration key was revoked successfully.

  • 403: The authenticated user has insufficient permissions.

  • 404: No API key was specified in the request, the key has been revoked, or the user bearing the key lacks permissions for this operation.

Return

Unit

Parameters

poolId

The ID of the pool to view.

keyPrefix

The prefix of the Test Distribution pool-specific agent registration key.

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-tests-api/get-test-cases.html b/docs/library/com.gabrielfeo.develocity.api/-tests-api/get-test-cases.html new file mode 100644 index 000000000..6b980e3b3 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-tests-api/get-test-cases.html @@ -0,0 +1,80 @@ + + + + + getTestCases + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

getTestCases

+
+
@GET(value = "api/tests/cases")
abstract suspend fun getTestCases(@Query(value = "container") container: String, @Query(value = "testOutcomes") testOutcomes: List<TestOutcome>, @Query(value = "limit") limit: Int? = 100, @Query(value = "query") query: String, @Query(value = "include") include: List<TestIncludeFields>? = null): TestsResponse

Get a list of test cases. Retrieves the list of test cases of a single container. Responses:

  • 200: A list of test cases.

  • 400: The request cannot be fulfilled due to a problem.

  • 500: The server encountered an unexpected error.

Return

TestsResponse

Parameters

container

Must be the fully qualified name of the test container to query. May not contain any wildcards.

testOutcomes

Allows restricting the search to tests that had at least one instance of the given outcome.

limit

The maximum number of test outcomes to query. (optional, default to 100)

query

A query for filtering tests, written in the Develocity advanced search query language See: https://gradle.com/help/advanced-search

include

Controls which optional fields are included in the response. (optional)

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-tests-api/get-test-containers.html b/docs/library/com.gabrielfeo.develocity.api/-tests-api/get-test-containers.html new file mode 100644 index 000000000..cb6ed4bab --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-tests-api/get-test-containers.html @@ -0,0 +1,80 @@ + + + + + getTestContainers + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

getTestContainers

+
+
@GET(value = "api/tests/containers")
abstract suspend fun getTestContainers(@Query(value = "container") container: String = "*", @Query(value = "testOutcomes") testOutcomes: List<TestOutcome>, @Query(value = "query") query: String, @Query(value = "include") include: List<TestIncludeFields>? = null): TestsResponse

Get a list of test containers. Returns the list of test containers. Responses:

  • 200: A list of test containers.

  • 400: The request cannot be fulfilled due to a problem.

  • 500: The server encountered an unexpected error.

Return

TestsResponse

Parameters

container

Allows restricting the search to parts of the test container hierarchy. You can use wildcards to match a specific subpackage. (default to "*")

testOutcomes

Allows restricting the search to tests that had at least one instance of the given outcome.

query

A query for filtering tests, written in the Develocity advanced search query language See: https://gradle.com/help/advanced-search

include

Controls which optional fields are included in the response. (optional)

+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/-tests-api/index.html b/docs/library/com.gabrielfeo.develocity.api/-tests-api/index.html new file mode 100644 index 000000000..9fa8cc634 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/-tests-api/index.html @@ -0,0 +1,119 @@ + + + + + TestsApi + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TestsApi

+ +
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/tests/cases")
abstract suspend fun getTestCases(@Query(value = "container") container: String, @Query(value = "testOutcomes") testOutcomes: List<TestOutcome>, @Query(value = "limit") limit: Int? = 100, @Query(value = "query") query: String, @Query(value = "include") include: List<TestIncludeFields>? = null): TestsResponse

Get a list of test cases. Retrieves the list of test cases of a single container. Responses:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GET(value = "api/tests/containers")
abstract suspend fun getTestContainers(@Query(value = "container") container: String = "*", @Query(value = "testOutcomes") testOutcomes: List<TestOutcome>, @Query(value = "query") query: String, @Query(value = "include") include: List<TestIncludeFields>? = null): TestsResponse

Get a list of test containers. Returns the list of test containers. Responses:

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/com.gabrielfeo.develocity.api/index.html b/docs/library/com.gabrielfeo.develocity.api/index.html new file mode 100644 index 000000000..c74ba0821 --- /dev/null +++ b/docs/library/com.gabrielfeo.develocity.api/index.html @@ -0,0 +1,230 @@ + + + + + com.gabrielfeo.develocity.api + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class Config(val logLevel: String = env["DEVELOCITY_API_LOG_LEVEL"] + ?: systemProperties.logLevel + ?: "off", val apiUrl: String = env["DEVELOCITY_API_URL"] + ?: error(ERROR_NULL_API_URL), val apiToken: () -> String = { + env["DEVELOCITY_API_TOKEN"] + ?: error(ERROR_NULL_API_TOKEN) + }, val clientBuilder: OkHttpClient.Builder = basicOkHttpClient.newBuilder(), val maxConcurrentRequests: Int? = env["DEVELOCITY_API_MAX_CONCURRENT_REQUESTS"]?.toInt(), val readTimeoutMillis: Long = env["DEVELOCITY_API_READ_TIMEOUT_MILLIS"]?.toLong() + ?: 60_000L, val cacheConfig: Config.CacheConfig = CacheConfig())

Library configuration options.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
interface DevelocityApi

Develocity API client. API endpoints are grouped exactly as in the Develocity API Manual:

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/library/package-list b/docs/library/package-list new file mode 100644 index 000000000..0a0c8638e --- /dev/null +++ b/docs/library/package-list @@ -0,0 +1,1273 @@ +$dokka.format:html-v1 +$dokka.linkExtension:html +$dokka.location:com.gabrielfeo.develocity.api.extension////PointingToDeclaration/library/com.gabrielfeo.develocity.api.extension/index.html +$dokka.location:com.gabrielfeo.develocity.api.extension//contains/kotlin.collections.List[com.gabrielfeo.develocity.api.model.BuildAttributesValue]#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api.extension/contains.html +$dokka.location:com.gabrielfeo.develocity.api.extension//get/kotlin.collections.List[com.gabrielfeo.develocity.api.model.BuildAttributesValue]#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api.extension/get.html +$dokka.location:com.gabrielfeo.develocity.api.extension//getBuildsFlow/com.gabrielfeo.develocity.api.BuildsApi#kotlin.Long?#kotlin.String?#kotlin.Long?#kotlin.String?#kotlin.String?#kotlin.Boolean?#kotlin.Int?#kotlin.Int#kotlin.collections.List[com.gabrielfeo.develocity.api.model.BuildModelName]?#kotlin.Boolean?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.extension/get-builds-flow.html +$dokka.location:com.gabrielfeo.develocity.api.extension//getGradleAttributesFlow/com.gabrielfeo.develocity.api.BuildsApi#kotlin.Long#kotlin.String?#kotlin.Long?#kotlin.String?#kotlin.String?#kotlin.Boolean?#kotlin.Int?#kotlinx.coroutines.CoroutineScope#kotlin.collections.List[com.gabrielfeo.develocity.api.model.BuildModelName]?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.extension/get-gradle-attributes-flow.html +$dokka.location:com.gabrielfeo.develocity.api.model////PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/ApiProblem///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-api-problem/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/ApiProblem/ApiProblem/#kotlin.Int#kotlin.String#kotlin.String#kotlin.String?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-api-problem/-api-problem.html +$dokka.location:com.gabrielfeo.develocity.api.model/ApiProblem/detail/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-api-problem/detail.html +$dokka.location:com.gabrielfeo.develocity.api.model/ApiProblem/status/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-api-problem/status.html +$dokka.location:com.gabrielfeo.develocity.api.model/ApiProblem/title/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-api-problem/title.html +$dokka.location:com.gabrielfeo.develocity.api.model/ApiProblem/type/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-api-problem/type.html +$dokka.location:com.gabrielfeo.develocity.api.model/BazelAttributes///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BazelAttributes/BazelAttributes/#kotlin.String#kotlin.Long#kotlin.Long#kotlin.String#kotlin.String#kotlin.collections.List[kotlin.String]#kotlin.collections.List[com.gabrielfeo.develocity.api.model.BuildAttributesValue]#kotlin.collections.List[com.gabrielfeo.develocity.api.model.BuildAttributesLink]#kotlin.String?#kotlin.collections.List[kotlin.String]?#kotlin.Int?#kotlin.String?#kotlin.String?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/-bazel-attributes.html +$dokka.location:com.gabrielfeo.develocity.api.model/BazelAttributes/bazelVersion/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/bazel-version.html +$dokka.location:com.gabrielfeo.develocity.api.model/BazelAttributes/buildDuration/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/build-duration.html +$dokka.location:com.gabrielfeo.develocity.api.model/BazelAttributes/buildStartTime/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/build-start-time.html +$dokka.location:com.gabrielfeo.develocity.api.model/BazelAttributes/command/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/command.html +$dokka.location:com.gabrielfeo.develocity.api.model/BazelAttributes/exitCode/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/exit-code.html +$dokka.location:com.gabrielfeo.develocity.api.model/BazelAttributes/host/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/host.html +$dokka.location:com.gabrielfeo.develocity.api.model/BazelAttributes/id/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/id.html +$dokka.location:com.gabrielfeo.develocity.api.model/BazelAttributes/invocationId/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/invocation-id.html +$dokka.location:com.gabrielfeo.develocity.api.model/BazelAttributes/links/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/links.html +$dokka.location:com.gabrielfeo.develocity.api.model/BazelAttributes/propertyValues/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/property-values.html +$dokka.location:com.gabrielfeo.develocity.api.model/BazelAttributes/tags/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/tags.html +$dokka.location:com.gabrielfeo.develocity.api.model/BazelAttributes/targetPatterns/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/target-patterns.html +$dokka.location:com.gabrielfeo.develocity.api.model/BazelAttributes/user/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-bazel-attributes/user.html +$dokka.location:com.gabrielfeo.develocity.api.model/BazelCriticalPath///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-bazel-critical-path/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BazelCriticalPath/BazelCriticalPath/#kotlin.collections.List[com.gabrielfeo.develocity.api.model.BazelCriticalPathActionsInner]?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-bazel-critical-path/-bazel-critical-path.html +$dokka.location:com.gabrielfeo.develocity.api.model/BazelCriticalPath/actions/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-bazel-critical-path/actions.html +$dokka.location:com.gabrielfeo.develocity.api.model/BazelCriticalPathActionsInner///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-bazel-critical-path-actions-inner/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BazelCriticalPathActionsInner/BazelCriticalPathActionsInner/#kotlin.String#kotlin.String#kotlin.Long/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-bazel-critical-path-actions-inner/-bazel-critical-path-actions-inner.html +$dokka.location:com.gabrielfeo.develocity.api.model/BazelCriticalPathActionsInner/category/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-bazel-critical-path-actions-inner/category.html +$dokka.location:com.gabrielfeo.develocity.api.model/BazelCriticalPathActionsInner/duration/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-bazel-critical-path-actions-inner/duration.html +$dokka.location:com.gabrielfeo.develocity.api.model/BazelCriticalPathActionsInner/name/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-bazel-critical-path-actions-inner/name.html +$dokka.location:com.gabrielfeo.develocity.api.model/BazelWorkUnit///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-bazel-work-unit/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BazelWorkUnit/BazelWorkUnit/#kotlin.String#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-bazel-work-unit/-bazel-work-unit.html +$dokka.location:com.gabrielfeo.develocity.api.model/BazelWorkUnit/packageName/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-bazel-work-unit/package-name.html +$dokka.location:com.gabrielfeo.develocity.api.model/BazelWorkUnit/targetName/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-bazel-work-unit/target-name.html +$dokka.location:com.gabrielfeo.develocity.api.model/Build///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/Build/Build/#kotlin.String#kotlin.Long#kotlin.String#kotlin.String#kotlin.String#com.gabrielfeo.develocity.api.model.BuildModels?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build/-build.html +$dokka.location:com.gabrielfeo.develocity.api.model/Build/availableAt/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build/available-at.html +$dokka.location:com.gabrielfeo.develocity.api.model/Build/buildAgentVersion/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build/build-agent-version.html +$dokka.location:com.gabrielfeo.develocity.api.model/Build/buildToolType/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build/build-tool-type.html +$dokka.location:com.gabrielfeo.develocity.api.model/Build/buildToolVersion/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build/build-tool-version.html +$dokka.location:com.gabrielfeo.develocity.api.model/Build/id/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build/id.html +$dokka.location:com.gabrielfeo.develocity.api.model/Build/models/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build/models.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildAttributesEnvironment///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildAttributesEnvironment/BuildAttributesEnvironment/#kotlin.String#kotlin.Int#kotlin.String#kotlin.String#kotlin.Long#kotlin.String#kotlin.String?#kotlin.String?#kotlin.String?#kotlin.String?#kotlin.collections.List[kotlin.String]?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/-build-attributes-environment.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildAttributesEnvironment/jreVersion/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/jre-version.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildAttributesEnvironment/jvmCharset/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/jvm-charset.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildAttributesEnvironment/jvmLocale/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/jvm-locale.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildAttributesEnvironment/jvmMaxMemoryHeapSize/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/jvm-max-memory-heap-size.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildAttributesEnvironment/jvmVersion/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/jvm-version.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildAttributesEnvironment/localHostname/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/local-hostname.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildAttributesEnvironment/localIpAddresses/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/local-ip-addresses.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildAttributesEnvironment/numberOfCpuCores/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/number-of-cpu-cores.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildAttributesEnvironment/operatingSystem/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/operating-system.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildAttributesEnvironment/publicHostname/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/public-hostname.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildAttributesEnvironment/username/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-attributes-environment/username.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildAttributesLink///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-attributes-link/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildAttributesLink/BuildAttributesLink/#kotlin.String#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-attributes-link/-build-attributes-link.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildAttributesLink/label/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-attributes-link/label.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildAttributesLink/url/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-attributes-link/url.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildAttributesValue///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-attributes-value/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildAttributesValue/BuildAttributesValue/#kotlin.String#kotlin.String?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-attributes-value/-build-attributes-value.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildAttributesValue/name/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-attributes-value/name.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildAttributesValue/value/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-attributes-value/value.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelName.Companion///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-model-name/-companion/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelName.Companion/decode/#kotlin.Any?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-model-name/-companion/decode.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelName.Companion/encode/#kotlin.Any?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-model-name/-companion/encode.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelName.bazelAttributes///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-build-model-name/bazel-attributes/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelName.bazelCriticalPath///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-build-model-name/bazel-critical-path/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelName.gradleArtifactTransformExecutions///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-artifact-transform-executions/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelName.gradleAttributes///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-attributes/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelName.gradleBuildCachePerformance///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-build-cache-performance/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelName.gradleBuildProfileOverview///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-build-profile-overview/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelName.gradleConfigurationCache///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-configuration-cache/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelName.gradleDependencies///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-dependencies/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelName.gradleDeprecations///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-deprecations/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelName.gradleNetworkActivity///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-network-activity/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelName.gradlePlugins///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-plugins/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelName.gradleProjects///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-projects/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelName.gradleResourceUsage///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-resource-usage/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelName.gradleTestPerformance///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-build-model-name/gradle-test-performance/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelName.mavenAttributes///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-build-model-name/maven-attributes/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelName.mavenBuildCachePerformance///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-build-model-name/maven-build-cache-performance/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelName.mavenBuildProfileOverview///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-build-model-name/maven-build-profile-overview/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelName.mavenDependencies///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-build-model-name/maven-dependencies/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelName.mavenDependencyResolution///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-build-model-name/maven-dependency-resolution/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelName.mavenModules///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-build-model-name/maven-modules/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelName.mavenPlugins///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-build-model-name/maven-plugins/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelName.mavenResourceUsage///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-build-model-name/maven-resource-usage/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelName.mavenTestPerformance///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-build-model-name/maven-test-performance/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelName.npmAttributes///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-build-model-name/npm-attributes/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelName.pythonAttributes///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-build-model-name/python-attributes/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelName///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-model-name/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelName/entries/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-model-name/entries.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelName/toString/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-model-name/to-string.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelName/value/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-model-name/value.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelName/valueOf/#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-model-name/value-of.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelName/values/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-model-name/values.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelQuery///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-model-query/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelQuery/BuildModelQuery/#kotlin.Int?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-model-query/-build-model-query.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelQuery/availabilityWaitTimeoutSecs/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-model-query/availability-wait-timeout-secs.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModels///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModels/BuildModels/#com.gabrielfeo.develocity.api.model.BuildModelsGradleAttributes?#com.gabrielfeo.develocity.api.model.BuildModelsGradleTestPerformance?#com.gabrielfeo.develocity.api.model.BuildModelsGradleBuildCachePerformance?#com.gabrielfeo.develocity.api.model.BuildModelsGradleProjects?#com.gabrielfeo.develocity.api.model.BuildModelsGradleNetworkActivity?#com.gabrielfeo.develocity.api.model.BuildModelsGradleArtifactTransformExecutions?#com.gabrielfeo.develocity.api.model.BuildModelsGradleDeprecations?#com.gabrielfeo.develocity.api.model.BuildModelsGradlePlugins?#com.gabrielfeo.develocity.api.model.BuildModelsGradleResourceUsage?#com.gabrielfeo.develocity.api.model.BuildModelsGradleBuildProfileOverview?#com.gabrielfeo.develocity.api.model.BuildModelsGradleConfigurationCache?#com.gabrielfeo.develocity.api.model.BuildModelsGradleDependencies?#com.gabrielfeo.develocity.api.model.BuildModelsMavenAttributes?#com.gabrielfeo.develocity.api.model.BuildModelsMavenTestPerformance?#com.gabrielfeo.develocity.api.model.BuildModelsMavenBuildCachePerformance?#com.gabrielfeo.develocity.api.model.BuildModelsMavenModules?#com.gabrielfeo.develocity.api.model.BuildModelsMavenDependencyResolution?#com.gabrielfeo.develocity.api.model.BuildModelsMavenPlugins?#com.gabrielfeo.develocity.api.model.BuildModelsMavenResourceUsage?#com.gabrielfeo.develocity.api.model.BuildModelsMavenBuildProfileOverview?#com.gabrielfeo.develocity.api.model.BuildModelsMavenDependencies?#com.gabrielfeo.develocity.api.model.BuildModelsBazelAttributes?#com.gabrielfeo.develocity.api.model.BuildModelsBazelCriticalPath?#com.gabrielfeo.develocity.api.model.BuildModelsNpmAttributes?#com.gabrielfeo.develocity.api.model.BuildModelsPythonAttributes?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models/-build-models.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModels/bazelAttributes/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models/bazel-attributes.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModels/bazelCriticalPath/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models/bazel-critical-path.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModels/gradleArtifactTransformExecutions/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-artifact-transform-executions.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModels/gradleAttributes/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-attributes.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModels/gradleBuildCachePerformance/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-build-cache-performance.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModels/gradleBuildProfileOverview/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-build-profile-overview.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModels/gradleConfigurationCache/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-configuration-cache.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModels/gradleDependencies/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-dependencies.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModels/gradleDeprecations/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-deprecations.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModels/gradleNetworkActivity/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-network-activity.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModels/gradlePlugins/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-plugins.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModels/gradleProjects/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-projects.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModels/gradleResourceUsage/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-resource-usage.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModels/gradleTestPerformance/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models/gradle-test-performance.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModels/mavenAttributes/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models/maven-attributes.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModels/mavenBuildCachePerformance/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models/maven-build-cache-performance.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModels/mavenBuildProfileOverview/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models/maven-build-profile-overview.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModels/mavenDependencies/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models/maven-dependencies.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModels/mavenDependencyResolution/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models/maven-dependency-resolution.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModels/mavenModules/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models/maven-modules.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModels/mavenPlugins/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models/maven-plugins.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModels/mavenResourceUsage/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models/maven-resource-usage.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModels/mavenTestPerformance/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models/maven-test-performance.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModels/npmAttributes/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models/npm-attributes.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModels/pythonAttributes/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models/python-attributes.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsBazelAttributes///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-bazel-attributes/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsBazelAttributes/BuildModelsBazelAttributes/#com.gabrielfeo.develocity.api.model.ApiProblem?#com.gabrielfeo.develocity.api.model.BazelAttributes?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-bazel-attributes/-build-models-bazel-attributes.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsBazelAttributes/model/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-bazel-attributes/model.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsBazelAttributes/problem/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-bazel-attributes/problem.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsBazelCriticalPath///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-bazel-critical-path/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsBazelCriticalPath/BuildModelsBazelCriticalPath/#com.gabrielfeo.develocity.api.model.ApiProblem?#com.gabrielfeo.develocity.api.model.BazelCriticalPath?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-bazel-critical-path/-build-models-bazel-critical-path.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsBazelCriticalPath/model/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-bazel-critical-path/model.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsBazelCriticalPath/problem/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-bazel-critical-path/problem.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleArtifactTransformExecutions///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-artifact-transform-executions/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleArtifactTransformExecutions/BuildModelsGradleArtifactTransformExecutions/#com.gabrielfeo.develocity.api.model.ApiProblem?#com.gabrielfeo.develocity.api.model.GradleArtifactTransformExecutions?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-artifact-transform-executions/-build-models-gradle-artifact-transform-executions.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleArtifactTransformExecutions/model/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-artifact-transform-executions/model.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleArtifactTransformExecutions/problem/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-artifact-transform-executions/problem.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleAttributes///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-attributes/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleAttributes/BuildModelsGradleAttributes/#com.gabrielfeo.develocity.api.model.ApiProblem?#com.gabrielfeo.develocity.api.model.GradleAttributes?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-attributes/-build-models-gradle-attributes.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleAttributes/model/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-attributes/model.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleAttributes/problem/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-attributes/problem.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleBuildCachePerformance///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-build-cache-performance/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleBuildCachePerformance/BuildModelsGradleBuildCachePerformance/#com.gabrielfeo.develocity.api.model.ApiProblem?#com.gabrielfeo.develocity.api.model.GradleBuildCachePerformance?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-build-cache-performance/-build-models-gradle-build-cache-performance.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleBuildCachePerformance/model/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-build-cache-performance/model.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleBuildCachePerformance/problem/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-build-cache-performance/problem.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleBuildProfileOverview///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-build-profile-overview/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleBuildProfileOverview/BuildModelsGradleBuildProfileOverview/#com.gabrielfeo.develocity.api.model.ApiProblem?#com.gabrielfeo.develocity.api.model.GradleBuildProfileOverview?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-build-profile-overview/-build-models-gradle-build-profile-overview.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleBuildProfileOverview/model/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-build-profile-overview/model.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleBuildProfileOverview/problem/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-build-profile-overview/problem.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleConfigurationCache///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-configuration-cache/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleConfigurationCache/BuildModelsGradleConfigurationCache/#com.gabrielfeo.develocity.api.model.ApiProblem?#com.gabrielfeo.develocity.api.model.GradleConfigurationCache?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-configuration-cache/-build-models-gradle-configuration-cache.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleConfigurationCache/model/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-configuration-cache/model.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleConfigurationCache/problem/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-configuration-cache/problem.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleDependencies///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-dependencies/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleDependencies/BuildModelsGradleDependencies/#com.gabrielfeo.develocity.api.model.ApiProblem?#com.gabrielfeo.develocity.api.model.GradleDependencies?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-dependencies/-build-models-gradle-dependencies.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleDependencies/model/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-dependencies/model.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleDependencies/problem/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-dependencies/problem.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleDeprecations///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-deprecations/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleDeprecations/BuildModelsGradleDeprecations/#com.gabrielfeo.develocity.api.model.ApiProblem?#com.gabrielfeo.develocity.api.model.GradleDeprecations?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-deprecations/-build-models-gradle-deprecations.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleDeprecations/model/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-deprecations/model.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleDeprecations/problem/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-deprecations/problem.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleNetworkActivity///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-network-activity/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleNetworkActivity/BuildModelsGradleNetworkActivity/#com.gabrielfeo.develocity.api.model.ApiProblem?#com.gabrielfeo.develocity.api.model.GradleNetworkActivity?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-network-activity/-build-models-gradle-network-activity.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleNetworkActivity/model/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-network-activity/model.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleNetworkActivity/problem/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-network-activity/problem.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradlePlugins///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-plugins/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradlePlugins/BuildModelsGradlePlugins/#com.gabrielfeo.develocity.api.model.ApiProblem?#com.gabrielfeo.develocity.api.model.GradlePlugins?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-plugins/-build-models-gradle-plugins.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradlePlugins/model/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-plugins/model.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradlePlugins/problem/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-plugins/problem.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleProjects///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-projects/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleProjects/BuildModelsGradleProjects/#com.gabrielfeo.develocity.api.model.ApiProblem?#kotlin.collections.List[com.gabrielfeo.develocity.api.model.GradleProject]?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-projects/-build-models-gradle-projects.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleProjects/model/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-projects/model.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleProjects/problem/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-projects/problem.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleResourceUsage///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-resource-usage/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleResourceUsage/BuildModelsGradleResourceUsage/#com.gabrielfeo.develocity.api.model.ApiProblem?#com.gabrielfeo.develocity.api.model.GradleResourceUsage?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-resource-usage/-build-models-gradle-resource-usage.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleResourceUsage/model/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-resource-usage/model.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleResourceUsage/problem/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-resource-usage/problem.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleTestPerformance///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-test-performance/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleTestPerformance/BuildModelsGradleTestPerformance/#com.gabrielfeo.develocity.api.model.ApiProblem?#com.gabrielfeo.develocity.api.model.GradleTestPerformance?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-test-performance/-build-models-gradle-test-performance.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleTestPerformance/model/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-test-performance/model.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsGradleTestPerformance/problem/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-gradle-test-performance/problem.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsMavenAttributes///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-maven-attributes/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsMavenAttributes/BuildModelsMavenAttributes/#com.gabrielfeo.develocity.api.model.ApiProblem?#com.gabrielfeo.develocity.api.model.MavenAttributes?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-maven-attributes/-build-models-maven-attributes.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsMavenAttributes/model/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-maven-attributes/model.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsMavenAttributes/problem/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-maven-attributes/problem.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsMavenBuildCachePerformance///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-maven-build-cache-performance/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsMavenBuildCachePerformance/BuildModelsMavenBuildCachePerformance/#com.gabrielfeo.develocity.api.model.ApiProblem?#com.gabrielfeo.develocity.api.model.MavenBuildCachePerformance?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-maven-build-cache-performance/-build-models-maven-build-cache-performance.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsMavenBuildCachePerformance/model/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-maven-build-cache-performance/model.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsMavenBuildCachePerformance/problem/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-maven-build-cache-performance/problem.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsMavenBuildProfileOverview///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-maven-build-profile-overview/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsMavenBuildProfileOverview/BuildModelsMavenBuildProfileOverview/#com.gabrielfeo.develocity.api.model.ApiProblem?#com.gabrielfeo.develocity.api.model.MavenBuildProfileOverview?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-maven-build-profile-overview/-build-models-maven-build-profile-overview.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsMavenBuildProfileOverview/model/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-maven-build-profile-overview/model.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsMavenBuildProfileOverview/problem/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-maven-build-profile-overview/problem.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsMavenDependencies///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-maven-dependencies/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsMavenDependencies/BuildModelsMavenDependencies/#com.gabrielfeo.develocity.api.model.ApiProblem?#com.gabrielfeo.develocity.api.model.MavenDependencies?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-maven-dependencies/-build-models-maven-dependencies.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsMavenDependencies/model/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-maven-dependencies/model.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsMavenDependencies/problem/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-maven-dependencies/problem.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsMavenDependencyResolution///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-maven-dependency-resolution/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsMavenDependencyResolution/BuildModelsMavenDependencyResolution/#com.gabrielfeo.develocity.api.model.ApiProblem?#com.gabrielfeo.develocity.api.model.MavenDependencyResolution?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-maven-dependency-resolution/-build-models-maven-dependency-resolution.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsMavenDependencyResolution/model/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-maven-dependency-resolution/model.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsMavenDependencyResolution/problem/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-maven-dependency-resolution/problem.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsMavenModules///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-maven-modules/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsMavenModules/BuildModelsMavenModules/#com.gabrielfeo.develocity.api.model.ApiProblem?#kotlin.collections.List[com.gabrielfeo.develocity.api.model.MavenModule]?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-maven-modules/-build-models-maven-modules.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsMavenModules/model/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-maven-modules/model.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsMavenModules/problem/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-maven-modules/problem.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsMavenPlugins///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-maven-plugins/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsMavenPlugins/BuildModelsMavenPlugins/#com.gabrielfeo.develocity.api.model.ApiProblem?#com.gabrielfeo.develocity.api.model.MavenPlugins?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-maven-plugins/-build-models-maven-plugins.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsMavenPlugins/model/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-maven-plugins/model.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsMavenPlugins/problem/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-maven-plugins/problem.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsMavenResourceUsage///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-maven-resource-usage/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsMavenResourceUsage/BuildModelsMavenResourceUsage/#com.gabrielfeo.develocity.api.model.ApiProblem?#com.gabrielfeo.develocity.api.model.MavenResourceUsage?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-maven-resource-usage/-build-models-maven-resource-usage.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsMavenResourceUsage/model/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-maven-resource-usage/model.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsMavenResourceUsage/problem/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-maven-resource-usage/problem.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsMavenTestPerformance///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-maven-test-performance/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsMavenTestPerformance/BuildModelsMavenTestPerformance/#com.gabrielfeo.develocity.api.model.ApiProblem?#com.gabrielfeo.develocity.api.model.MavenTestPerformance?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-maven-test-performance/-build-models-maven-test-performance.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsMavenTestPerformance/model/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-maven-test-performance/model.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsMavenTestPerformance/problem/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-maven-test-performance/problem.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsNpmAttributes///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-npm-attributes/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsNpmAttributes/BuildModelsNpmAttributes/#com.gabrielfeo.develocity.api.model.ApiProblem?#com.gabrielfeo.develocity.api.model.NpmAttributes?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-npm-attributes/-build-models-npm-attributes.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsNpmAttributes/model/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-npm-attributes/model.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsNpmAttributes/problem/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-npm-attributes/problem.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsPythonAttributes///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-python-attributes/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsPythonAttributes/BuildModelsPythonAttributes/#com.gabrielfeo.develocity.api.model.ApiProblem?#com.gabrielfeo.develocity.api.model.PythonAttributes?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-python-attributes/-build-models-python-attributes.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsPythonAttributes/model/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-python-attributes/model.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildModelsPythonAttributes/problem/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-models-python-attributes/problem.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildQuery///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-query/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildQuery/BuildQuery/#kotlin.collections.List[com.gabrielfeo.develocity.api.model.BuildModelName]?#kotlin.Boolean?#kotlin.Int?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-query/-build-query.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildQuery/allModels/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-query/all-models.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildQuery/availabilityWaitTimeoutSecs/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-query/availability-wait-timeout-secs.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildQuery/models/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-query/models.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildScanIdsByOutcome///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-scan-ids-by-outcome/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildScanIdsByOutcome/BuildScanIdsByOutcome/#kotlin.collections.List[kotlin.String]#kotlin.collections.List[kotlin.String]#kotlin.collections.List[kotlin.String]#kotlin.collections.List[kotlin.String]#kotlin.collections.List[kotlin.String]/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-scan-ids-by-outcome/-build-scan-ids-by-outcome.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildScanIdsByOutcome/failed/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-scan-ids-by-outcome/failed.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildScanIdsByOutcome/flaky/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-scan-ids-by-outcome/flaky.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildScanIdsByOutcome/notSelected/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-scan-ids-by-outcome/not-selected.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildScanIdsByOutcome/passed/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-scan-ids-by-outcome/passed.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildScanIdsByOutcome/skipped/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-scan-ids-by-outcome/skipped.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildTestPerformanceTests///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-test-performance-tests/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildTestPerformanceTests/BuildTestPerformanceTests/#kotlin.Int/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-test-performance-tests/-build-test-performance-tests.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildTestPerformanceTests/testClassesCount/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-build-test-performance-tests/test-classes-count.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildsQuery///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-builds-query/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildsQuery/BuildsQuery/#kotlin.Long?#kotlin.String?#kotlin.Boolean?#kotlin.Int?#kotlin.Int?#kotlin.String?#kotlin.collections.List[com.gabrielfeo.develocity.api.model.BuildModelName]?#kotlin.Boolean?#kotlin.Long?#kotlin.String?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-builds-query/-builds-query.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildsQuery/allModels/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-builds-query/all-models.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildsQuery/fromBuild/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-builds-query/from-build.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildsQuery/fromInstant/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-builds-query/from-instant.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildsQuery/maxBuilds/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-builds-query/max-builds.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildsQuery/maxWaitSecs/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-builds-query/max-wait-secs.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildsQuery/models/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-builds-query/models.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildsQuery/query/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-builds-query/query.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildsQuery/reverse/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-builds-query/reverse.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildsQuery/since/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-builds-query/since.html +$dokka.location:com.gabrielfeo.develocity.api.model/BuildsQuery/sinceBuild/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-builds-query/since-build.html +$dokka.location:com.gabrielfeo.develocity.api.model/CommonDependency///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-common-dependency/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/CommonDependency/CommonDependency/#kotlin.String#kotlin.String#kotlin.String#kotlin.String?#kotlin.String?#kotlin.collections.Map[kotlin.String,kotlin.String]?#kotlin.String?#kotlin.String?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-common-dependency/-common-dependency.html +$dokka.location:com.gabrielfeo.develocity.api.model/CommonDependency/name/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-common-dependency/name.html +$dokka.location:com.gabrielfeo.develocity.api.model/CommonDependency/namespace/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-common-dependency/namespace.html +$dokka.location:com.gabrielfeo.develocity.api.model/CommonDependency/purl/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-common-dependency/purl.html +$dokka.location:com.gabrielfeo.develocity.api.model/CommonDependency/qualifiers/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-common-dependency/qualifiers.html +$dokka.location:com.gabrielfeo.develocity.api.model/CommonDependency/scheme/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-common-dependency/scheme.html +$dokka.location:com.gabrielfeo.develocity.api.model/CommonDependency/subpath/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-common-dependency/subpath.html +$dokka.location:com.gabrielfeo.develocity.api.model/CommonDependency/type/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-common-dependency/type.html +$dokka.location:com.gabrielfeo.develocity.api.model/CommonDependency/version/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-common-dependency/version.html +$dokka.location:com.gabrielfeo.develocity.api.model/DevelocityVersion///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-develocity-version/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/DevelocityVersion/DevelocityVersion/#kotlin.String#kotlin.Int#kotlin.Int#kotlin.Int/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-develocity-version/-develocity-version.html +$dokka.location:com.gabrielfeo.develocity.api.model/DevelocityVersion/patch/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-develocity-version/patch.html +$dokka.location:com.gabrielfeo.develocity.api.model/DevelocityVersion/release/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-develocity-version/release.html +$dokka.location:com.gabrielfeo.develocity.api.model/DevelocityVersion/string/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-develocity-version/string.html +$dokka.location:com.gabrielfeo.develocity.api.model/DevelocityVersion/year/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-develocity-version/year.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformAttribute///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-attribute/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformAttribute/GradleArtifactTransformAttribute/#kotlin.String#kotlin.String#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-attribute/-gradle-artifact-transform-attribute.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformAttribute/from/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-attribute/from.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformAttribute/name/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-attribute/name.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformAttribute/to/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-attribute/to.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.AvoidanceOutcome.avoidedFromLocalCache///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/avoided-from-local-cache/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.AvoidanceOutcome.avoidedFromRemoteCache///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/avoided-from-remote-cache/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.AvoidanceOutcome.avoidedUnknownCachebility///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/avoided-unknown-cachebility/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.AvoidanceOutcome.avoidedUnknownReason///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/avoided-unknown-reason/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.AvoidanceOutcome.avoidedUpToDate///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/avoided-up-to-date/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.AvoidanceOutcome.executedCacheable///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/executed-cacheable/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.AvoidanceOutcome.executedNotCacheable///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/executed-not-cacheable/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.AvoidanceOutcome.executedUnknownCacheability///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/executed-unknown-cacheability/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.AvoidanceOutcome.skipped///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/skipped/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.AvoidanceOutcome///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.AvoidanceOutcome/entries/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/entries.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.AvoidanceOutcome/value/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/value.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.AvoidanceOutcome/valueOf/#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/value-of.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.AvoidanceOutcome/values/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-avoidance-outcome/values.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.CacheArtifactRejectedReason.artifactSizeTooLarge///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-cache-artifact-rejected-reason/artifact-size-too-large/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.CacheArtifactRejectedReason///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-cache-artifact-rejected-reason/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.CacheArtifactRejectedReason/entries/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-cache-artifact-rejected-reason/entries.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.CacheArtifactRejectedReason/value/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-cache-artifact-rejected-reason/value.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.CacheArtifactRejectedReason/valueOf/#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-cache-artifact-rejected-reason/value-of.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.CacheArtifactRejectedReason/values/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-cache-artifact-rejected-reason/values.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.NonCacheabilityCategory.buildCacheNotEnabled///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-non-cacheability-category/build-cache-not-enabled/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.NonCacheabilityCategory.disabledToEnsureCorrectness///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-non-cacheability-category/disabled-to-ensure-correctness/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.NonCacheabilityCategory.notCacheable///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-non-cacheability-category/not-cacheable/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.NonCacheabilityCategory.unknown///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-non-cacheability-category/unknown/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.NonCacheabilityCategory///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-non-cacheability-category/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.NonCacheabilityCategory/entries/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-non-cacheability-category/entries.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.NonCacheabilityCategory/value/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-non-cacheability-category/value.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.NonCacheabilityCategory/valueOf/#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-non-cacheability-category/value-of.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.NonCacheabilityCategory/values/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-non-cacheability-category/values.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.Outcome.failed///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/failed/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.Outcome.fromCache///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/from-cache/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.Outcome.skipped///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/skipped/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.Outcome.success///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/success/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.Outcome.unknown///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/unknown/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.Outcome.upToDate///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/up-to-date/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.Outcome///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.Outcome/entries/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/entries.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.Outcome/value/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/value.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.Outcome/valueOf/#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/value-of.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry.Outcome/values/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-outcome/values.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry/GradleArtifactTransformExecutionEntry/#kotlin.String#kotlin.String#kotlin.String#kotlin.collections.List[com.gabrielfeo.develocity.api.model.GradleArtifactTransformAttribute]#com.gabrielfeo.develocity.api.model.GradleArtifactTransformExecutionEntry.Outcome#com.gabrielfeo.develocity.api.model.GradleArtifactTransformExecutionEntry.AvoidanceOutcome#kotlin.Long#kotlin.Long?#kotlin.Long?#com.gabrielfeo.develocity.api.model.GradleArtifactTransformExecutionEntry.NonCacheabilityCategory?#kotlin.String?#kotlin.Long?#com.gabrielfeo.develocity.api.model.GradleArtifactTransformExecutionEntry.CacheArtifactRejectedReason?#kotlin.String?#kotlin.String?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/-gradle-artifact-transform-execution-entry.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry/artifactTransformExecutionName/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/artifact-transform-execution-name.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry/avoidanceOutcome/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/avoidance-outcome.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry/avoidanceSavings/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/avoidance-savings.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry/cacheArtifactRejectedReason/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/cache-artifact-rejected-reason.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry/cacheArtifactSize/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/cache-artifact-size.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry/cacheKey/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/cache-key.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry/changedAttributes/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/changed-attributes.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry/duration/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/duration.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry/fingerprintingDuration/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/fingerprinting-duration.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry/inputArtifactName/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/input-artifact-name.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry/nonCacheabilityCategory/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/non-cacheability-category.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry/nonCacheabilityReason/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/non-cacheability-reason.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry/outcome/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/outcome.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry/skipReasonMessage/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/skip-reason-message.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutionEntry/transformActionType/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-execution-entry/transform-action-type.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutions///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-executions/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutions/GradleArtifactTransformExecutions/#kotlin.collections.List[com.gabrielfeo.develocity.api.model.GradleArtifactTransformExecutionEntry]?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-executions/-gradle-artifact-transform-executions.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleArtifactTransformExecutions/artifactTransformExecutions/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-artifact-transform-executions/artifact-transform-executions.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleAttributes///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleAttributes/GradleAttributes/#kotlin.String#kotlin.Long#kotlin.Long#kotlin.String#kotlin.String#kotlin.collections.List[kotlin.String]#kotlin.Boolean#kotlin.collections.List[kotlin.String]#kotlin.collections.List[com.gabrielfeo.develocity.api.model.BuildAttributesValue]#kotlin.collections.List[com.gabrielfeo.develocity.api.model.BuildAttributesLink]#com.gabrielfeo.develocity.api.model.GradleDevelocitySettings#com.gabrielfeo.develocity.api.model.GradleBuildOptions#com.gabrielfeo.develocity.api.model.BuildAttributesEnvironment#com.gabrielfeo.develocity.api.model.GradleGradleEnterpriseSettings#kotlin.String?#kotlin.Boolean?#kotlin.Boolean?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/-gradle-attributes.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleAttributes/buildDuration/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/build-duration.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleAttributes/buildOptions/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/build-options.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleAttributes/buildStartTime/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/build-start-time.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleAttributes/develocitySettings/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/develocity-settings.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleAttributes/environment/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/environment.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleAttributes/gradleEnterpriseSettings/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/gradle-enterprise-settings.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleAttributes/gradleVersion/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/gradle-version.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleAttributes/hasFailed/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/has-failed.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleAttributes/hasNonVerificationFailure/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/has-non-verification-failure.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleAttributes/hasVerificationFailure/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/has-verification-failure.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleAttributes/id/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/id.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleAttributes/links/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/links.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleAttributes/pluginVersion/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/plugin-version.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleAttributes/propertyValues/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/property-values.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleAttributes/requestedTasks/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/requested-tasks.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleAttributes/rootProjectName/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/root-project-name.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleAttributes/tags/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-attributes/tags.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformance///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformance/GradleBuildCachePerformance/#kotlin.String#kotlin.Long#kotlin.Long#kotlin.Long#kotlin.Long#kotlin.Long#kotlin.Double#kotlin.collections.List[com.gabrielfeo.develocity.api.model.GradleBuildCachePerformanceTaskExecutionEntry]#com.gabrielfeo.develocity.api.model.GradleBuildCachePerformanceAvoidanceSavingsSummary#com.gabrielfeo.develocity.api.model.GradleBuildCachePerformanceTaskAvoidanceSavingsSummary#com.gabrielfeo.develocity.api.model.GradleBuildCachePerformanceWorkUnitAvoidanceSavingsSummary#com.gabrielfeo.develocity.api.model.GradleBuildCachePerformanceTaskFingerprintingSummary?#com.gabrielfeo.develocity.api.model.GradleBuildCachePerformanceWorkUnitFingerprintingSummary?#com.gabrielfeo.develocity.api.model.GradleBuildCachePerformanceBuildCaches?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/-gradle-build-cache-performance.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformance/avoidanceSavingsSummary/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/avoidance-savings-summary.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformance/buildCaches/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/build-caches.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformance/buildTime/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/build-time.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformance/effectiveTaskExecutionTime/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/effective-task-execution-time.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformance/effectiveWorkUnitExecutionTime/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/effective-work-unit-execution-time.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformance/id/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/id.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformance/serialTaskExecutionTime/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/serial-task-execution-time.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformance/serialWorkUnitExecutionTime/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/serial-work-unit-execution-time.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformance/serializationFactor/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/serialization-factor.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformance/taskAvoidanceSavingsSummary/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/task-avoidance-savings-summary.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformance/taskExecution/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/task-execution.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformance/taskFingerprintingSummary/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/task-fingerprinting-summary.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformance/workUnitAvoidanceSavingsSummary/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/work-unit-avoidance-savings-summary.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformance/workUnitFingerprintingSummary/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance/work-unit-fingerprinting-summary.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceAvoidanceSavingsSummary///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-avoidance-savings-summary/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceAvoidanceSavingsSummary/GradleBuildCachePerformanceAvoidanceSavingsSummary/#kotlin.Long#kotlin.Double#kotlin.Long#kotlin.Long#kotlin.Long/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-avoidance-savings-summary/-gradle-build-cache-performance-avoidance-savings-summary.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceAvoidanceSavingsSummary/localBuildCache/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-avoidance-savings-summary/local-build-cache.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceAvoidanceSavingsSummary/ratio/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-avoidance-savings-summary/ratio.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceAvoidanceSavingsSummary/remoteBuildCache/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-avoidance-savings-summary/remote-build-cache.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceAvoidanceSavingsSummary/total/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-avoidance-savings-summary/total.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceAvoidanceSavingsSummary/upToDate/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-avoidance-savings-summary/up-to-date.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceBuildCacheLocalInfo///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-local-info/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceBuildCacheLocalInfo/GradleBuildCachePerformanceBuildCacheLocalInfo/#kotlin.Boolean#kotlin.Boolean?#kotlin.Boolean?#kotlin.String?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-local-info/-gradle-build-cache-performance-build-cache-local-info.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceBuildCacheLocalInfo/directory/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-local-info/directory.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceBuildCacheLocalInfo/isDisabledDueToError/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-local-info/is-disabled-due-to-error.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceBuildCacheLocalInfo/isEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-local-info/is-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceBuildCacheLocalInfo/isPushEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-local-info/is-push-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceBuildCacheOverhead///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-overhead/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceBuildCacheOverhead/GradleBuildCachePerformanceBuildCacheOverhead/#kotlin.Long#kotlin.Long#kotlin.Long#kotlin.Long/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-overhead/-gradle-build-cache-performance-build-cache-overhead.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceBuildCacheOverhead/downloading/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-overhead/downloading.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceBuildCacheOverhead/packing/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-overhead/packing.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceBuildCacheOverhead/unpacking/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-overhead/unpacking.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceBuildCacheOverhead/uploading/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-overhead/uploading.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceBuildCacheRemoteInfo///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-remote-info/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceBuildCacheRemoteInfo/GradleBuildCachePerformanceBuildCacheRemoteInfo/#kotlin.Boolean#kotlin.String?#kotlin.String?#kotlin.Boolean?#kotlin.Boolean?#kotlin.String?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-remote-info/-gradle-build-cache-performance-build-cache-remote-info.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceBuildCacheRemoteInfo/className/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-remote-info/class-name.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceBuildCacheRemoteInfo/isDisabledDueToError/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-remote-info/is-disabled-due-to-error.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceBuildCacheRemoteInfo/isEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-remote-info/is-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceBuildCacheRemoteInfo/isPushEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-remote-info/is-push-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceBuildCacheRemoteInfo/type/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-remote-info/type.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceBuildCacheRemoteInfo/url/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-cache-remote-info/url.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceBuildCaches///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-caches/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceBuildCaches/GradleBuildCachePerformanceBuildCaches/#com.gabrielfeo.develocity.api.model.GradleBuildCachePerformanceBuildCacheLocalInfo#com.gabrielfeo.develocity.api.model.GradleBuildCachePerformanceBuildCacheRemoteInfo#com.gabrielfeo.develocity.api.model.GradleBuildCachePerformanceBuildCacheOverhead/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-caches/-gradle-build-cache-performance-build-caches.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceBuildCaches/local/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-caches/local.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceBuildCaches/overhead/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-caches/overhead.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceBuildCaches/remote/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-build-caches/remote.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskAvoidanceSavingsSummary///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-avoidance-savings-summary/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskAvoidanceSavingsSummary/GradleBuildCachePerformanceTaskAvoidanceSavingsSummary/#kotlin.Long#kotlin.Double#kotlin.Long#kotlin.Long#kotlin.Long/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-avoidance-savings-summary/-gradle-build-cache-performance-task-avoidance-savings-summary.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskAvoidanceSavingsSummary/localBuildCache/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-avoidance-savings-summary/local-build-cache.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskAvoidanceSavingsSummary/ratio/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-avoidance-savings-summary/ratio.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskAvoidanceSavingsSummary/remoteBuildCache/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-avoidance-savings-summary/remote-build-cache.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskAvoidanceSavingsSummary/total/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-avoidance-savings-summary/total.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskAvoidanceSavingsSummary/upToDate/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-avoidance-savings-summary/up-to-date.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.AvoidanceOutcome.avoidedFromLocalCache///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/avoided-from-local-cache/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.AvoidanceOutcome.avoidedFromRemoteCache///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/avoided-from-remote-cache/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.AvoidanceOutcome.avoidedUnknownReason///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/avoided-unknown-reason/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.AvoidanceOutcome.avoidedUpToDate///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/avoided-up-to-date/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.AvoidanceOutcome.executedCacheable///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/executed-cacheable/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.AvoidanceOutcome.executedNotCacheable///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/executed-not-cacheable/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.AvoidanceOutcome.executedUnknownCacheability///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/executed-unknown-cacheability/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.AvoidanceOutcome.lifecycle///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/lifecycle/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.AvoidanceOutcome.noMinusSource///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/no-minus-source/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.AvoidanceOutcome.skipped///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/skipped/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.AvoidanceOutcome///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.AvoidanceOutcome/entries/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/entries.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.AvoidanceOutcome/value/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/value.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.AvoidanceOutcome/valueOf/#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/value-of.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.AvoidanceOutcome/values/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-avoidance-outcome/values.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.CacheArtifactRejectedReason.artifactSizeTooLarge///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-cache-artifact-rejected-reason/artifact-size-too-large/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.CacheArtifactRejectedReason///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-cache-artifact-rejected-reason/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.CacheArtifactRejectedReason/entries/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-cache-artifact-rejected-reason/entries.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.CacheArtifactRejectedReason/value/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-cache-artifact-rejected-reason/value.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.CacheArtifactRejectedReason/valueOf/#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-cache-artifact-rejected-reason/value-of.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.CacheArtifactRejectedReason/values/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-cache-artifact-rejected-reason/values.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.NonCacheabilityCategory.buildCacheNotEnabled///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/build-cache-not-enabled/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.NonCacheabilityCategory.cacheMinusIfConditionNotMatched///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/cache-minus-if-condition-not-matched/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.NonCacheabilityCategory.disabledToEnsureCorrectness///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/disabled-to-ensure-correctness/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.NonCacheabilityCategory.doMinusNotMinusCacheMinusIfConditionMatched///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/do-minus-not-minus-cache-minus-if-condition-matched/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.NonCacheabilityCategory.multipleOutputsDeclared///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/multiple-outputs-declared/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.NonCacheabilityCategory.noOutputsDeclared///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/no-outputs-declared/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.NonCacheabilityCategory.nonCacheableInputs///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/non-cacheable-inputs/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.NonCacheabilityCategory.nonCacheableTaskAction///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/non-cacheable-task-action/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.NonCacheabilityCategory.nonCacheableTaskImplementation///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/non-cacheable-task-implementation/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.NonCacheabilityCategory.nonCacheableTreeOutput///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/non-cacheable-tree-output/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.NonCacheabilityCategory.overlappingOutputs///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/overlapping-outputs/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.NonCacheabilityCategory.taskHasNoActions///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/task-has-no-actions/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.NonCacheabilityCategory.taskOutputCachingNotEnabled///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/task-output-caching-not-enabled/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.NonCacheabilityCategory.unknown///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/unknown/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.NonCacheabilityCategory///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.NonCacheabilityCategory/entries/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/entries.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.NonCacheabilityCategory/value/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/value.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.NonCacheabilityCategory/valueOf/#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/value-of.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry.NonCacheabilityCategory/values/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-non-cacheability-category/values.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry/GradleBuildCachePerformanceTaskExecutionEntry/#kotlin.String#kotlin.String#com.gabrielfeo.develocity.api.model.GradleBuildCachePerformanceTaskExecutionEntry.AvoidanceOutcome#kotlin.Long#kotlin.Long?#kotlin.Long?#com.gabrielfeo.develocity.api.model.GradleBuildCachePerformanceTaskExecutionEntry.NonCacheabilityCategory?#kotlin.String?#kotlin.String?#kotlin.Long?#com.gabrielfeo.develocity.api.model.GradleBuildCachePerformanceTaskExecutionEntry.CacheArtifactRejectedReason?#kotlin.String?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/-gradle-build-cache-performance-task-execution-entry.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry/avoidanceOutcome/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/avoidance-outcome.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry/avoidanceSavings/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/avoidance-savings.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry/cacheArtifactRejectedReason/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/cache-artifact-rejected-reason.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry/cacheArtifactSize/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/cache-artifact-size.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry/cacheKey/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/cache-key.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry/duration/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/duration.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry/fingerprintingDuration/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/fingerprinting-duration.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry/nonCacheabilityCategory/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/non-cacheability-category.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry/nonCacheabilityReason/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/non-cacheability-reason.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry/skipReasonMessage/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/skip-reason-message.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry/taskPath/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/task-path.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskExecutionEntry/taskType/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-execution-entry/task-type.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskFingerprintingSummary///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-fingerprinting-summary/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskFingerprintingSummary/GradleBuildCachePerformanceTaskFingerprintingSummary/#kotlin.Int#kotlin.Long/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-fingerprinting-summary/-gradle-build-cache-performance-task-fingerprinting-summary.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskFingerprintingSummary/count/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-fingerprinting-summary/count.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceTaskFingerprintingSummary/serialDuration/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-task-fingerprinting-summary/serial-duration.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceWorkUnitAvoidanceSavingsSummary///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-avoidance-savings-summary/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceWorkUnitAvoidanceSavingsSummary/GradleBuildCachePerformanceWorkUnitAvoidanceSavingsSummary/#kotlin.Long#kotlin.Double#kotlin.Long#kotlin.Long#kotlin.Long/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-avoidance-savings-summary/-gradle-build-cache-performance-work-unit-avoidance-savings-summary.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceWorkUnitAvoidanceSavingsSummary/localBuildCache/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-avoidance-savings-summary/local-build-cache.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceWorkUnitAvoidanceSavingsSummary/ratio/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-avoidance-savings-summary/ratio.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceWorkUnitAvoidanceSavingsSummary/remoteBuildCache/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-avoidance-savings-summary/remote-build-cache.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceWorkUnitAvoidanceSavingsSummary/total/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-avoidance-savings-summary/total.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceWorkUnitAvoidanceSavingsSummary/upToDate/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-avoidance-savings-summary/up-to-date.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceWorkUnitFingerprintingSummary///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-fingerprinting-summary/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceWorkUnitFingerprintingSummary/GradleBuildCachePerformanceWorkUnitFingerprintingSummary/#kotlin.Int#kotlin.Long/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-fingerprinting-summary/-gradle-build-cache-performance-work-unit-fingerprinting-summary.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceWorkUnitFingerprintingSummary/count/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-fingerprinting-summary/count.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildCachePerformanceWorkUnitFingerprintingSummary/serialDuration/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-cache-performance-work-unit-fingerprinting-summary/serial-duration.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildDaemonJvmMemoryUsage///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-daemon-jvm-memory-usage/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildDaemonJvmMemoryUsage/GradleBuildDaemonJvmMemoryUsage/#kotlin.Long#kotlin.collections.List[com.gabrielfeo.develocity.api.model.MemoryPoolUsage]?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-daemon-jvm-memory-usage/-gradle-build-daemon-jvm-memory-usage.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildDaemonJvmMemoryUsage/memoryPools/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-daemon-jvm-memory-usage/memory-pools.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildDaemonJvmMemoryUsage/totalGarbageCollectionTime/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-daemon-jvm-memory-usage/total-garbage-collection-time.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildOptions///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildOptions/GradleBuildOptions/#kotlin.Boolean#kotlin.Boolean#kotlin.Boolean#kotlin.Boolean#kotlin.Boolean#kotlin.collections.List[kotlin.String]#kotlin.Int#kotlin.Boolean#kotlin.Boolean#kotlin.Boolean#kotlin.Boolean#kotlin.Boolean?#kotlin.Boolean?#kotlin.Boolean?#kotlin.Boolean?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/-gradle-build-options.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildOptions/buildCacheEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/build-cache-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildOptions/configurationCacheEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/configuration-cache-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildOptions/configurationOnDemandEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/configuration-on-demand-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildOptions/continueOnFailureEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/continue-on-failure-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildOptions/continuousBuildEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/continuous-build-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildOptions/daemonEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/daemon-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildOptions/dryRunEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/dry-run-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildOptions/excludedTasks/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/excluded-tasks.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildOptions/fileSystemWatchingEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/file-system-watching-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildOptions/isolatedProjectsEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/isolated-projects-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildOptions/maxNumberOfGradleWorkers/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/max-number-of-gradle-workers.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildOptions/offlineModeEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/offline-mode-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildOptions/parallelProjectExecutionEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/parallel-project-execution-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildOptions/refreshDependenciesEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/refresh-dependencies-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildOptions/rerunTasksEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-options/rerun-tasks-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildProfileOverview///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-profile-overview/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildProfileOverview/GradleBuildProfileOverview/#com.gabrielfeo.develocity.api.model.GradleBuildTimeBreakdown#com.gabrielfeo.develocity.api.model.GradleBuildDaemonJvmMemoryUsage?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-profile-overview/-gradle-build-profile-overview.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildProfileOverview/breakdown/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-profile-overview/breakdown.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildProfileOverview/memoryUsage/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-profile-overview/memory-usage.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildTimeBreakdown///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-time-breakdown/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildTimeBreakdown/GradleBuildTimeBreakdown/#kotlin.Long#kotlin.Long#kotlin.Long?#kotlin.Long?#kotlin.Long?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-time-breakdown/-gradle-build-time-breakdown.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildTimeBreakdown/configuration/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-time-breakdown/configuration.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildTimeBreakdown/endOfBuild/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-time-breakdown/end-of-build.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildTimeBreakdown/execution/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-time-breakdown/execution.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildTimeBreakdown/initialization/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-time-breakdown/initialization.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleBuildTimeBreakdown/total/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-build-time-breakdown/total.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleConfigurationCache///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleConfigurationCache/GradleConfigurationCache/#com.gabrielfeo.develocity.api.model.GradleConfigurationCacheResult?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache/-gradle-configuration-cache.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleConfigurationCache/result/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache/result.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleConfigurationCacheLoadResult///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-load-result/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleConfigurationCacheLoadResult/GradleConfigurationCacheLoadResult/#kotlin.Long#kotlin.Boolean/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-load-result/-gradle-configuration-cache-load-result.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleConfigurationCacheLoadResult/duration/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-load-result/duration.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleConfigurationCacheLoadResult/hasFailed/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-load-result/has-failed.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleConfigurationCacheResult.Outcome.failed///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/-outcome/failed/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleConfigurationCacheResult.Outcome.hit///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/-outcome/hit/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleConfigurationCacheResult.Outcome.miss///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/-outcome/miss/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleConfigurationCacheResult.Outcome///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/-outcome/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleConfigurationCacheResult.Outcome/entries/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/-outcome/entries.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleConfigurationCacheResult.Outcome/value/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/-outcome/value.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleConfigurationCacheResult.Outcome/valueOf/#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/-outcome/value-of.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleConfigurationCacheResult.Outcome/values/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/-outcome/values.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleConfigurationCacheResult///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleConfigurationCacheResult/GradleConfigurationCacheResult/#com.gabrielfeo.develocity.api.model.GradleConfigurationCacheResult.Outcome#kotlin.Long#kotlin.Long?#kotlin.Long?#com.gabrielfeo.develocity.api.model.GradleConfigurationCacheStoreResult?#com.gabrielfeo.develocity.api.model.GradleConfigurationCacheLoadResult?#kotlin.collections.List[kotlin.String]?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/-gradle-configuration-cache-result.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleConfigurationCacheResult/checkFingerprintDuration/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/check-fingerprint-duration.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleConfigurationCacheResult/dependencyResolutionDuration/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/dependency-resolution-duration.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleConfigurationCacheResult/entrySize/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/entry-size.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleConfigurationCacheResult/load/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/load.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleConfigurationCacheResult/missReasons/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/miss-reasons.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleConfigurationCacheResult/outcome/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/outcome.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleConfigurationCacheResult/store/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-result/store.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleConfigurationCacheStoreResult///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-store-result/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleConfigurationCacheStoreResult/GradleConfigurationCacheStoreResult/#kotlin.Long#kotlin.Boolean/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-store-result/-gradle-configuration-cache-store-result.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleConfigurationCacheStoreResult/duration/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-store-result/duration.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleConfigurationCacheStoreResult/hasFailed/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-configuration-cache-store-result/has-failed.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDependencies///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-dependencies/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDependencies/GradleDependencies/#kotlin.collections.List[com.gabrielfeo.develocity.api.model.GradleDependency]?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-dependencies/-gradle-dependencies.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDependencies/dependencies/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-dependencies/dependencies.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDependency///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDependency/GradleDependency/#kotlin.String#kotlin.String#kotlin.String#kotlin.String?#kotlin.String?#kotlin.collections.Map[kotlin.String,kotlin.String]?#kotlin.String?#kotlin.String?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/-gradle-dependency.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDependency/name/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/name.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDependency/namespace/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/namespace.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDependency/purl/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/purl.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDependency/qualifiers/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/qualifiers.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDependency/scheme/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/scheme.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDependency/subpath/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/subpath.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDependency/type/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/type.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDependency/version/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-dependency/version.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDeprecationEntry///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-entry/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDeprecationEntry/GradleDeprecationEntry/#kotlin.String#kotlin.String#kotlin.collections.List[com.gabrielfeo.develocity.api.model.GradleDeprecationUsage]#kotlin.String?#kotlin.String?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-entry/-gradle-deprecation-entry.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDeprecationEntry/advice/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-entry/advice.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDeprecationEntry/documentationUrl/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-entry/documentation-url.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDeprecationEntry/removalDetails/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-entry/removal-details.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDeprecationEntry/summary/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-entry/summary.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDeprecationEntry/usages/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-entry/usages.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDeprecationOwner.Type.plugin///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-type/plugin/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDeprecationOwner.Type.script///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-type/script/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDeprecationOwner.Type.task///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-type/task/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDeprecationOwner.Type.unknown///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-type/unknown/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDeprecationOwner.Type///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-type/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDeprecationOwner.Type/entries/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-type/entries.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDeprecationOwner.Type/value/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-type/value.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDeprecationOwner.Type/valueOf/#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-type/value-of.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDeprecationOwner.Type/values/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-type/values.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDeprecationOwner///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDeprecationOwner/GradleDeprecationOwner/#com.gabrielfeo.develocity.api.model.GradleDeprecationOwner.Type#kotlin.String?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/-gradle-deprecation-owner.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDeprecationOwner/location/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/location.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDeprecationOwner/type/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-owner/type.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDeprecationUsage///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-usage/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDeprecationUsage/GradleDeprecationUsage/#com.gabrielfeo.develocity.api.model.GradleDeprecationOwner#kotlin.String?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-usage/-gradle-deprecation-usage.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDeprecationUsage/contextualAdvice/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-usage/contextual-advice.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDeprecationUsage/owner/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-deprecation-usage/owner.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDeprecations///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-deprecations/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDeprecations/GradleDeprecations/#kotlin.collections.List[com.gabrielfeo.develocity.api.model.GradleDeprecationEntry]?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-deprecations/-gradle-deprecations.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDeprecations/deprecations/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-deprecations/deprecations.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDevelocitySettings///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-develocity-settings/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDevelocitySettings/GradleDevelocitySettings/#kotlin.Boolean?#kotlin.Boolean?#kotlin.Boolean?#kotlin.Boolean?#kotlin.Boolean?#kotlin.Boolean?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-develocity-settings/-gradle-develocity-settings.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDevelocitySettings/backgroundPublicationEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-develocity-settings/background-publication-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDevelocitySettings/buildOutputCapturingEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-develocity-settings/build-output-capturing-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDevelocitySettings/fileFingerprintCapturingEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-develocity-settings/file-fingerprint-capturing-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDevelocitySettings/resourceUsageCapturingEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-develocity-settings/resource-usage-capturing-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDevelocitySettings/taskInputsFileCapturingEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-develocity-settings/task-inputs-file-capturing-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleDevelocitySettings/testOutputCapturingEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-develocity-settings/test-output-capturing-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleEnterpriseVersion///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-enterprise-version/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleEnterpriseVersion/GradleEnterpriseVersion/#kotlin.String#kotlin.Int#kotlin.Int#kotlin.Int/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-enterprise-version/-gradle-enterprise-version.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleEnterpriseVersion/patch/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-enterprise-version/patch.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleEnterpriseVersion/release/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-enterprise-version/release.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleEnterpriseVersion/string/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-enterprise-version/string.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleEnterpriseVersion/year/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-enterprise-version/year.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleGradleEnterpriseSettings///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-gradle-enterprise-settings/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleGradleEnterpriseSettings/GradleGradleEnterpriseSettings/#kotlin.Boolean?#kotlin.Boolean?#kotlin.Boolean?#kotlin.Boolean?#kotlin.Boolean?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-gradle-enterprise-settings/-gradle-gradle-enterprise-settings.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleGradleEnterpriseSettings/backgroundPublicationEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-gradle-enterprise-settings/background-publication-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleGradleEnterpriseSettings/buildOutputCapturingEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-gradle-enterprise-settings/build-output-capturing-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleGradleEnterpriseSettings/resourceUsageCapturingEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-gradle-enterprise-settings/resource-usage-capturing-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleGradleEnterpriseSettings/taskInputsFileCapturingEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-gradle-enterprise-settings/task-inputs-file-capturing-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleGradleEnterpriseSettings/testOutputCapturingEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-gradle-enterprise-settings/test-output-capturing-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleNetworkActivity///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-network-activity/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleNetworkActivity/GradleNetworkActivity/#kotlin.Long#kotlin.Long#kotlin.Long#kotlin.Long#kotlin.Long?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-network-activity/-gradle-network-activity.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleNetworkActivity/fileDownloadCount/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-network-activity/file-download-count.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleNetworkActivity/fileDownloadSize/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-network-activity/file-download-size.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleNetworkActivity/networkRequestCount/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-network-activity/network-request-count.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleNetworkActivity/serialNetworkRequestTime/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-network-activity/serial-network-request-time.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleNetworkActivity/wallClockNetworkRequestTime/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-network-activity/wall-clock-network-request-time.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradlePlugin///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-plugin/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradlePlugin/GradlePlugin/#kotlin.String#kotlin.collections.List[kotlin.String]#kotlin.String?#kotlin.String?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-plugin/-gradle-plugin.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradlePlugin/className/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-plugin/class-name.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradlePlugin/id/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-plugin/id.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradlePlugin/projects/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-plugin/projects.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradlePlugin/version/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-plugin/version.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradlePlugins///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-plugins/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradlePlugins/GradlePlugins/#kotlin.collections.List[com.gabrielfeo.develocity.api.model.GradlePlugin]?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-plugins/-gradle-plugins.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradlePlugins/plugins/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-plugins/plugins.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleProject///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-project/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleProject/GradleProject/#kotlin.String#kotlin.String#kotlin.Int?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-project/-gradle-project.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleProject/name/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-project/name.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleProject/parent/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-project/parent.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleProject/path/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-project/path.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleResourceUsage///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-resource-usage/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleResourceUsage/GradleResourceUsage/#kotlin.Long?#com.gabrielfeo.develocity.api.model.ResourceUsageBreakdown?#com.gabrielfeo.develocity.api.model.ResourceUsageBreakdown?#com.gabrielfeo.develocity.api.model.ResourceUsageBreakdown?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-resource-usage/-gradle-resource-usage.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleResourceUsage/execution/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-resource-usage/execution.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleResourceUsage/nonExecution/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-resource-usage/non-execution.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleResourceUsage/total/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-resource-usage/total.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleResourceUsage/totalMemory/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-resource-usage/total-memory.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleTestPerformance///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-test-performance/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleTestPerformance/GradleTestPerformance/#com.gabrielfeo.develocity.api.model.BuildTestPerformanceTests#kotlin.Long#com.gabrielfeo.develocity.api.model.TestPerformanceBuildTestAcceleration#kotlin.collections.List[com.gabrielfeo.develocity.api.model.TestPerformanceTask]/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-test-performance/-gradle-test-performance.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleTestPerformance/serialTestTasksExecutionTime/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-test-performance/serial-test-tasks-execution-time.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleTestPerformance/testAcceleration/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-test-performance/test-acceleration.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleTestPerformance/testTasks/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-test-performance/test-tasks.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleTestPerformance/tests/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-test-performance/tests.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleWorkUnit///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-work-unit/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleWorkUnit/GradleWorkUnit/#kotlin.String#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-work-unit/-gradle-work-unit.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleWorkUnit/projectName/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-work-unit/project-name.html +$dokka.location:com.gabrielfeo.develocity.api.model/GradleWorkUnit/taskPath/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-gradle-work-unit/task-path.html +$dokka.location:com.gabrielfeo.develocity.api.model/KeySecretPair///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-key-secret-pair/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/KeySecretPair/KeySecretPair/#kotlin.String#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-key-secret-pair/-key-secret-pair.html +$dokka.location:com.gabrielfeo.develocity.api.model/KeySecretPair/key/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-key-secret-pair/key.html +$dokka.location:com.gabrielfeo.develocity.api.model/KeySecretPair/secret/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-key-secret-pair/secret.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenAttributes///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-attributes/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenAttributes/MavenAttributes/#kotlin.String#kotlin.Long#kotlin.Long#kotlin.String#kotlin.String#kotlin.collections.List[kotlin.String]#kotlin.Boolean#kotlin.collections.List[kotlin.String]#kotlin.collections.List[com.gabrielfeo.develocity.api.model.BuildAttributesValue]#kotlin.collections.List[com.gabrielfeo.develocity.api.model.BuildAttributesLink]#com.gabrielfeo.develocity.api.model.MavenDevelocitySettings#com.gabrielfeo.develocity.api.model.MavenBuildOptions#com.gabrielfeo.develocity.api.model.BuildAttributesEnvironment#com.gabrielfeo.develocity.api.model.MavenGradleEnterpriseSettings#kotlin.String?#kotlin.Boolean?#kotlin.Boolean?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-attributes/-maven-attributes.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenAttributes/buildDuration/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-attributes/build-duration.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenAttributes/buildOptions/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-attributes/build-options.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenAttributes/buildStartTime/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-attributes/build-start-time.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenAttributes/develocitySettings/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-attributes/develocity-settings.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenAttributes/environment/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-attributes/environment.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenAttributes/extensionVersion/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-attributes/extension-version.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenAttributes/gradleEnterpriseSettings/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-attributes/gradle-enterprise-settings.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenAttributes/hasFailed/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-attributes/has-failed.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenAttributes/hasNonVerificationFailure/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-attributes/has-non-verification-failure.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenAttributes/hasVerificationFailure/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-attributes/has-verification-failure.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenAttributes/id/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-attributes/id.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenAttributes/links/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-attributes/links.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenAttributes/mavenVersion/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-attributes/maven-version.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenAttributes/propertyValues/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-attributes/property-values.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenAttributes/requestedGoals/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-attributes/requested-goals.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenAttributes/tags/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-attributes/tags.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenAttributes/topLevelProjectName/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-attributes/top-level-project-name.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformance///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformance/MavenBuildCachePerformance/#kotlin.String#kotlin.Long#kotlin.Long#kotlin.Long#kotlin.Double#kotlin.collections.List[com.gabrielfeo.develocity.api.model.MavenBuildCachePerformanceGoalExecutionEntry]#com.gabrielfeo.develocity.api.model.MavenBuildCachePerformanceGoalFingerprintingSummary#com.gabrielfeo.develocity.api.model.MavenBuildCachePerformanceAvoidanceSavingsSummary#com.gabrielfeo.develocity.api.model.MavenBuildCachePerformanceBuildCaches?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/-maven-build-cache-performance.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformance/avoidanceSavingsSummary/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/avoidance-savings-summary.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformance/buildCaches/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/build-caches.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformance/buildTime/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/build-time.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformance/effectiveProjectExecutionTime/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/effective-project-execution-time.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformance/goalExecution/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/goal-execution.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformance/goalFingerprintingSummary/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/goal-fingerprinting-summary.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformance/id/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/id.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformance/serialProjectExecutionTime/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/serial-project-execution-time.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformance/serializationFactor/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance/serialization-factor.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceAvoidanceSavingsSummary///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-avoidance-savings-summary/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceAvoidanceSavingsSummary/MavenBuildCachePerformanceAvoidanceSavingsSummary/#kotlin.Long#kotlin.Double#kotlin.Long#kotlin.Long/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-avoidance-savings-summary/-maven-build-cache-performance-avoidance-savings-summary.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceAvoidanceSavingsSummary/localBuildCache/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-avoidance-savings-summary/local-build-cache.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceAvoidanceSavingsSummary/ratio/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-avoidance-savings-summary/ratio.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceAvoidanceSavingsSummary/remoteBuildCache/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-avoidance-savings-summary/remote-build-cache.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceAvoidanceSavingsSummary/total/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-avoidance-savings-summary/total.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceBuildCacheLocalInfo///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-local-info/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceBuildCacheLocalInfo/MavenBuildCachePerformanceBuildCacheLocalInfo/#kotlin.Boolean#kotlin.Boolean?#kotlin.Boolean?#kotlin.String?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-local-info/-maven-build-cache-performance-build-cache-local-info.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceBuildCacheLocalInfo/directory/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-local-info/directory.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceBuildCacheLocalInfo/isDisabledDueToError/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-local-info/is-disabled-due-to-error.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceBuildCacheLocalInfo/isEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-local-info/is-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceBuildCacheLocalInfo/isPushEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-local-info/is-push-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceBuildCacheOverhead///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-overhead/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceBuildCacheOverhead/MavenBuildCachePerformanceBuildCacheOverhead/#kotlin.Long#kotlin.Long#kotlin.Long#kotlin.Long/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-overhead/-maven-build-cache-performance-build-cache-overhead.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceBuildCacheOverhead/downloading/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-overhead/downloading.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceBuildCacheOverhead/packing/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-overhead/packing.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceBuildCacheOverhead/unpacking/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-overhead/unpacking.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceBuildCacheOverhead/uploading/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-overhead/uploading.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceBuildCacheRemoteInfo///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-remote-info/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceBuildCacheRemoteInfo/MavenBuildCachePerformanceBuildCacheRemoteInfo/#kotlin.Boolean#kotlin.Boolean?#kotlin.Boolean?#kotlin.String?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-remote-info/-maven-build-cache-performance-build-cache-remote-info.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceBuildCacheRemoteInfo/isDisabledDueToError/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-remote-info/is-disabled-due-to-error.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceBuildCacheRemoteInfo/isEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-remote-info/is-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceBuildCacheRemoteInfo/isPushEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-remote-info/is-push-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceBuildCacheRemoteInfo/url/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-cache-remote-info/url.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceBuildCaches///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-caches/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceBuildCaches/MavenBuildCachePerformanceBuildCaches/#com.gabrielfeo.develocity.api.model.MavenBuildCachePerformanceBuildCacheOverhead#com.gabrielfeo.develocity.api.model.MavenBuildCachePerformanceBuildCacheLocalInfo?#com.gabrielfeo.develocity.api.model.MavenBuildCachePerformanceBuildCacheRemoteInfo?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-caches/-maven-build-cache-performance-build-caches.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceBuildCaches/local/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-caches/local.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceBuildCaches/overhead/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-caches/overhead.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceBuildCaches/remote/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-build-caches/remote.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry.AvoidanceOutcome.avoidedFromLocalCache///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/avoided-from-local-cache/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry.AvoidanceOutcome.avoidedFromRemoteCache///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/avoided-from-remote-cache/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry.AvoidanceOutcome.executedCacheable///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/executed-cacheable/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry.AvoidanceOutcome.executedNotCacheable///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/executed-not-cacheable/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry.AvoidanceOutcome.executedUnknownCacheability///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/executed-unknown-cacheability/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry.AvoidanceOutcome.skipped///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/skipped/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry.AvoidanceOutcome///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry.AvoidanceOutcome/entries/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/entries.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry.AvoidanceOutcome/value/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/value.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry.AvoidanceOutcome/valueOf/#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/value-of.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry.AvoidanceOutcome/values/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-avoidance-outcome/values.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry.CacheArtifactRejectedReason.artifactSizeTooLarge///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-cache-artifact-rejected-reason/artifact-size-too-large/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry.CacheArtifactRejectedReason///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-cache-artifact-rejected-reason/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry.CacheArtifactRejectedReason/entries/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-cache-artifact-rejected-reason/entries.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry.CacheArtifactRejectedReason/value/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-cache-artifact-rejected-reason/value.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry.CacheArtifactRejectedReason/valueOf/#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-cache-artifact-rejected-reason/value-of.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry.CacheArtifactRejectedReason/values/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-cache-artifact-rejected-reason/values.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry.NonCacheabilityCategory.buildCacheDisabledByUser///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/build-cache-disabled-by-user/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry.NonCacheabilityCategory.goalExecutionMarkedNonCacheable///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/goal-execution-marked-non-cacheable/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry.NonCacheabilityCategory.goalNotSupported///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/goal-not-supported/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry.NonCacheabilityCategory.noDevelocityServerConfigured///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/no-develocity-server-configured/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry.NonCacheabilityCategory.noGradleEnterpriseServerConfigured///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/no-gradle-enterprise-server-configured/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry.NonCacheabilityCategory.nonCleanBuild///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/non-clean-build/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry.NonCacheabilityCategory.notEntitled///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/not-entitled/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry.NonCacheabilityCategory.offlineBuild///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/offline-build/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry.NonCacheabilityCategory.unknown///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/unknown/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry.NonCacheabilityCategory.unknownEntitlements///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/unknown-entitlements/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry.NonCacheabilityCategory///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry.NonCacheabilityCategory/entries/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/entries.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry.NonCacheabilityCategory/value/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/value.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry.NonCacheabilityCategory/valueOf/#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/value-of.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry.NonCacheabilityCategory/values/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-non-cacheability-category/values.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry/MavenBuildCachePerformanceGoalExecutionEntry/#kotlin.String#kotlin.String#kotlin.String#kotlin.String#com.gabrielfeo.develocity.api.model.MavenBuildCachePerformanceGoalExecutionEntry.AvoidanceOutcome#kotlin.Long#kotlin.Long?#kotlin.Long?#com.gabrielfeo.develocity.api.model.MavenBuildCachePerformanceGoalExecutionEntry.NonCacheabilityCategory?#kotlin.String?#kotlin.Long?#com.gabrielfeo.develocity.api.model.MavenBuildCachePerformanceGoalExecutionEntry.CacheArtifactRejectedReason?#kotlin.String?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/-maven-build-cache-performance-goal-execution-entry.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry/avoidanceOutcome/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/avoidance-outcome.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry/avoidanceSavings/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/avoidance-savings.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry/cacheArtifactRejectedReason/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/cache-artifact-rejected-reason.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry/cacheArtifactSize/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/cache-artifact-size.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry/cacheKey/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/cache-key.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry/duration/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/duration.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry/fingerprintingDuration/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/fingerprinting-duration.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry/goalExecutionId/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/goal-execution-id.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry/goalName/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/goal-name.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry/goalProjectName/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/goal-project-name.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry/mojoType/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/mojo-type.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry/nonCacheabilityCategory/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/non-cacheability-category.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalExecutionEntry/nonCacheabilityReason/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-execution-entry/non-cacheability-reason.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalFingerprintingSummary///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-fingerprinting-summary/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalFingerprintingSummary/MavenBuildCachePerformanceGoalFingerprintingSummary/#kotlin.Int#kotlin.Long/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-fingerprinting-summary/-maven-build-cache-performance-goal-fingerprinting-summary.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalFingerprintingSummary/count/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-fingerprinting-summary/count.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildCachePerformanceGoalFingerprintingSummary/serialDuration/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-cache-performance-goal-fingerprinting-summary/serial-duration.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildExecutionTimeBreakdown///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-execution-time-breakdown/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildExecutionTimeBreakdown/MavenBuildExecutionTimeBreakdown/#kotlin.Long#kotlin.Long?#kotlin.Long?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-execution-time-breakdown/-maven-build-execution-time-breakdown.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildExecutionTimeBreakdown/endOfBuild/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-execution-time-breakdown/end-of-build.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildExecutionTimeBreakdown/goalExecution/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-execution-time-breakdown/goal-execution.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildExecutionTimeBreakdown/total/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-execution-time-breakdown/total.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildInitializationAndDiscoveryTimeBreakdown///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-initialization-and-discovery-time-breakdown/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildInitializationAndDiscoveryTimeBreakdown/MavenBuildInitializationAndDiscoveryTimeBreakdown/#kotlin.Long#kotlin.Long#kotlin.Long#kotlin.Long#kotlin.Long?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-initialization-and-discovery-time-breakdown/-maven-build-initialization-and-discovery-time-breakdown.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildInitializationAndDiscoveryTimeBreakdown/other/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-initialization-and-discovery-time-breakdown/other.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildInitializationAndDiscoveryTimeBreakdown/projectDiscovery/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-initialization-and-discovery-time-breakdown/project-discovery.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildInitializationAndDiscoveryTimeBreakdown/settings/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-initialization-and-discovery-time-breakdown/settings.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildInitializationAndDiscoveryTimeBreakdown/toolchains/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-initialization-and-discovery-time-breakdown/toolchains.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildInitializationAndDiscoveryTimeBreakdown/total/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-initialization-and-discovery-time-breakdown/total.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildJvmMemoryUsage///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-jvm-memory-usage/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildJvmMemoryUsage/MavenBuildJvmMemoryUsage/#kotlin.Long#kotlin.collections.List[com.gabrielfeo.develocity.api.model.MemoryPoolUsage]?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-jvm-memory-usage/-maven-build-jvm-memory-usage.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildJvmMemoryUsage/memoryPools/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-jvm-memory-usage/memory-pools.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildJvmMemoryUsage/totalGarbageCollectionTime/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-jvm-memory-usage/total-garbage-collection-time.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildOptions///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-options/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildOptions/MavenBuildOptions/#kotlin.Boolean#kotlin.Int#kotlin.Boolean#kotlin.Boolean#kotlin.Boolean#kotlin.Boolean#kotlin.Boolean?#kotlin.Boolean?#kotlin.Boolean?#kotlin.Boolean?#kotlin.Boolean?#kotlin.Boolean?#kotlin.Boolean?#kotlin.Boolean?#kotlin.Boolean?#kotlin.Boolean?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-options/-maven-build-options.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildOptions/batchModeEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-options/batch-mode-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildOptions/debugEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-options/debug-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildOptions/errorsEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-options/errors-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildOptions/failAtEndEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-options/fail-at-end-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildOptions/failFastEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-options/fail-fast-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildOptions/failNeverEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-options/fail-never-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildOptions/laxChecksumsEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-options/lax-checksums-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildOptions/maxNumberOfThreads/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-options/max-number-of-threads.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildOptions/noSnapshotsUpdatesEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-options/no-snapshots-updates-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildOptions/nonRecursiveEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-options/non-recursive-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildOptions/offlineModeEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-options/offline-mode-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildOptions/quietEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-options/quiet-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildOptions/rerunGoals/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-options/rerun-goals.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildOptions/rerunGoalsEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-options/rerun-goals-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildOptions/strictChecksumsEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-options/strict-checksums-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildOptions/updateSnapshotsEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-options/update-snapshots-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildProfileOverview///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-profile-overview/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildProfileOverview/MavenBuildProfileOverview/#com.gabrielfeo.develocity.api.model.MavenBuildTimeBreakdown#com.gabrielfeo.develocity.api.model.MavenBuildJvmMemoryUsage?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-profile-overview/-maven-build-profile-overview.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildProfileOverview/breakdown/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-profile-overview/breakdown.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildProfileOverview/memoryUsage/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-profile-overview/memory-usage.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildTimeBreakdown///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-time-breakdown/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildTimeBreakdown/MavenBuildTimeBreakdown/#kotlin.Long#com.gabrielfeo.develocity.api.model.MavenBuildInitializationAndDiscoveryTimeBreakdown#com.gabrielfeo.develocity.api.model.MavenBuildExecutionTimeBreakdown?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-time-breakdown/-maven-build-time-breakdown.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildTimeBreakdown/execution/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-time-breakdown/execution.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildTimeBreakdown/initializationAndDiscovery/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-time-breakdown/initialization-and-discovery.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenBuildTimeBreakdown/total/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-build-time-breakdown/total.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenDependencies///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-dependencies/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenDependencies/MavenDependencies/#kotlin.collections.List[com.gabrielfeo.develocity.api.model.MavenDependency]?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-dependencies/-maven-dependencies.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenDependencies/dependencies/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-dependencies/dependencies.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenDependency///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-dependency/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenDependency/MavenDependency/#kotlin.String#kotlin.String#kotlin.String#kotlin.String?#kotlin.String?#kotlin.collections.Map[kotlin.String,kotlin.String]?#kotlin.String?#kotlin.String?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-dependency/-maven-dependency.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenDependency/name/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-dependency/name.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenDependency/namespace/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-dependency/namespace.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenDependency/purl/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-dependency/purl.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenDependency/qualifiers/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-dependency/qualifiers.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenDependency/scheme/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-dependency/scheme.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenDependency/subpath/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-dependency/subpath.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenDependency/type/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-dependency/type.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenDependency/version/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-dependency/version.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenDependencyResolution///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-dependency-resolution/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenDependencyResolution/MavenDependencyResolution/#kotlin.Long#kotlin.Long#kotlin.Long#kotlin.Long#kotlin.Long#kotlin.Long/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-dependency-resolution/-maven-dependency-resolution.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenDependencyResolution/fileDownloadCount/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-dependency-resolution/file-download-count.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenDependencyResolution/fileDownloadSize/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-dependency-resolution/file-download-size.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenDependencyResolution/networkRequestCount/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-dependency-resolution/network-request-count.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenDependencyResolution/serialDependencyResolutionTime/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-dependency-resolution/serial-dependency-resolution-time.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenDependencyResolution/serialNetworkRequestTime/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-dependency-resolution/serial-network-request-time.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenDependencyResolution/wallClockNetworkRequestTime/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-dependency-resolution/wall-clock-network-request-time.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenDevelocitySettings///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-develocity-settings/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenDevelocitySettings/MavenDevelocitySettings/#kotlin.Boolean?#kotlin.Boolean?#kotlin.Boolean?#kotlin.Boolean?#kotlin.Boolean?#kotlin.Boolean?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-develocity-settings/-maven-develocity-settings.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenDevelocitySettings/backgroundPublicationEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-develocity-settings/background-publication-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenDevelocitySettings/buildOutputCapturingEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-develocity-settings/build-output-capturing-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenDevelocitySettings/fileFingerprintCapturingEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-develocity-settings/file-fingerprint-capturing-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenDevelocitySettings/goalInputsFileCapturingEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-develocity-settings/goal-inputs-file-capturing-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenDevelocitySettings/resourceUsageCapturingEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-develocity-settings/resource-usage-capturing-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenDevelocitySettings/testOutputCapturingEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-develocity-settings/test-output-capturing-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenGradleEnterpriseSettings///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-gradle-enterprise-settings/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenGradleEnterpriseSettings/MavenGradleEnterpriseSettings/#kotlin.Boolean?#kotlin.Boolean?#kotlin.Boolean?#kotlin.Boolean?#kotlin.Boolean?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-gradle-enterprise-settings/-maven-gradle-enterprise-settings.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenGradleEnterpriseSettings/backgroundPublicationEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-gradle-enterprise-settings/background-publication-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenGradleEnterpriseSettings/buildOutputCapturingEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-gradle-enterprise-settings/build-output-capturing-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenGradleEnterpriseSettings/goalInputsFileCapturingEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-gradle-enterprise-settings/goal-inputs-file-capturing-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenGradleEnterpriseSettings/resourceUsageCapturingEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-gradle-enterprise-settings/resource-usage-capturing-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenGradleEnterpriseSettings/testOutputCapturingEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-gradle-enterprise-settings/test-output-capturing-enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenModule///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-module/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenModule/MavenModule/#kotlin.String#kotlin.String#kotlin.String#kotlin.String#kotlin.Int?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-module/-maven-module.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenModule/artifactId/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-module/artifact-id.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenModule/groupId/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-module/group-id.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenModule/name/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-module/name.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenModule/parent/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-module/parent.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenModule/version/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-module/version.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenPlugin///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-plugin/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenPlugin/MavenPlugin/#kotlin.String#kotlin.String#kotlin.String#kotlin.collections.List[kotlin.String]#kotlin.collections.List[kotlin.String]#kotlin.String?#kotlin.String?#kotlin.String?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-plugin/-maven-plugin.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenPlugin/artifactId/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-plugin/artifact-id.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenPlugin/executedGoals/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-plugin/executed-goals.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenPlugin/goalPrefix/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-plugin/goal-prefix.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenPlugin/groupId/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-plugin/group-id.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenPlugin/modules/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-plugin/modules.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenPlugin/name/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-plugin/name.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenPlugin/requiredMavenVersion/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-plugin/required-maven-version.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenPlugin/version/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-plugin/version.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenPlugins///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-plugins/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenPlugins/MavenPlugins/#kotlin.collections.List[com.gabrielfeo.develocity.api.model.MavenPlugin]?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-plugins/-maven-plugins.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenPlugins/plugins/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-plugins/plugins.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenResourceUsage///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-resource-usage/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenResourceUsage/MavenResourceUsage/#kotlin.Long?#com.gabrielfeo.develocity.api.model.ResourceUsageBreakdown?#com.gabrielfeo.develocity.api.model.ResourceUsageBreakdown?#com.gabrielfeo.develocity.api.model.ResourceUsageBreakdown?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-resource-usage/-maven-resource-usage.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenResourceUsage/execution/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-resource-usage/execution.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenResourceUsage/nonExecution/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-resource-usage/non-execution.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenResourceUsage/total/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-resource-usage/total.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenResourceUsage/totalMemory/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-resource-usage/total-memory.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenTestPerformance///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-test-performance/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenTestPerformance/MavenTestPerformance/#com.gabrielfeo.develocity.api.model.BuildTestPerformanceTests#kotlin.Long#com.gabrielfeo.develocity.api.model.TestPerformanceBuildTestAcceleration#kotlin.collections.List[com.gabrielfeo.develocity.api.model.TestPerformanceGoal]/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-test-performance/-maven-test-performance.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenTestPerformance/serialTestGoalsExecutionTime/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-test-performance/serial-test-goals-execution-time.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenTestPerformance/testAcceleration/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-test-performance/test-acceleration.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenTestPerformance/testGoals/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-test-performance/test-goals.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenTestPerformance/tests/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-test-performance/tests.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenWorkUnit///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-work-unit/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenWorkUnit/MavenWorkUnit/#kotlin.String#kotlin.String#kotlin.String#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-work-unit/-maven-work-unit.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenWorkUnit/artifactId/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-work-unit/artifact-id.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenWorkUnit/executionId/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-work-unit/execution-id.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenWorkUnit/goalName/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-work-unit/goal-name.html +$dokka.location:com.gabrielfeo.develocity.api.model/MavenWorkUnit/groupId/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-maven-work-unit/group-id.html +$dokka.location:com.gabrielfeo.develocity.api.model/MemoryPoolUsage///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-memory-pool-usage/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/MemoryPoolUsage/MemoryPoolUsage/#kotlin.String#kotlin.Long#kotlin.Long/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-memory-pool-usage/-memory-pool-usage.html +$dokka.location:com.gabrielfeo.develocity.api.model/MemoryPoolUsage/maxMemory/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-memory-pool-usage/max-memory.html +$dokka.location:com.gabrielfeo.develocity.api.model/MemoryPoolUsage/name/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-memory-pool-usage/name.html +$dokka.location:com.gabrielfeo.develocity.api.model/MemoryPoolUsage/peakMemory/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-memory-pool-usage/peak-memory.html +$dokka.location:com.gabrielfeo.develocity.api.model/NodeConfiguration///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-node-configuration/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/NodeConfiguration/NodeConfiguration/#kotlin.Boolean#com.gabrielfeo.develocity.api.model.ReplicationConfiguration?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-node-configuration/-node-configuration.html +$dokka.location:com.gabrielfeo.develocity.api.model/NodeConfiguration/enabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-node-configuration/enabled.html +$dokka.location:com.gabrielfeo.develocity.api.model/NodeConfiguration/replication/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-node-configuration/replication.html +$dokka.location:com.gabrielfeo.develocity.api.model/NpmAttributes///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-npm-attributes/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/NpmAttributes/NpmAttributes/#kotlin.String#kotlin.Long#kotlin.Long#kotlin.String#kotlin.String#com.gabrielfeo.develocity.api.model.NpmCommand#kotlin.collections.List[com.gabrielfeo.develocity.api.model.BuildAttributesLink]#kotlin.collections.List[kotlin.String]#kotlin.collections.List[com.gabrielfeo.develocity.api.model.BuildAttributesValue]#kotlin.Int?#kotlin.String?#kotlin.String?#kotlin.String?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-npm-attributes/-npm-attributes.html +$dokka.location:com.gabrielfeo.develocity.api.model/NpmAttributes/buildDuration/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-npm-attributes/build-duration.html +$dokka.location:com.gabrielfeo.develocity.api.model/NpmAttributes/buildStartTime/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-npm-attributes/build-start-time.html +$dokka.location:com.gabrielfeo.develocity.api.model/NpmAttributes/command/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-npm-attributes/command.html +$dokka.location:com.gabrielfeo.develocity.api.model/NpmAttributes/exitCode/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-npm-attributes/exit-code.html +$dokka.location:com.gabrielfeo.develocity.api.model/NpmAttributes/host/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-npm-attributes/host.html +$dokka.location:com.gabrielfeo.develocity.api.model/NpmAttributes/id/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-npm-attributes/id.html +$dokka.location:com.gabrielfeo.develocity.api.model/NpmAttributes/links/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-npm-attributes/links.html +$dokka.location:com.gabrielfeo.develocity.api.model/NpmAttributes/nodejsVersion/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-npm-attributes/nodejs-version.html +$dokka.location:com.gabrielfeo.develocity.api.model/NpmAttributes/npmAgentVersion/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-npm-attributes/npm-agent-version.html +$dokka.location:com.gabrielfeo.develocity.api.model/NpmAttributes/npmVersion/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-npm-attributes/npm-version.html +$dokka.location:com.gabrielfeo.develocity.api.model/NpmAttributes/propertyValues/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-npm-attributes/property-values.html +$dokka.location:com.gabrielfeo.develocity.api.model/NpmAttributes/tags/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-npm-attributes/tags.html +$dokka.location:com.gabrielfeo.develocity.api.model/NpmAttributes/user/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-npm-attributes/user.html +$dokka.location:com.gabrielfeo.develocity.api.model/NpmCommand///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-npm-command/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/NpmCommand/NpmCommand/#kotlin.String#kotlin.collections.List[kotlin.String]?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-npm-command/-npm-command.html +$dokka.location:com.gabrielfeo.develocity.api.model/NpmCommand/arguments/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-npm-command/arguments.html +$dokka.location:com.gabrielfeo.develocity.api.model/NpmCommand/command/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-npm-command/command.html +$dokka.location:com.gabrielfeo.develocity.api.model/PageMetadata///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-page-metadata/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/PageMetadata/PageMetadata/#kotlin.Int#kotlin.Int#kotlin.Int#kotlin.Int/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-page-metadata/-page-metadata.html +$dokka.location:com.gabrielfeo.develocity.api.model/PageMetadata/number/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-page-metadata/number.html +$dokka.location:com.gabrielfeo.develocity.api.model/PageMetadata/propertySize/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-page-metadata/property-size.html +$dokka.location:com.gabrielfeo.develocity.api.model/PageMetadata/totalElements/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-page-metadata/total-elements.html +$dokka.location:com.gabrielfeo.develocity.api.model/PageMetadata/totalPages/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-page-metadata/total-pages.html +$dokka.location:com.gabrielfeo.develocity.api.model/PageQuery///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-page-query/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/PageQuery/PageQuery/#kotlin.Int?#kotlin.Int?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-page-query/-page-query.html +$dokka.location:com.gabrielfeo.develocity.api.model/PageQuery/pageNumber/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-page-query/page-number.html +$dokka.location:com.gabrielfeo.develocity.api.model/PageQuery/pageSize/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-page-query/page-size.html +$dokka.location:com.gabrielfeo.develocity.api.model/Project///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-project/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/Project/Project/#kotlin.String#kotlin.String?#kotlin.String?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-project/-project.html +$dokka.location:com.gabrielfeo.develocity.api.model/Project/description/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-project/description.html +$dokka.location:com.gabrielfeo.develocity.api.model/Project/displayName/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-project/display-name.html +$dokka.location:com.gabrielfeo.develocity.api.model/Project/id/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-project/id.html +$dokka.location:com.gabrielfeo.develocity.api.model/ProjectGroup///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-project-group/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/ProjectGroup/ProjectGroup/#kotlin.String#kotlin.String?#kotlin.String?#kotlin.String?#kotlin.collections.List[com.gabrielfeo.develocity.api.model.ProjectReference]?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-project-group/-project-group.html +$dokka.location:com.gabrielfeo.develocity.api.model/ProjectGroup/description/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-project-group/description.html +$dokka.location:com.gabrielfeo.develocity.api.model/ProjectGroup/displayName/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-project-group/display-name.html +$dokka.location:com.gabrielfeo.develocity.api.model/ProjectGroup/id/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-project-group/id.html +$dokka.location:com.gabrielfeo.develocity.api.model/ProjectGroup/identityProviderAttributeValue/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-project-group/identity-provider-attribute-value.html +$dokka.location:com.gabrielfeo.develocity.api.model/ProjectGroup/projects/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-project-group/projects.html +$dokka.location:com.gabrielfeo.develocity.api.model/ProjectGroupsPage///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-project-groups-page/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/ProjectGroupsPage/ProjectGroupsPage/#kotlin.collections.List[com.gabrielfeo.develocity.api.model.ProjectGroup]#com.gabrielfeo.develocity.api.model.PageMetadata/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-project-groups-page/-project-groups-page.html +$dokka.location:com.gabrielfeo.develocity.api.model/ProjectGroupsPage/content/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-project-groups-page/content.html +$dokka.location:com.gabrielfeo.develocity.api.model/ProjectGroupsPage/page/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-project-groups-page/page.html +$dokka.location:com.gabrielfeo.develocity.api.model/ProjectReference///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-project-reference/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/ProjectReference/ProjectReference/#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-project-reference/-project-reference.html +$dokka.location:com.gabrielfeo.develocity.api.model/ProjectReference/id/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-project-reference/id.html +$dokka.location:com.gabrielfeo.develocity.api.model/ProjectsPage///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-projects-page/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/ProjectsPage/ProjectsPage/#kotlin.collections.List[com.gabrielfeo.develocity.api.model.Project]#com.gabrielfeo.develocity.api.model.PageMetadata/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-projects-page/-projects-page.html +$dokka.location:com.gabrielfeo.develocity.api.model/ProjectsPage/content/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-projects-page/content.html +$dokka.location:com.gabrielfeo.develocity.api.model/ProjectsPage/page/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-projects-page/page.html +$dokka.location:com.gabrielfeo.develocity.api.model/PythonAttributes///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-python-attributes/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/PythonAttributes/PythonAttributes/#kotlin.String#kotlin.Long#kotlin.Long#kotlin.String#kotlin.String#kotlin.collections.List[kotlin.String]#kotlin.collections.List[com.gabrielfeo.develocity.api.model.BuildAttributesLink]#kotlin.collections.List[kotlin.String]#kotlin.collections.List[com.gabrielfeo.develocity.api.model.BuildAttributesValue]#kotlin.Int?#kotlin.String?#kotlin.String?#kotlin.String?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-python-attributes/-python-attributes.html +$dokka.location:com.gabrielfeo.develocity.api.model/PythonAttributes/buildDuration/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-python-attributes/build-duration.html +$dokka.location:com.gabrielfeo.develocity.api.model/PythonAttributes/buildStartTime/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-python-attributes/build-start-time.html +$dokka.location:com.gabrielfeo.develocity.api.model/PythonAttributes/command/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-python-attributes/command.html +$dokka.location:com.gabrielfeo.develocity.api.model/PythonAttributes/exception/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-python-attributes/exception.html +$dokka.location:com.gabrielfeo.develocity.api.model/PythonAttributes/exitCode/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-python-attributes/exit-code.html +$dokka.location:com.gabrielfeo.develocity.api.model/PythonAttributes/host/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-python-attributes/host.html +$dokka.location:com.gabrielfeo.develocity.api.model/PythonAttributes/id/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-python-attributes/id.html +$dokka.location:com.gabrielfeo.develocity.api.model/PythonAttributes/links/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-python-attributes/links.html +$dokka.location:com.gabrielfeo.develocity.api.model/PythonAttributes/propertyValues/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-python-attributes/property-values.html +$dokka.location:com.gabrielfeo.develocity.api.model/PythonAttributes/pythonAgentVersion/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-python-attributes/python-agent-version.html +$dokka.location:com.gabrielfeo.develocity.api.model/PythonAttributes/pythonVersion/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-python-attributes/python-version.html +$dokka.location:com.gabrielfeo.develocity.api.model/PythonAttributes/tags/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-python-attributes/tags.html +$dokka.location:com.gabrielfeo.develocity.api.model/PythonAttributes/user/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-python-attributes/user.html +$dokka.location:com.gabrielfeo.develocity.api.model/ReplicationConfiguration///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-replication-configuration/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/ReplicationConfiguration/ReplicationConfiguration/#kotlin.String#kotlin.Boolean/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-replication-configuration/-replication-configuration.html +$dokka.location:com.gabrielfeo.develocity.api.model/ReplicationConfiguration/preemptive/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-replication-configuration/preemptive.html +$dokka.location:com.gabrielfeo.develocity.api.model/ReplicationConfiguration/source/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-replication-configuration/source.html +$dokka.location:com.gabrielfeo.develocity.api.model/ResourceUsageBreakdown///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/ResourceUsageBreakdown/ResourceUsageBreakdown/#com.gabrielfeo.develocity.api.model.ResourceUsageMetric?#com.gabrielfeo.develocity.api.model.ResourceUsageMetric?#com.gabrielfeo.develocity.api.model.ResourceUsageMetric?#com.gabrielfeo.develocity.api.model.ResourceUsageMetric?#com.gabrielfeo.develocity.api.model.ResourceUsageMetric?#com.gabrielfeo.develocity.api.model.ResourceUsageMetric?#com.gabrielfeo.develocity.api.model.ResourceUsageMetric?#com.gabrielfeo.develocity.api.model.ResourceUsageMetric?#com.gabrielfeo.develocity.api.model.ResourceUsageMetric?#com.gabrielfeo.develocity.api.model.ResourceUsageMetric?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/-resource-usage-breakdown.html +$dokka.location:com.gabrielfeo.develocity.api.model/ResourceUsageBreakdown/allProcessesCpu/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/all-processes-cpu.html +$dokka.location:com.gabrielfeo.develocity.api.model/ResourceUsageBreakdown/allProcessesMemory/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/all-processes-memory.html +$dokka.location:com.gabrielfeo.develocity.api.model/ResourceUsageBreakdown/buildChildProcessesCpu/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/build-child-processes-cpu.html +$dokka.location:com.gabrielfeo.develocity.api.model/ResourceUsageBreakdown/buildChildProcessesMemory/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/build-child-processes-memory.html +$dokka.location:com.gabrielfeo.develocity.api.model/ResourceUsageBreakdown/buildProcessCpu/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/build-process-cpu.html +$dokka.location:com.gabrielfeo.develocity.api.model/ResourceUsageBreakdown/buildProcessMemory/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/build-process-memory.html +$dokka.location:com.gabrielfeo.develocity.api.model/ResourceUsageBreakdown/diskReadThroughput/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/disk-read-throughput.html +$dokka.location:com.gabrielfeo.develocity.api.model/ResourceUsageBreakdown/diskWriteThroughput/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/disk-write-throughput.html +$dokka.location:com.gabrielfeo.develocity.api.model/ResourceUsageBreakdown/networkDownloadThroughput/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/network-download-throughput.html +$dokka.location:com.gabrielfeo.develocity.api.model/ResourceUsageBreakdown/networkUploadThroughput/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-resource-usage-breakdown/network-upload-throughput.html +$dokka.location:com.gabrielfeo.develocity.api.model/ResourceUsageMetric///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-resource-usage-metric/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/ResourceUsageMetric/ResourceUsageMetric/#kotlin.Long#kotlin.Long#kotlin.Long#kotlin.Long#kotlin.Long#kotlin.Long#kotlin.Long/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-resource-usage-metric/-resource-usage-metric.html +$dokka.location:com.gabrielfeo.develocity.api.model/ResourceUsageMetric/average/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-resource-usage-metric/average.html +$dokka.location:com.gabrielfeo.develocity.api.model/ResourceUsageMetric/max/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-resource-usage-metric/max.html +$dokka.location:com.gabrielfeo.develocity.api.model/ResourceUsageMetric/median/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-resource-usage-metric/median.html +$dokka.location:com.gabrielfeo.develocity.api.model/ResourceUsageMetric/p25/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-resource-usage-metric/p25.html +$dokka.location:com.gabrielfeo.develocity.api.model/ResourceUsageMetric/p5/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-resource-usage-metric/p5.html +$dokka.location:com.gabrielfeo.develocity.api.model/ResourceUsageMetric/p75/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-resource-usage-metric/p75.html +$dokka.location:com.gabrielfeo.develocity.api.model/ResourceUsageMetric/p95/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-resource-usage-metric/p95.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestAccelerationFeatureUsageStatus.Companion///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/-companion/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestAccelerationFeatureUsageStatus.Companion/decode/#kotlin.Any?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/-companion/decode.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestAccelerationFeatureUsageStatus.Companion/encode/#kotlin.Any?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/-companion/encode.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestAccelerationFeatureUsageStatus.disabled///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/disabled/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestAccelerationFeatureUsageStatus.enabled///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/enabled/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestAccelerationFeatureUsageStatus.unavailable///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/unavailable/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestAccelerationFeatureUsageStatus///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestAccelerationFeatureUsageStatus/entries/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/entries.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestAccelerationFeatureUsageStatus/toString/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/to-string.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestAccelerationFeatureUsageStatus/value/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/value.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestAccelerationFeatureUsageStatus/valueOf/#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/value-of.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestAccelerationFeatureUsageStatus/values/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-acceleration-feature-usage-status/values.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestCasesQuery///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-cases-query/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestCasesQuery/TestCasesQuery/#kotlin.String#kotlin.collections.List[com.gabrielfeo.develocity.api.model.TestOutcome]#kotlin.String#kotlin.Int?#kotlin.collections.List[com.gabrielfeo.develocity.api.model.TestIncludeFields]?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-cases-query/-test-cases-query.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestCasesQuery/container/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-cases-query/container.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestCasesQuery/include/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-cases-query/include.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestCasesQuery/limit/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-cases-query/limit.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestCasesQuery/query/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-cases-query/query.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestCasesQuery/testOutcomes/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-cases-query/test-outcomes.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestContainersQuery///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-containers-query/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestContainersQuery/TestContainersQuery/#kotlin.String#kotlin.collections.List[com.gabrielfeo.develocity.api.model.TestOutcome]#kotlin.String#kotlin.collections.List[com.gabrielfeo.develocity.api.model.TestIncludeFields]?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-containers-query/-test-containers-query.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestContainersQuery/container/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-containers-query/container.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestContainersQuery/include/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-containers-query/include.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestContainersQuery/query/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-containers-query/query.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestContainersQuery/testOutcomes/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-containers-query/test-outcomes.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolConfiguration///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolConfiguration/TestDistributionAgentPoolConfiguration/#kotlin.String#kotlin.Int#kotlin.Int#kotlin.collections.List[kotlin.String]#kotlin.Int?#kotlin.Boolean?#kotlin.collections.List[kotlin.String]?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration/-test-distribution-agent-pool-configuration.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolConfiguration/capabilities/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration/capabilities.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolConfiguration/maximumSize/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration/maximum-size.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolConfiguration/minimumSize/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration/minimum-size.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolConfiguration/name/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration/name.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolConfiguration/orderIndex/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration/order-index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolConfiguration/projectGroupIds/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration/project-group-ids.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolConfiguration/restrictAccessToProjectGroups/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration/restrict-access-to-project-groups.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolConfigurationWithId///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolConfigurationWithId/TestDistributionAgentPoolConfigurationWithId/#kotlin.String#kotlin.String#kotlin.Int#kotlin.Int#kotlin.Int#kotlin.collections.List[kotlin.String]#kotlin.Boolean?#kotlin.collections.List[kotlin.String]?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/-test-distribution-agent-pool-configuration-with-id.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolConfigurationWithId/capabilities/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/capabilities.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolConfigurationWithId/id/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/id.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolConfigurationWithId/maximumSize/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/maximum-size.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolConfigurationWithId/minimumSize/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/minimum-size.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolConfigurationWithId/name/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/name.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolConfigurationWithId/orderIndex/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/order-index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolConfigurationWithId/projectGroupIds/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/project-group-ids.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolConfigurationWithId/restrictAccessToProjectGroups/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-configuration-with-id/restrict-access-to-project-groups.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolPage///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-page/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolPage/TestDistributionAgentPoolPage/#kotlin.collections.List[com.gabrielfeo.develocity.api.model.TestDistributionAgentPoolConfigurationWithId]/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-page/-test-distribution-agent-pool-page.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolPage/content/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-page/content.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolRegistrationKey///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolRegistrationKey/TestDistributionAgentPoolRegistrationKey/#kotlin.String#kotlin.String?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key/-test-distribution-agent-pool-registration-key.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolRegistrationKey/description/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key/description.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolRegistrationKey/key/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key/key.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolRegistrationKeyDescription///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-description/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolRegistrationKeyDescription/TestDistributionAgentPoolRegistrationKeyDescription/#kotlin.String?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-description/-test-distribution-agent-pool-registration-key-description.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolRegistrationKeyDescription/description/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-description/description.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolRegistrationKeyPrefix///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolRegistrationKeyPrefix/TestDistributionAgentPoolRegistrationKeyPrefix/#kotlin.String#java.time.OffsetDateTime#kotlin.String?#java.time.OffsetDateTime?#kotlin.String?#java.time.OffsetDateTime?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix/-test-distribution-agent-pool-registration-key-prefix.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolRegistrationKeyPrefix/createdAt/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix/created-at.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolRegistrationKeyPrefix/description/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix/description.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolRegistrationKeyPrefix/keyPrefix/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix/key-prefix.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolRegistrationKeyPrefix/lastUsedAt/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix/last-used-at.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolRegistrationKeyPrefix/lastUsedBy/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix/last-used-by.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolRegistrationKeyPrefix/revokedAt/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix/revoked-at.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolRegistrationKeyPrefixPage///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix-page/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolRegistrationKeyPrefixPage/TestDistributionAgentPoolRegistrationKeyPrefixPage/#kotlin.collections.List[com.gabrielfeo.develocity.api.model.TestDistributionAgentPoolRegistrationKeyPrefix]/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix-page/-test-distribution-agent-pool-registration-key-prefix-page.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolRegistrationKeyPrefixPage/content/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-registration-key-prefix-page/content.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolStatus///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-status/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolStatus/TestDistributionAgentPoolStatus/#kotlin.String#kotlin.String#kotlin.Int#kotlin.Int#kotlin.Int#kotlin.Int#kotlin.Int/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-status/-test-distribution-agent-pool-status.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolStatus/connectedAgents/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-status/connected-agents.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolStatus/desiredAgents/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-status/desired-agents.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolStatus/id/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-status/id.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolStatus/idleAgents/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-status/idle-agents.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolStatus/maximumSize/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-status/maximum-size.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolStatus/minimumSize/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-status/minimum-size.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestDistributionAgentPoolStatus/name/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-distribution-agent-pool-status/name.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestIncludeFields.BUILD_SCAN_IDS///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-test-include-fields/-b-u-i-l-d_-s-c-a-n_-i-d-s/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestIncludeFields.Companion///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-include-fields/-companion/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestIncludeFields.Companion/decode/#kotlin.Any?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-include-fields/-companion/decode.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestIncludeFields.Companion/encode/#kotlin.Any?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-include-fields/-companion/encode.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestIncludeFields.WORK_UNITS///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-test-include-fields/-w-o-r-k_-u-n-i-t-s/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestIncludeFields///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-include-fields/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestIncludeFields/entries/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-include-fields/entries.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestIncludeFields/toString/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-include-fields/to-string.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestIncludeFields/value/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-include-fields/value.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestIncludeFields/valueOf/#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-include-fields/value-of.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestIncludeFields/values/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-include-fields/values.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestOrContainer///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-or-container/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestOrContainer/TestOrContainer/#kotlin.String#com.gabrielfeo.develocity.api.model.TestOutcomeDistribution#kotlin.collections.List[com.gabrielfeo.develocity.api.model.TestWorkUnit]?#com.gabrielfeo.develocity.api.model.BuildScanIdsByOutcome?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-or-container/-test-or-container.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestOrContainer/buildScanIdsByOutcome/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-or-container/build-scan-ids-by-outcome.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestOrContainer/name/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-or-container/name.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestOrContainer/outcomeDistribution/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-or-container/outcome-distribution.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestOrContainer/workUnits/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-or-container/work-units.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestOutcome.Companion///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-outcome/-companion/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestOutcome.Companion/decode/#kotlin.Any?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-outcome/-companion/decode.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestOutcome.Companion/encode/#kotlin.Any?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-outcome/-companion/encode.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestOutcome.failed///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-test-outcome/failed/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestOutcome.flaky///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-test-outcome/flaky/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestOutcome.notSelected///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-test-outcome/not-selected/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestOutcome.passed///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-test-outcome/passed/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestOutcome.skipped///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}library/com.gabrielfeo.develocity.api.model/-test-outcome/skipped/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestOutcome///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-outcome/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestOutcome/entries/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-outcome/entries.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestOutcome/toString/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-outcome/to-string.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestOutcome/value/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-outcome/value.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestOutcome/valueOf/#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-outcome/value-of.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestOutcome/values/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-outcome/values.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestOutcomeDistribution///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-outcome-distribution/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestOutcomeDistribution/TestOutcomeDistribution/#kotlin.Int#kotlin.Int#kotlin.Int#kotlin.Int#kotlin.Int#kotlin.Int/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-outcome-distribution/-test-outcome-distribution.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestOutcomeDistribution/failed/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-outcome-distribution/failed.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestOutcomeDistribution/flaky/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-outcome-distribution/flaky.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestOutcomeDistribution/notSelected/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-outcome-distribution/not-selected.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestOutcomeDistribution/passed/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-outcome-distribution/passed.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestOutcomeDistribution/skipped/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-outcome-distribution/skipped.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestOutcomeDistribution/total/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-outcome-distribution/total.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceBuildPredictiveTestSelection///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceBuildPredictiveTestSelection/TestPerformanceBuildPredictiveTestSelection/#com.gabrielfeo.develocity.api.model.TestPerformanceBuildPredictiveTestSelectionUsage#com.gabrielfeo.develocity.api.model.TestPerformanceBuildPredictiveTestSelectionSimulation?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection/-test-performance-build-predictive-test-selection.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceBuildPredictiveTestSelection/simulation/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection/simulation.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceBuildPredictiveTestSelection/usage/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection/usage.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceBuildPredictiveTestSelectionSimulation///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceBuildPredictiveTestSelectionSimulation/TestPerformanceBuildPredictiveTestSelectionSimulation/#com.gabrielfeo.develocity.api.model.TestPerformanceBuildPredictiveTestSelectionSimulationData#com.gabrielfeo.develocity.api.model.TestPerformanceBuildPredictiveTestSelectionSimulationData#com.gabrielfeo.develocity.api.model.TestPerformanceBuildPredictiveTestSelectionSimulationData/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation/-test-performance-build-predictive-test-selection-simulation.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceBuildPredictiveTestSelectionSimulation/conservative/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation/conservative.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceBuildPredictiveTestSelectionSimulation/fast/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation/fast.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceBuildPredictiveTestSelectionSimulation/standard/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation/standard.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceBuildPredictiveTestSelectionSimulationData///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation-data/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceBuildPredictiveTestSelectionSimulationData/TestPerformanceBuildPredictiveTestSelectionSimulationData/#kotlin.Long#kotlin.Long#kotlin.Long#kotlin.Long#kotlin.Long#kotlin.Long#kotlin.Long/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation-data/-test-performance-build-predictive-test-selection-simulation-data.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceBuildPredictiveTestSelectionSimulationData/avoidableTestClassesCount/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation-data/avoidable-test-classes-count.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceBuildPredictiveTestSelectionSimulationData/serialTimeSavingsPotential/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation-data/serial-time-savings-potential.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceBuildPredictiveTestSelectionSimulationData/testClassesCountSelectedDueToInsufficientData/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation-data/test-classes-count-selected-due-to-insufficient-data.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceBuildPredictiveTestSelectionSimulationData/unavoidableTestClassesCount/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation-data/unavoidable-test-classes-count.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceBuildPredictiveTestSelectionSimulationData/wallClockSavingsPotential/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation-data/wall-clock-savings-potential.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceBuildPredictiveTestSelectionSimulationData/workUnitFailuresMissedCount/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation-data/work-unit-failures-missed-count.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceBuildPredictiveTestSelectionSimulationData/workUnitFailuresPredictedCount/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-simulation-data/work-unit-failures-predicted-count.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceBuildPredictiveTestSelectionUsage///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-usage/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceBuildPredictiveTestSelectionUsage/TestPerformanceBuildPredictiveTestSelectionUsage/#com.gabrielfeo.develocity.api.model.TestAccelerationFeatureUsageStatus#kotlin.Long?#kotlin.Long?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-usage/-test-performance-build-predictive-test-selection-usage.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceBuildPredictiveTestSelectionUsage/serialTimeSavings/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-usage/serial-time-savings.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceBuildPredictiveTestSelectionUsage/status/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-usage/status.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceBuildPredictiveTestSelectionUsage/wallClockSavings/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-build-predictive-test-selection-usage/wall-clock-savings.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceBuildTestAcceleration///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-build-test-acceleration/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceBuildTestAcceleration/TestPerformanceBuildTestAcceleration/#com.gabrielfeo.develocity.api.model.TestPerformanceBuildPredictiveTestSelection#com.gabrielfeo.develocity.api.model.TestPerformanceBuildTestDistribution#kotlin.Long?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-build-test-acceleration/-test-performance-build-test-acceleration.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceBuildTestAcceleration/predictiveTestSelection/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-build-test-acceleration/predictive-test-selection.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceBuildTestAcceleration/testDistribution/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-build-test-acceleration/test-distribution.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceBuildTestAcceleration/wallClockSavings/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-build-test-acceleration/wall-clock-savings.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceBuildTestDistribution///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-build-test-distribution/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceBuildTestDistribution/TestPerformanceBuildTestDistribution/#com.gabrielfeo.develocity.api.model.TestAccelerationFeatureUsageStatus#kotlin.Long?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-build-test-distribution/-test-performance-build-test-distribution.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceBuildTestDistribution/usageStatus/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-build-test-distribution/usage-status.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceBuildTestDistribution/wallClockSavings/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-build-test-distribution/wall-clock-savings.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceGoal///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-goal/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceGoal/TestPerformanceGoal/#kotlin.String#kotlin.Long#kotlin.Long#com.gabrielfeo.develocity.api.model.WorkUnitTestPerformanceTests#com.gabrielfeo.develocity.api.model.TestPerformanceWorkUnitTestAcceleration/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-goal/-test-performance-goal.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceGoal/goalPath/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-goal/goal-path.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceGoal/serialExecutionTime/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-goal/serial-execution-time.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceGoal/testAcceleration/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-goal/test-acceleration.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceGoal/tests/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-goal/tests.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceGoal/wallClockExecutionTime/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-goal/wall-clock-execution-time.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceTask///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-task/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceTask/TestPerformanceTask/#kotlin.String#kotlin.Long#kotlin.Long#com.gabrielfeo.develocity.api.model.WorkUnitTestPerformanceTests#com.gabrielfeo.develocity.api.model.TestPerformanceWorkUnitTestAcceleration/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-task/-test-performance-task.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceTask/serialExecutionTime/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-task/serial-execution-time.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceTask/taskPath/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-task/task-path.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceTask/testAcceleration/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-task/test-acceleration.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceTask/tests/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-task/tests.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceTask/wallClockExecutionTime/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-task/wall-clock-execution-time.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceWorkUnitPredictiveTestSelection///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceWorkUnitPredictiveTestSelection/TestPerformanceWorkUnitPredictiveTestSelection/#com.gabrielfeo.develocity.api.model.TestPerformanceWorkUnitPredictiveTestSelectionUsage#com.gabrielfeo.develocity.api.model.TestPerformanceWorkUnitPredictiveTestSelectionSimulation?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection/-test-performance-work-unit-predictive-test-selection.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceWorkUnitPredictiveTestSelection/simulation/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection/simulation.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceWorkUnitPredictiveTestSelection/usage/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection/usage.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceWorkUnitPredictiveTestSelectionSimulation///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceWorkUnitPredictiveTestSelectionSimulation/TestPerformanceWorkUnitPredictiveTestSelectionSimulation/#com.gabrielfeo.develocity.api.model.TestPerformanceWorkUnitPredictiveTestSelectionSimulationData#com.gabrielfeo.develocity.api.model.TestPerformanceWorkUnitPredictiveTestSelectionSimulationData#com.gabrielfeo.develocity.api.model.TestPerformanceWorkUnitPredictiveTestSelectionSimulationData/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation/-test-performance-work-unit-predictive-test-selection-simulation.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceWorkUnitPredictiveTestSelectionSimulation/conservative/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation/conservative.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceWorkUnitPredictiveTestSelectionSimulation/fast/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation/fast.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceWorkUnitPredictiveTestSelectionSimulation/standard/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation/standard.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceWorkUnitPredictiveTestSelectionSimulationData///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation-data/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceWorkUnitPredictiveTestSelectionSimulationData/TestPerformanceWorkUnitPredictiveTestSelectionSimulationData/#kotlin.Long#kotlin.Long#kotlin.Long#kotlin.Long#kotlin.Long#kotlin.Long/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation-data/-test-performance-work-unit-predictive-test-selection-simulation-data.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceWorkUnitPredictiveTestSelectionSimulationData/avoidableTestClassesCount/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation-data/avoidable-test-classes-count.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceWorkUnitPredictiveTestSelectionSimulationData/failedTestClassesPredictedCount/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation-data/failed-test-classes-predicted-count.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceWorkUnitPredictiveTestSelectionSimulationData/serialTimeSavingsPotential/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation-data/serial-time-savings-potential.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceWorkUnitPredictiveTestSelectionSimulationData/testClassesCountSelectedDueToInsufficientData/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation-data/test-classes-count-selected-due-to-insufficient-data.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceWorkUnitPredictiveTestSelectionSimulationData/unavoidableTestClassesCount/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation-data/unavoidable-test-classes-count.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceWorkUnitPredictiveTestSelectionSimulationData/wallClockSavingsPotential/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-simulation-data/wall-clock-savings-potential.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceWorkUnitPredictiveTestSelectionUsage///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-usage/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceWorkUnitPredictiveTestSelectionUsage/TestPerformanceWorkUnitPredictiveTestSelectionUsage/#com.gabrielfeo.develocity.api.model.TestAccelerationFeatureUsageStatus#kotlin.Long?#kotlin.Long?#kotlin.Int?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-usage/-test-performance-work-unit-predictive-test-selection-usage.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceWorkUnitPredictiveTestSelectionUsage/nonSelectedTestClassesCount/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-usage/non-selected-test-classes-count.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceWorkUnitPredictiveTestSelectionUsage/serialTimeSavings/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-usage/serial-time-savings.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceWorkUnitPredictiveTestSelectionUsage/status/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-usage/status.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceWorkUnitPredictiveTestSelectionUsage/wallClockSavings/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-predictive-test-selection-usage/wall-clock-savings.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceWorkUnitTestAcceleration///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-acceleration/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceWorkUnitTestAcceleration/TestPerformanceWorkUnitTestAcceleration/#com.gabrielfeo.develocity.api.model.TestPerformanceWorkUnitPredictiveTestSelection#com.gabrielfeo.develocity.api.model.TestPerformanceWorkUnitTestDistribution#kotlin.Long?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-acceleration/-test-performance-work-unit-test-acceleration.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceWorkUnitTestAcceleration/predictiveTestSelection/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-acceleration/predictive-test-selection.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceWorkUnitTestAcceleration/testDistribution/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-acceleration/test-distribution.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceWorkUnitTestAcceleration/wallClockSavings/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-acceleration/wall-clock-savings.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceWorkUnitTestDistribution///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-distribution/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceWorkUnitTestDistribution/TestPerformanceWorkUnitTestDistribution/#com.gabrielfeo.develocity.api.model.TestAccelerationFeatureUsageStatus#kotlin.Long?#kotlin.Int?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-distribution/-test-performance-work-unit-test-distribution.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceWorkUnitTestDistribution/remoteTestClassesCount/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-distribution/remote-test-classes-count.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceWorkUnitTestDistribution/usageStatus/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-distribution/usage-status.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestPerformanceWorkUnitTestDistribution/wallClockSavings/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-performance-work-unit-test-distribution/wall-clock-savings.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestWorkUnit///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-work-unit/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestWorkUnit/TestWorkUnit/#com.gabrielfeo.develocity.api.model.BazelWorkUnit?#com.gabrielfeo.develocity.api.model.GradleWorkUnit?#com.gabrielfeo.develocity.api.model.MavenWorkUnit?/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-work-unit/-test-work-unit.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestWorkUnit/bazel/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-work-unit/bazel.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestWorkUnit/gradle/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-work-unit/gradle.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestWorkUnit/maven/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-test-work-unit/maven.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestsResponse///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-tests-response/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestsResponse/TestsResponse/#kotlin.collections.List[com.gabrielfeo.develocity.api.model.TestOrContainer]/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-tests-response/-tests-response.html +$dokka.location:com.gabrielfeo.develocity.api.model/TestsResponse/content/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-tests-response/content.html +$dokka.location:com.gabrielfeo.develocity.api.model/WorkUnitTestPerformanceTests///PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-work-unit-test-performance-tests/index.html +$dokka.location:com.gabrielfeo.develocity.api.model/WorkUnitTestPerformanceTests/WorkUnitTestPerformanceTests/#kotlin.Int#kotlin.Int/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-work-unit-test-performance-tests/-work-unit-test-performance-tests.html +$dokka.location:com.gabrielfeo.develocity.api.model/WorkUnitTestPerformanceTests/failedTestClassesCount/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-work-unit-test-performance-tests/failed-test-classes-count.html +$dokka.location:com.gabrielfeo.develocity.api.model/WorkUnitTestPerformanceTests/testClassesCount/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api.model/-work-unit-test-performance-tests/test-classes-count.html +$dokka.location:com.gabrielfeo.develocity.api////PointingToDeclaration/library/com.gabrielfeo.develocity.api/index.html +$dokka.location:com.gabrielfeo.develocity.api/AuthApi///PointingToDeclaration/library/com.gabrielfeo.develocity.api/-auth-api/index.html +$dokka.location:com.gabrielfeo.develocity.api/AuthApi/createAccessToken/#kotlin.collections.Set[kotlin.String]?#kotlin.collections.Set[kotlin.String]?#kotlin.Float?/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-auth-api/create-access-token.html +$dokka.location:com.gabrielfeo.develocity.api/AuthApi/revokeSigningKeys/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-auth-api/revoke-signing-keys.html +$dokka.location:com.gabrielfeo.develocity.api/BuildCacheApi///PointingToDeclaration/library/com.gabrielfeo.develocity.api/-build-cache-api/index.html +$dokka.location:com.gabrielfeo.develocity.api/BuildCacheApi/createOrUpdateBuildCacheNode/#kotlin.String#com.gabrielfeo.develocity.api.model.NodeConfiguration/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-build-cache-api/create-or-update-build-cache-node.html +$dokka.location:com.gabrielfeo.develocity.api/BuildCacheApi/getBuildCacheNode/#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-build-cache-api/get-build-cache-node.html +$dokka.location:com.gabrielfeo.develocity.api/BuildCacheApi/initiatePurgeOfBuildCacheNode/#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-build-cache-api/initiate-purge-of-build-cache-node.html +$dokka.location:com.gabrielfeo.develocity.api/BuildCacheApi/regenerateSecretOfBuildCacheNode/#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-build-cache-api/regenerate-secret-of-build-cache-node.html +$dokka.location:com.gabrielfeo.develocity.api/BuildsApi///PointingToDeclaration/library/com.gabrielfeo.develocity.api/-builds-api/index.html +$dokka.location:com.gabrielfeo.develocity.api/BuildsApi/getBazelAttributes/#kotlin.String#kotlin.Int?/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-builds-api/get-bazel-attributes.html +$dokka.location:com.gabrielfeo.develocity.api/BuildsApi/getBazelCriticalPath/#kotlin.String#kotlin.Int?/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-builds-api/get-bazel-critical-path.html +$dokka.location:com.gabrielfeo.develocity.api/BuildsApi/getBuild/#kotlin.String#kotlin.collections.List[com.gabrielfeo.develocity.api.model.BuildModelName]?#kotlin.Boolean?#kotlin.Int?/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-builds-api/get-build.html +$dokka.location:com.gabrielfeo.develocity.api/BuildsApi/getBuilds/#kotlin.Long?#kotlin.String?#kotlin.Boolean?#kotlin.Int?#kotlin.Int?#kotlin.String?#kotlin.collections.List[com.gabrielfeo.develocity.api.model.BuildModelName]?#kotlin.Boolean?#kotlin.Long?#kotlin.String?/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-builds-api/get-builds.html +$dokka.location:com.gabrielfeo.develocity.api/BuildsApi/getGradleArtifactTransformExecutions/#kotlin.String#kotlin.Int?/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-artifact-transform-executions.html +$dokka.location:com.gabrielfeo.develocity.api/BuildsApi/getGradleAttributes/#kotlin.String#kotlin.Int?/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-attributes.html +$dokka.location:com.gabrielfeo.develocity.api/BuildsApi/getGradleBuildCachePerformance/#kotlin.String#kotlin.Int?/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-build-cache-performance.html +$dokka.location:com.gabrielfeo.develocity.api/BuildsApi/getGradleBuildProfileOverview/#kotlin.String#kotlin.Int?/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-build-profile-overview.html +$dokka.location:com.gabrielfeo.develocity.api/BuildsApi/getGradleConfigurationCache/#kotlin.String#kotlin.Int?/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-configuration-cache.html +$dokka.location:com.gabrielfeo.develocity.api/BuildsApi/getGradleDeprecations/#kotlin.String#kotlin.Int?/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-deprecations.html +$dokka.location:com.gabrielfeo.develocity.api/BuildsApi/getGradleNetworkActivity/#kotlin.String#kotlin.Int?/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-network-activity.html +$dokka.location:com.gabrielfeo.develocity.api/BuildsApi/getGradlePlugins/#kotlin.String#kotlin.Int?/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-plugins.html +$dokka.location:com.gabrielfeo.develocity.api/BuildsApi/getGradleProjects/#kotlin.String#kotlin.Int?/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-projects.html +$dokka.location:com.gabrielfeo.develocity.api/BuildsApi/getGradleResourceUsage/#kotlin.String#kotlin.Int?/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-resource-usage.html +$dokka.location:com.gabrielfeo.develocity.api/BuildsApi/getGradleTestPerformance/#kotlin.String#kotlin.Int?/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-builds-api/get-gradle-test-performance.html +$dokka.location:com.gabrielfeo.develocity.api/BuildsApi/getMavenAttributes/#kotlin.String#kotlin.Int?/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-builds-api/get-maven-attributes.html +$dokka.location:com.gabrielfeo.develocity.api/BuildsApi/getMavenBuildCachePerformance/#kotlin.String#kotlin.Int?/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-builds-api/get-maven-build-cache-performance.html +$dokka.location:com.gabrielfeo.develocity.api/BuildsApi/getMavenBuildProfileOverview/#kotlin.String#kotlin.Int?/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-builds-api/get-maven-build-profile-overview.html +$dokka.location:com.gabrielfeo.develocity.api/BuildsApi/getMavenDependencyResolution/#kotlin.String#kotlin.Int?/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-builds-api/get-maven-dependency-resolution.html +$dokka.location:com.gabrielfeo.develocity.api/BuildsApi/getMavenModules/#kotlin.String#kotlin.Int?/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-builds-api/get-maven-modules.html +$dokka.location:com.gabrielfeo.develocity.api/BuildsApi/getMavenPlugins/#kotlin.String#kotlin.Int?/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-builds-api/get-maven-plugins.html +$dokka.location:com.gabrielfeo.develocity.api/BuildsApi/getMavenResourceUsage/#kotlin.String#kotlin.Int?/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-builds-api/get-maven-resource-usage.html +$dokka.location:com.gabrielfeo.develocity.api/BuildsApi/getMavenTestPerformance/#kotlin.String#kotlin.Int?/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-builds-api/get-maven-test-performance.html +$dokka.location:com.gabrielfeo.develocity.api/BuildsApi/getNpmAttributes/#kotlin.String#kotlin.Int?/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-builds-api/get-npm-attributes.html +$dokka.location:com.gabrielfeo.develocity.api/BuildsApi/getPythonAttributes/#kotlin.String#kotlin.Int?/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-builds-api/get-python-attributes.html +$dokka.location:com.gabrielfeo.develocity.api/Config.CacheConfig///PointingToDeclaration/library/com.gabrielfeo.develocity.api/-config/-cache-config/index.html +$dokka.location:com.gabrielfeo.develocity.api/Config.CacheConfig/CacheConfig/#kotlin.Boolean#java.io.File#kotlin.Long#kotlin.text.Regex#kotlin.Long#kotlin.text.Regex#kotlin.Long/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-config/-cache-config/-cache-config.html +$dokka.location:com.gabrielfeo.develocity.api/Config.CacheConfig/cacheDir/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-config/-cache-config/cache-dir.html +$dokka.location:com.gabrielfeo.develocity.api/Config.CacheConfig/cacheEnabled/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-config/-cache-config/cache-enabled.html +$dokka.location:com.gabrielfeo.develocity.api/Config.CacheConfig/longTermCacheMaxAge/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-config/-cache-config/long-term-cache-max-age.html +$dokka.location:com.gabrielfeo.develocity.api/Config.CacheConfig/longTermCacheUrlPattern/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-config/-cache-config/long-term-cache-url-pattern.html +$dokka.location:com.gabrielfeo.develocity.api/Config.CacheConfig/maxCacheSize/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-config/-cache-config/max-cache-size.html +$dokka.location:com.gabrielfeo.develocity.api/Config.CacheConfig/shortTermCacheMaxAge/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-config/-cache-config/short-term-cache-max-age.html +$dokka.location:com.gabrielfeo.develocity.api/Config.CacheConfig/shortTermCacheUrlPattern/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-config/-cache-config/short-term-cache-url-pattern.html +$dokka.location:com.gabrielfeo.develocity.api/Config///PointingToDeclaration/library/com.gabrielfeo.develocity.api/-config/index.html +$dokka.location:com.gabrielfeo.develocity.api/Config/Config/#kotlin.String#kotlin.String#kotlin.Function0[kotlin.String]#okhttp3.OkHttpClient.Builder#kotlin.Int?#kotlin.Long#com.gabrielfeo.develocity.api.Config.CacheConfig/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-config/-config.html +$dokka.location:com.gabrielfeo.develocity.api/Config/apiToken/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-config/api-token.html +$dokka.location:com.gabrielfeo.develocity.api/Config/apiUrl/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-config/api-url.html +$dokka.location:com.gabrielfeo.develocity.api/Config/cacheConfig/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-config/cache-config.html +$dokka.location:com.gabrielfeo.develocity.api/Config/clientBuilder/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-config/client-builder.html +$dokka.location:com.gabrielfeo.develocity.api/Config/logLevel/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-config/log-level.html +$dokka.location:com.gabrielfeo.develocity.api/Config/maxConcurrentRequests/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-config/max-concurrent-requests.html +$dokka.location:com.gabrielfeo.develocity.api/Config/readTimeoutMillis/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-config/read-timeout-millis.html +$dokka.location:com.gabrielfeo.develocity.api/DevelocityApi.Companion///PointingToDeclaration/library/com.gabrielfeo.develocity.api/-develocity-api/-companion/index.html +$dokka.location:com.gabrielfeo.develocity.api/DevelocityApi.Companion/newInstance/#com.gabrielfeo.develocity.api.Config/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-develocity-api/-companion/new-instance.html +$dokka.location:com.gabrielfeo.develocity.api/DevelocityApi///PointingToDeclaration/library/com.gabrielfeo.develocity.api/-develocity-api/index.html +$dokka.location:com.gabrielfeo.develocity.api/DevelocityApi/authApi/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-develocity-api/auth-api.html +$dokka.location:com.gabrielfeo.develocity.api/DevelocityApi/buildCacheApi/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-develocity-api/build-cache-api.html +$dokka.location:com.gabrielfeo.develocity.api/DevelocityApi/buildsApi/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-develocity-api/builds-api.html +$dokka.location:com.gabrielfeo.develocity.api/DevelocityApi/config/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-develocity-api/config.html +$dokka.location:com.gabrielfeo.develocity.api/DevelocityApi/metaApi/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-develocity-api/meta-api.html +$dokka.location:com.gabrielfeo.develocity.api/DevelocityApi/projectsApi/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-develocity-api/projects-api.html +$dokka.location:com.gabrielfeo.develocity.api/DevelocityApi/shutdown/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-develocity-api/shutdown.html +$dokka.location:com.gabrielfeo.develocity.api/DevelocityApi/testDistributionApi/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-develocity-api/test-distribution-api.html +$dokka.location:com.gabrielfeo.develocity.api/DevelocityApi/testsApi/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-develocity-api/tests-api.html +$dokka.location:com.gabrielfeo.develocity.api/MetaApi///PointingToDeclaration/library/com.gabrielfeo.develocity.api/-meta-api/index.html +$dokka.location:com.gabrielfeo.develocity.api/MetaApi/getVersion/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-meta-api/get-version.html +$dokka.location:com.gabrielfeo.develocity.api/ProjectsApi///PointingToDeclaration/library/com.gabrielfeo.develocity.api/-projects-api/index.html +$dokka.location:com.gabrielfeo.develocity.api/ProjectsApi/createOrUpdateProject/#kotlin.String#com.gabrielfeo.develocity.api.model.Project/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-projects-api/create-or-update-project.html +$dokka.location:com.gabrielfeo.develocity.api/ProjectsApi/createOrUpdateProjectGroup/#kotlin.String#com.gabrielfeo.develocity.api.model.ProjectGroup/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-projects-api/create-or-update-project-group.html +$dokka.location:com.gabrielfeo.develocity.api/ProjectsApi/deleteProjectGroup/#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-projects-api/delete-project-group.html +$dokka.location:com.gabrielfeo.develocity.api/ProjectsApi/getProject/#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-projects-api/get-project.html +$dokka.location:com.gabrielfeo.develocity.api/ProjectsApi/getProjectGroup/#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-projects-api/get-project-group.html +$dokka.location:com.gabrielfeo.develocity.api/ProjectsApi/listProjectGroups/#kotlin.Int?#kotlin.Int?/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-projects-api/list-project-groups.html +$dokka.location:com.gabrielfeo.develocity.api/ProjectsApi/listProjects/#kotlin.Int?#kotlin.Int?/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-projects-api/list-projects.html +$dokka.location:com.gabrielfeo.develocity.api/TestDistributionApi///PointingToDeclaration/library/com.gabrielfeo.develocity.api/-test-distribution-api/index.html +$dokka.location:com.gabrielfeo.develocity.api/TestDistributionApi/createOrUpdateTestDistributionAgentPool/#kotlin.String#com.gabrielfeo.develocity.api.model.TestDistributionAgentPoolConfiguration/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-test-distribution-api/create-or-update-test-distribution-agent-pool.html +$dokka.location:com.gabrielfeo.develocity.api/TestDistributionApi/createTestDistributionAgentPool/#com.gabrielfeo.develocity.api.model.TestDistributionAgentPoolConfiguration/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-test-distribution-api/create-test-distribution-agent-pool.html +$dokka.location:com.gabrielfeo.develocity.api/TestDistributionApi/deleteTestDistributionAgentPool/#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-test-distribution-api/delete-test-distribution-agent-pool.html +$dokka.location:com.gabrielfeo.develocity.api/TestDistributionApi/generateTestDistributionAgentPoolRegistrationKey/#kotlin.String#com.gabrielfeo.develocity.api.model.TestDistributionAgentPoolRegistrationKeyDescription?/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-test-distribution-api/generate-test-distribution-agent-pool-registration-key.html +$dokka.location:com.gabrielfeo.develocity.api/TestDistributionApi/getTestDistributionAgentPool/#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-test-distribution-api/get-test-distribution-agent-pool.html +$dokka.location:com.gabrielfeo.develocity.api/TestDistributionApi/getTestDistributionAgentPoolRegistrationKey/#kotlin.String#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-test-distribution-api/get-test-distribution-agent-pool-registration-key.html +$dokka.location:com.gabrielfeo.develocity.api/TestDistributionApi/getTestDistributionAgentPoolStatus/#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-test-distribution-api/get-test-distribution-agent-pool-status.html +$dokka.location:com.gabrielfeo.develocity.api/TestDistributionApi/insertTestDistributionAgentPoolRegistrationKey/#kotlin.String#kotlin.String#com.gabrielfeo.develocity.api.model.TestDistributionAgentPoolRegistrationKey/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-test-distribution-api/insert-test-distribution-agent-pool-registration-key.html +$dokka.location:com.gabrielfeo.develocity.api/TestDistributionApi/listTestDistributionAgentPoolRegistrationKeys/#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-test-distribution-api/list-test-distribution-agent-pool-registration-keys.html +$dokka.location:com.gabrielfeo.develocity.api/TestDistributionApi/listTestDistributionAgentPools/#/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-test-distribution-api/list-test-distribution-agent-pools.html +$dokka.location:com.gabrielfeo.develocity.api/TestDistributionApi/revokeTestDistributionAgentPoolRegistrationKey/#kotlin.String#kotlin.String/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-test-distribution-api/revoke-test-distribution-agent-pool-registration-key.html +$dokka.location:com.gabrielfeo.develocity.api/TestsApi///PointingToDeclaration/library/com.gabrielfeo.develocity.api/-tests-api/index.html +$dokka.location:com.gabrielfeo.develocity.api/TestsApi/getTestCases/#kotlin.String#kotlin.collections.List[com.gabrielfeo.develocity.api.model.TestOutcome]#kotlin.Int?#kotlin.String#kotlin.collections.List[com.gabrielfeo.develocity.api.model.TestIncludeFields]?/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-tests-api/get-test-cases.html +$dokka.location:com.gabrielfeo.develocity.api/TestsApi/getTestContainers/#kotlin.String#kotlin.collections.List[com.gabrielfeo.develocity.api.model.TestOutcome]#kotlin.String#kotlin.collections.List[com.gabrielfeo.develocity.api.model.TestIncludeFields]?/PointingToDeclaration/library/com.gabrielfeo.develocity.api/-tests-api/get-test-containers.html +com.gabrielfeo.develocity.api +com.gabrielfeo.develocity.api.extension +com.gabrielfeo.develocity.api.model + diff --git a/docs/navigation.html b/docs/navigation.html new file mode 100644 index 000000000..868b0e9ca --- /dev/null +++ b/docs/navigation.html @@ -0,0 +1,896 @@ +
+
library
+
+ +
+ +
+ +
+ +
+
+ + +
+ +
+ +
+ + +
+ +
+
+
+ + +
+ +
+ + +
+
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ +
+
+ +
+
+
+ + + + +
+ +
+ +
+ +
+
+ +
+
+ +
+
+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + +
+
+ diff --git a/docs/scripts/clipboard.js b/docs/scripts/clipboard.js new file mode 100644 index 000000000..7a4f33c59 --- /dev/null +++ b/docs/scripts/clipboard.js @@ -0,0 +1,56 @@ +/* + * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. + */ + +window.addEventListener('load', () => { + document.querySelectorAll('span.copy-icon').forEach(element => { + element.addEventListener('click', (el) => copyElementsContentToClipboard(element)); + }) + + document.querySelectorAll('span.anchor-icon').forEach(element => { + element.addEventListener('click', (el) => { + if(element.hasAttribute('pointing-to')){ + const location = hrefWithoutCurrentlyUsedAnchor() + '#' + element.getAttribute('pointing-to') + copyTextToClipboard(element, location) + } + }); + }) +}) + +const copyElementsContentToClipboard = (element) => { + const selection = window.getSelection(); + const range = document.createRange(); + range.selectNodeContents(element.parentNode.parentNode); + selection.removeAllRanges(); + selection.addRange(range); + + copyAndShowPopup(element, () => selection.removeAllRanges()) +} + +const copyTextToClipboard = (element, text) => { + var textarea = document.createElement("textarea"); + textarea.textContent = text; + textarea.style.position = "fixed"; + document.body.appendChild(textarea); + textarea.select(); + + copyAndShowPopup(element, () => document.body.removeChild(textarea)) +} + +const copyAndShowPopup = (element, after) => { + try { + document.execCommand('copy'); + element.nextElementSibling.classList.add('active-popup'); + setTimeout(() => { + element.nextElementSibling.classList.remove('active-popup'); + }, 1200); + } catch (e) { + console.error('Failed to write to clipboard:', e) + } + finally { + if(after) after() + } +} + +const hrefWithoutCurrentlyUsedAnchor = () => window.location.href.split('#')[0] + diff --git a/docs/scripts/main.js b/docs/scripts/main.js new file mode 100644 index 000000000..ba6c34739 --- /dev/null +++ b/docs/scripts/main.js @@ -0,0 +1,44 @@ +(()=>{var e={8527:e=>{e.exports=''},5570:e=>{e.exports=''},107:e=>{e.exports=''},7224:e=>{e.exports=''},538:e=>{e.exports=''},1924:(e,n,t)=>{"use strict";var r=t(210),o=t(5559),i=o(r("String.prototype.indexOf"));e.exports=function(e,n){var t=r(e,!!n);return"function"==typeof t&&i(e,".prototype.")>-1?o(t):t}},5559:(e,n,t)=>{"use strict";var r=t(8612),o=t(210),i=o("%Function.prototype.apply%"),a=o("%Function.prototype.call%"),l=o("%Reflect.apply%",!0)||r.call(a,i),c=o("%Object.getOwnPropertyDescriptor%",!0),u=o("%Object.defineProperty%",!0),s=o("%Math.max%");if(u)try{u({},"a",{value:1})}catch(e){u=null}e.exports=function(e){var n=l(r,a,arguments);if(c&&u){var t=c(n,"length");t.configurable&&u(n,"length",{value:1+s(0,e.length-(arguments.length-1))})}return n};var f=function(){return l(r,i,arguments)};u?u(e.exports,"apply",{value:f}):e.exports.apply=f},4184:(e,n)=>{var t; +/*! + Copyright (c) 2018 Jed Watson. + Licensed under the MIT License (MIT), see + http://jedwatson.github.io/classnames +*/!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var e=[],n=0;n{"use strict";e.exports=function(e,n){var t=this,r=t.constructor;return t.options=Object.assign({storeInstancesGlobally:!0},n||{}),t.callbacks={},t.directMap={},t.sequenceLevels={},t.resetTimer=null,t.ignoreNextKeyup=!1,t.ignoreNextKeypress=!1,t.nextExpectedAction=!1,t.element=e,t.addEvents(),t.options.storeInstancesGlobally&&r.instances.push(t),t},e.exports.prototype.bind=t(2207),e.exports.prototype.bindMultiple=t(3396),e.exports.prototype.unbind=t(9208),e.exports.prototype.trigger=t(9855),e.exports.prototype.reset=t(6214),e.exports.prototype.stopCallback=t(3450),e.exports.prototype.handleKey=t(3067),e.exports.prototype.addEvents=t(718),e.exports.prototype.bindSingle=t(8763),e.exports.prototype.getKeyInfo=t(5825),e.exports.prototype.pickBestAction=t(8608),e.exports.prototype.getReverseMap=t(3956),e.exports.prototype.getMatches=t(3373),e.exports.prototype.resetSequences=t(3346),e.exports.prototype.fireCallback=t(2684),e.exports.prototype.bindSequence=t(7103),e.exports.prototype.resetSequenceTimer=t(7309),e.exports.prototype.detach=t(7554),e.exports.instances=[],e.exports.reset=t(1822),e.exports.REVERSE_MAP=null},718:(e,n,t)=>{"use strict";e.exports=function(){var e=this,n=t(4323),r=e.element;e.eventHandler=t(9646).bind(e),n(r,"keypress",e.eventHandler),n(r,"keydown",e.eventHandler),n(r,"keyup",e.eventHandler)}},2207:e=>{"use strict";e.exports=function(e,n,t){return e=e instanceof Array?e:[e],this.bindMultiple(e,n,t),this}},3396:e=>{"use strict";e.exports=function(e,n,t){for(var r=0;r{"use strict";e.exports=function(e,n,r,o){var i=this;function a(n){return function(){i.nextExpectedAction=n,++i.sequenceLevels[e],i.resetSequenceTimer()}}function l(n){var a;i.fireCallback(r,n,e),"keyup"!==o&&(a=t(6770),i.ignoreNextKeyup=a(n)),setTimeout((function(){i.resetSequences()}),10)}i.sequenceLevels[e]=0;for(var c=0;c{"use strict";e.exports=function(e,n,t,r,o){var i=this;i.directMap[e+":"+t]=n;var a,l=(e=e.replace(/\s+/g," ")).split(" ");l.length>1?i.bindSequence(e,l,n,t):(a=i.getKeyInfo(e,t),i.callbacks[a.key]=i.callbacks[a.key]||[],i.getMatches(a.key,a.modifiers,{type:a.action},r,e,o),i.callbacks[a.key][r?"unshift":"push"]({callback:n,modifiers:a.modifiers,action:a.action,seq:r,level:o,combo:e}))}},7554:(e,n,t)=>{var r=t(4323).off;e.exports=function(){var e=this,n=e.element;r(n,"keypress",e.eventHandler),r(n,"keydown",e.eventHandler),r(n,"keyup",e.eventHandler)}},4323:e=>{function n(e,n,t,r){return!e.addEventListener&&(n="on"+n),(e.addEventListener||e.attachEvent).call(e,n,t,r),t}e.exports=n,e.exports.on=n,e.exports.off=function(e,n,t,r){return!e.removeEventListener&&(n="on"+n),(e.removeEventListener||e.detachEvent).call(e,n,t,r),t}},2684:(e,n,t)=>{"use strict";e.exports=function(e,n,r,o){this.stopCallback(n,n.target||n.srcElement,r,o)||!1===e(n,r)&&(t(1350)(n),t(6103)(n))}},5825:(e,n,t)=>{"use strict";e.exports=function(e,n){var r,o,i,a,l,c,u=[];for(r=t(4520)(e),a=t(7549),l=t(5355),c=t(8581),i=0;i{"use strict";e.exports=function(e,n,r,o,i,a){var l,c,u,s,f=this,p=[],d=r.type;"keypress"!==d||r.code&&"Arrow"===r.code.slice(0,5)||(f.callbacks["any-character"]||[]).forEach((function(e){p.push(e)}));if(!f.callbacks[e])return p;for(u=t(8581),"keyup"===d&&u(e)&&(n=[e]),l=0;l{"use strict";e.exports=function(){var e,n=this.constructor;if(!n.REVERSE_MAP)for(var r in n.REVERSE_MAP={},e=t(4766))r>95&&r<112||e.hasOwnProperty(r)&&(n.REVERSE_MAP[e[r]]=r);return n.REVERSE_MAP}},3067:(e,n,t)=>{"use strict";e.exports=function(e,n,r){var o,i,a,l,c=this,u={},s=0,f=!1;for(o=c.getMatches(e,n,r),i=0;i{"use strict";e.exports=function(e){var n,r=this;"number"!=typeof e.which&&(e.which=e.keyCode);var o=t(6770)(e);void 0!==o&&("keyup"!==e.type||r.ignoreNextKeyup!==o?(n=t(4610),r.handleKey(o,n(e),e)):r.ignoreNextKeyup=!1)}},5532:e=>{"use strict";e.exports=function(e,n){return e.sort().join(",")===n.sort().join(",")}},8608:e=>{"use strict";e.exports=function(e,n,t){return t||(t=this.getReverseMap()[e]?"keydown":"keypress"),"keypress"===t&&n.length&&(t="keydown"),t}},6214:e=>{"use strict";e.exports=function(){return this.callbacks={},this.directMap={},this}},7309:e=>{"use strict";e.exports=function(){var e=this;clearTimeout(e.resetTimer),e.resetTimer=setTimeout((function(){e.resetSequences()}),1e3)}},3346:e=>{"use strict";e.exports=function(e){var n=this;e=e||{};var t,r=!1;for(t in n.sequenceLevels)e[t]?r=!0:n.sequenceLevels[t]=0;r||(n.nextExpectedAction=!1)}},3450:e=>{"use strict";e.exports=function(e,n){if((" "+n.className+" ").indexOf(" combokeys ")>-1)return!1;var t=n.tagName.toLowerCase();return"input"===t||"select"===t||"textarea"===t||n.isContentEditable}},9855:e=>{"use strict";e.exports=function(e,n){return this.directMap[e+":"+n]&&this.directMap[e+":"+n]({},e),this}},9208:e=>{"use strict";e.exports=function(e,n){return this.bind(e,(function(){}),n)}},1822:e=>{"use strict";e.exports=function(){this.instances.forEach((function(e){e.reset()}))}},6770:(e,n,t)=>{"use strict";e.exports=function(e){var n,r;if(n=t(4766),r=t(5295),"keypress"===e.type){var o=String.fromCharCode(e.which);return e.shiftKey||(o=o.toLowerCase()),o}return void 0!==n[e.which]?n[e.which]:void 0!==r[e.which]?r[e.which]:String.fromCharCode(e.which).toLowerCase()}},4610:e=>{"use strict";e.exports=function(e){var n=[];return e.shiftKey&&n.push("shift"),e.altKey&&n.push("alt"),e.ctrlKey&&n.push("ctrl"),e.metaKey&&n.push("meta"),n}},8581:e=>{"use strict";e.exports=function(e){return"shift"===e||"ctrl"===e||"alt"===e||"meta"===e}},4520:e=>{"use strict";e.exports=function(e){return"+"===e?["+"]:e.split("+")}},1350:e=>{"use strict";e.exports=function(e){e.preventDefault?e.preventDefault():e.returnValue=!1}},5355:e=>{"use strict";e.exports={"~":"`","!":"1","@":"2","#":"3",$:"4","%":"5","^":"6","&":"7","*":"8","(":"9",")":"0",_:"-","+":"=",":":";",'"':"'","<":",",">":".","?":"/","|":"\\"}},7549:e=>{"use strict";e.exports={option:"alt",command:"meta",return:"enter",escape:"esc",mod:/Mac|iPod|iPhone|iPad/.test(navigator.platform)?"meta":"ctrl"}},5295:e=>{"use strict";e.exports={106:"*",107:"plus",109:"minus",110:".",111:"/",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'"}},4766:e=>{"use strict";e.exports={8:"backspace",9:"tab",13:"enter",16:"shift",17:"ctrl",18:"alt",20:"capslock",27:"esc",32:"space",33:"pageup",34:"pagedown",35:"end",36:"home",37:"left",38:"up",39:"right",40:"down",45:"ins",46:"del",91:"meta",93:"meta",173:"minus",187:"plus",189:"minus",224:"meta"};for(var n=1;n<20;++n)e.exports[111+n]="f"+n;for(n=0;n<=9;++n)e.exports[n+96]=n},6103:e=>{"use strict";e.exports=function(e){e.stopPropagation?e.stopPropagation():e.cancelBubble=!0}},3362:()=>{var e;!function(){var e=Math.PI,n=2*e,t=e/180,r=document.createElement("div");document.head.appendChild(r);var o=self.ConicGradient=function(e){o.all.push(this),e=e||{},this.canvas=document.createElement("canvas"),this.context=this.canvas.getContext("2d"),this.repeating=!!e.repeating,this.size=e.size||Math.max(innerWidth,innerHeight),this.canvas.width=this.canvas.height=this.size;var n=e.stops;this.stops=(n||"").split(/\s*,(?![^(]*\))\s*/),this.from=0;for(var t=0;t0){var i=this.stops[0].clone();i.pos=0,this.stops.unshift(i)}if(void 0===this.stops[this.stops.length-1].pos)this.stops[this.stops.length-1].pos=1;else if(!this.repeating&&this.stops[this.stops.length-1].pos<1){var a=this.stops[this.stops.length-1].clone();a.pos=1,this.stops.push(a)}if(this.stops.forEach((function(e,n){if(void 0===e.pos){for(var t=n+1;this[t];t++)if(void 0!==this[t].pos){e.pos=this[n-1].pos+(this[t].pos-this[n-1].pos)/(t-n+1);break}}else n>0&&(e.pos=Math.max(e.pos,this[n-1].pos))}),this.stops),this.repeating){var l=(n=this.stops.slice())[n.length-1].pos-n[0].pos;for(t=0;this.stops[this.stops.length-1].pos<1&&t<1e4;t++)for(var c=0;c'},get png(){return this.canvas.toDataURL()},get r(){return Math.sqrt(2)*this.size/2},paint:function(){var e,n,r,o=this.context,i=this.r,a=this.size/2,l=0,c=this.stops[l];o.translate(this.size/2,this.size/2),o.rotate(-90*t),o.rotate(this.from*t),o.translate(-this.size/2,-this.size/2);for(var u=0;u<360;){if(u/360+1e-5>=c.pos){do{e=c,l++,c=this.stops[l]}while(c&&c!=e&&c.pos===e.pos);if(!c)break;var s=e.color+""==c.color+""&&e!=c;n=e.color.map((function(e,n){return c.color[n]-e}))}r=(u/360-e.pos)/(c.pos-e.pos);var f=s?c.color:n.map((function(n,t){var o=n*r+e.color[t];return t<3?255&o:o}));if(o.fillStyle="rgba("+f.join(",")+")",o.beginPath(),o.moveTo(a,a),s)var p=360*(c.pos-e.pos);else p=.5;var d=u*t,h=(d=Math.min(360*t,d))+p*t;h=Math.min(360*t,h+.02),o.arc(a,a,i,d,h),o.closePath(),o.fill(),u+=p}}},o.ColorStop=function(e,t){if(this.gradient=e,t){var r=t.match(/^(.+?)(?:\s+([\d.]+)(%|deg|turn|grad|rad)?)?(?:\s+([\d.]+)(%|deg|turn|grad|rad)?)?\s*$/);if(this.color=o.ColorStop.colorToRGBA(r[1]),r[2]){var i=r[3];"%"==i||"0"===r[2]&&!i?this.pos=r[2]/100:"turn"==i?this.pos=+r[2]:"deg"==i?this.pos=r[2]/360:"grad"==i?this.pos=r[2]/400:"rad"==i&&(this.pos=r[2]/n)}r[4]&&(this.next=new o.ColorStop(e,r[1]+" "+r[4]+r[5]))}},o.ColorStop.prototype={clone:function(){var e=new o.ColorStop(this.gradient);return e.color=this.color,e.pos=this.pos,e},toString:function(){return"rgba("+this.color.join(", ")+") "+100*this.pos+"%"}},o.ColorStop.colorToRGBA=function(e){if(!Array.isArray(e)&&-1==e.indexOf("from")){r.style.color=e;var n=getComputedStyle(r).color.match(/rgba?\(([\d.]+), ([\d.]+), ([\d.]+)(?:, ([\d.]+))?\)/);return n&&(n.shift(),(n=n.map((function(e){return+e})))[3]=isNaN(n[3])?1:n[3]),n||[0,0,0,0]}return e}}(),self.StyleFix&&((e=document.createElement("p")).style.backgroundImage="conic-gradient(white, black)",e.style.backgroundImage=PrefixFree.prefix+"conic-gradient(white, black)",e.style.backgroundImage||StyleFix.register((function(e,n){return e.indexOf("conic-gradient")>-1&&(e=e.replace(/(?:repeating-)?conic-gradient\(\s*((?:\([^()]+\)|[^;()}])+?)\)/g,(function(e,n){return new ConicGradient({stops:n,repeating:e.indexOf("repeating-")>-1})}))),e})))},9662:(e,n,t)=>{var r=t(7854),o=t(614),i=t(6330),a=r.TypeError;e.exports=function(e){if(o(e))return e;throw a(i(e)+" is not a function")}},9483:(e,n,t)=>{var r=t(7854),o=t(4411),i=t(6330),a=r.TypeError;e.exports=function(e){if(o(e))return e;throw a(i(e)+" is not a constructor")}},6077:(e,n,t)=>{var r=t(7854),o=t(614),i=r.String,a=r.TypeError;e.exports=function(e){if("object"==typeof e||o(e))return e;throw a("Can't set "+i(e)+" as a prototype")}},1223:(e,n,t)=>{var r=t(5112),o=t(30),i=t(3070),a=r("unscopables"),l=Array.prototype;null==l[a]&&i.f(l,a,{configurable:!0,value:o(null)}),e.exports=function(e){l[a][e]=!0}},1530:(e,n,t)=>{"use strict";var r=t(8710).charAt;e.exports=function(e,n,t){return n+(t?r(e,n).length:1)}},5787:(e,n,t)=>{var r=t(7854),o=t(7976),i=r.TypeError;e.exports=function(e,n){if(o(n,e))return e;throw i("Incorrect invocation")}},9670:(e,n,t)=>{var r=t(7854),o=t(111),i=r.String,a=r.TypeError;e.exports=function(e){if(o(e))return e;throw a(i(e)+" is not an object")}},7556:(e,n,t)=>{var r=t(7293);e.exports=r((function(){if("function"==typeof ArrayBuffer){var e=new ArrayBuffer(8);Object.isExtensible(e)&&Object.defineProperty(e,"a",{value:8})}}))},8533:(e,n,t)=>{"use strict";var r=t(2092).forEach,o=t(9341)("forEach");e.exports=o?[].forEach:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}},8457:(e,n,t)=>{"use strict";var r=t(7854),o=t(9974),i=t(6916),a=t(7908),l=t(3411),c=t(7659),u=t(4411),s=t(6244),f=t(6135),p=t(8554),d=t(1246),h=r.Array;e.exports=function(e){var n=a(e),t=u(this),r=arguments.length,g=r>1?arguments[1]:void 0,v=void 0!==g;v&&(g=o(g,r>2?arguments[2]:void 0));var A,b,m,y,E,_,C=d(n),w=0;if(!C||this==h&&c(C))for(A=s(n),b=t?new this(A):h(A);A>w;w++)_=v?g(n[w],w):n[w],f(b,w,_);else for(E=(y=p(n,C)).next,b=t?new this:[];!(m=i(E,y)).done;w++)_=v?l(y,g,[m.value,w],!0):m.value,f(b,w,_);return b.length=w,b}},1318:(e,n,t)=>{var r=t(5656),o=t(1400),i=t(6244),a=function(e){return function(n,t,a){var l,c=r(n),u=i(c),s=o(a,u);if(e&&t!=t){for(;u>s;)if((l=c[s++])!=l)return!0}else for(;u>s;s++)if((e||s in c)&&c[s]===t)return e||s||0;return!e&&-1}};e.exports={includes:a(!0),indexOf:a(!1)}},2092:(e,n,t)=>{var r=t(9974),o=t(1702),i=t(8361),a=t(7908),l=t(6244),c=t(5417),u=o([].push),s=function(e){var n=1==e,t=2==e,o=3==e,s=4==e,f=6==e,p=7==e,d=5==e||f;return function(h,g,v,A){for(var b,m,y=a(h),E=i(y),_=r(g,v),C=l(E),w=0,x=A||c,k=n?x(h,C):t||p?x(h,0):void 0;C>w;w++)if((d||w in E)&&(m=_(b=E[w],w,y),e))if(n)k[w]=m;else if(m)switch(e){case 3:return!0;case 5:return b;case 6:return w;case 2:u(k,b)}else switch(e){case 4:return!1;case 7:u(k,b)}return f?-1:o||s?s:k}};e.exports={forEach:s(0),map:s(1),filter:s(2),some:s(3),every:s(4),find:s(5),findIndex:s(6),filterReject:s(7)}},1194:(e,n,t)=>{var r=t(7293),o=t(5112),i=t(7392),a=o("species");e.exports=function(e){return i>=51||!r((function(){var n=[];return(n.constructor={})[a]=function(){return{foo:1}},1!==n[e](Boolean).foo}))}},9341:(e,n,t)=>{"use strict";var r=t(7293);e.exports=function(e,n){var t=[][e];return!!t&&r((function(){t.call(null,n||function(){throw 1},1)}))}},3671:(e,n,t)=>{var r=t(7854),o=t(9662),i=t(7908),a=t(8361),l=t(6244),c=r.TypeError,u=function(e){return function(n,t,r,u){o(t);var s=i(n),f=a(s),p=l(s),d=e?p-1:0,h=e?-1:1;if(r<2)for(;;){if(d in f){u=f[d],d+=h;break}if(d+=h,e?d<0:p<=d)throw c("Reduce of empty array with no initial value")}for(;e?d>=0:p>d;d+=h)d in f&&(u=t(u,f[d],d,s));return u}};e.exports={left:u(!1),right:u(!0)}},206:(e,n,t)=>{var r=t(1702);e.exports=r([].slice)},4362:(e,n,t)=>{var r=t(206),o=Math.floor,i=function(e,n){var t=e.length,c=o(t/2);return t<8?a(e,n):l(e,i(r(e,0,c),n),i(r(e,c),n),n)},a=function(e,n){for(var t,r,o=e.length,i=1;i0;)e[r]=e[--r];r!==i++&&(e[r]=t)}return e},l=function(e,n,t,r){for(var o=n.length,i=t.length,a=0,l=0;a{var r=t(7854),o=t(3157),i=t(4411),a=t(111),l=t(5112)("species"),c=r.Array;e.exports=function(e){var n;return o(e)&&(n=e.constructor,(i(n)&&(n===c||o(n.prototype))||a(n)&&null===(n=n[l]))&&(n=void 0)),void 0===n?c:n}},5417:(e,n,t)=>{var r=t(7475);e.exports=function(e,n){return new(r(e))(0===n?0:n)}},3411:(e,n,t)=>{var r=t(9670),o=t(9212);e.exports=function(e,n,t,i){try{return i?n(r(t)[0],t[1]):n(t)}catch(n){o(e,"throw",n)}}},7072:(e,n,t)=>{var r=t(5112)("iterator"),o=!1;try{var i=0,a={next:function(){return{done:!!i++}},return:function(){o=!0}};a[r]=function(){return this},Array.from(a,(function(){throw 2}))}catch(e){}e.exports=function(e,n){if(!n&&!o)return!1;var t=!1;try{var i={};i[r]=function(){return{next:function(){return{done:t=!0}}}},e(i)}catch(e){}return t}},4326:(e,n,t)=>{var r=t(1702),o=r({}.toString),i=r("".slice);e.exports=function(e){return i(o(e),8,-1)}},648:(e,n,t)=>{var r=t(7854),o=t(1694),i=t(614),a=t(4326),l=t(5112)("toStringTag"),c=r.Object,u="Arguments"==a(function(){return arguments}());e.exports=o?a:function(e){var n,t,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(t=function(e,n){try{return e[n]}catch(e){}}(n=c(e),l))?t:u?a(n):"Object"==(r=a(n))&&i(n.callee)?"Arguments":r}},5631:(e,n,t)=>{"use strict";var r=t(3070).f,o=t(30),i=t(2248),a=t(9974),l=t(5787),c=t(408),u=t(654),s=t(6340),f=t(9781),p=t(2423).fastKey,d=t(9909),h=d.set,g=d.getterFor;e.exports={getConstructor:function(e,n,t,u){var s=e((function(e,r){l(e,d),h(e,{type:n,index:o(null),first:void 0,last:void 0,size:0}),f||(e.size=0),null!=r&&c(r,e[u],{that:e,AS_ENTRIES:t})})),d=s.prototype,v=g(n),A=function(e,n,t){var r,o,i=v(e),a=b(e,n);return a?a.value=t:(i.last=a={index:o=p(n,!0),key:n,value:t,previous:r=i.last,next:void 0,removed:!1},i.first||(i.first=a),r&&(r.next=a),f?i.size++:e.size++,"F"!==o&&(i.index[o]=a)),e},b=function(e,n){var t,r=v(e),o=p(n);if("F"!==o)return r.index[o];for(t=r.first;t;t=t.next)if(t.key==n)return t};return i(d,{clear:function(){for(var e=v(this),n=e.index,t=e.first;t;)t.removed=!0,t.previous&&(t.previous=t.previous.next=void 0),delete n[t.index],t=t.next;e.first=e.last=void 0,f?e.size=0:this.size=0},delete:function(e){var n=this,t=v(n),r=b(n,e);if(r){var o=r.next,i=r.previous;delete t.index[r.index],r.removed=!0,i&&(i.next=o),o&&(o.previous=i),t.first==r&&(t.first=o),t.last==r&&(t.last=i),f?t.size--:n.size--}return!!r},forEach:function(e){for(var n,t=v(this),r=a(e,arguments.length>1?arguments[1]:void 0);n=n?n.next:t.first;)for(r(n.value,n.key,this);n&&n.removed;)n=n.previous},has:function(e){return!!b(this,e)}}),i(d,t?{get:function(e){var n=b(this,e);return n&&n.value},set:function(e,n){return A(this,0===e?0:e,n)}}:{add:function(e){return A(this,e=0===e?0:e,e)}}),f&&r(d,"size",{get:function(){return v(this).size}}),s},setStrong:function(e,n,t){var r=n+" Iterator",o=g(n),i=g(r);u(e,n,(function(e,n){h(this,{type:r,target:e,state:o(e),kind:n,last:void 0})}),(function(){for(var e=i(this),n=e.kind,t=e.last;t&&t.removed;)t=t.previous;return e.target&&(e.last=t=t?t.next:e.state.first)?"keys"==n?{value:t.key,done:!1}:"values"==n?{value:t.value,done:!1}:{value:[t.key,t.value],done:!1}:(e.target=void 0,{value:void 0,done:!0})}),t?"entries":"values",!t,!0),s(n)}}},9320:(e,n,t)=>{"use strict";var r=t(1702),o=t(2248),i=t(2423).getWeakData,a=t(9670),l=t(111),c=t(5787),u=t(408),s=t(2092),f=t(2597),p=t(9909),d=p.set,h=p.getterFor,g=s.find,v=s.findIndex,A=r([].splice),b=0,m=function(e){return e.frozen||(e.frozen=new y)},y=function(){this.entries=[]},E=function(e,n){return g(e.entries,(function(e){return e[0]===n}))};y.prototype={get:function(e){var n=E(this,e);if(n)return n[1]},has:function(e){return!!E(this,e)},set:function(e,n){var t=E(this,e);t?t[1]=n:this.entries.push([e,n])},delete:function(e){var n=v(this.entries,(function(n){return n[0]===e}));return~n&&A(this.entries,n,1),!!~n}},e.exports={getConstructor:function(e,n,t,r){var s=e((function(e,o){c(e,p),d(e,{type:n,id:b++,frozen:void 0}),null!=o&&u(o,e[r],{that:e,AS_ENTRIES:t})})),p=s.prototype,g=h(n),v=function(e,n,t){var r=g(e),o=i(a(n),!0);return!0===o?m(r).set(n,t):o[r.id]=t,e};return o(p,{delete:function(e){var n=g(this);if(!l(e))return!1;var t=i(e);return!0===t?m(n).delete(e):t&&f(t,n.id)&&delete t[n.id]},has:function(e){var n=g(this);if(!l(e))return!1;var t=i(e);return!0===t?m(n).has(e):t&&f(t,n.id)}}),o(p,t?{get:function(e){var n=g(this);if(l(e)){var t=i(e);return!0===t?m(n).get(e):t?t[n.id]:void 0}},set:function(e,n){return v(this,e,n)}}:{add:function(e){return v(this,e,!0)}}),s}}},7710:(e,n,t)=>{"use strict";var r=t(2109),o=t(7854),i=t(1702),a=t(4705),l=t(1320),c=t(2423),u=t(408),s=t(5787),f=t(614),p=t(111),d=t(7293),h=t(7072),g=t(8003),v=t(9587);e.exports=function(e,n,t){var A=-1!==e.indexOf("Map"),b=-1!==e.indexOf("Weak"),m=A?"set":"add",y=o[e],E=y&&y.prototype,_=y,C={},w=function(e){var n=i(E[e]);l(E,e,"add"==e?function(e){return n(this,0===e?0:e),this}:"delete"==e?function(e){return!(b&&!p(e))&&n(this,0===e?0:e)}:"get"==e?function(e){return b&&!p(e)?void 0:n(this,0===e?0:e)}:"has"==e?function(e){return!(b&&!p(e))&&n(this,0===e?0:e)}:function(e,t){return n(this,0===e?0:e,t),this})};if(a(e,!f(y)||!(b||E.forEach&&!d((function(){(new y).entries().next()})))))_=t.getConstructor(n,e,A,m),c.enable();else if(a(e,!0)){var x=new _,k=x[m](b?{}:-0,1)!=x,S=d((function(){x.has(1)})),O=h((function(e){new y(e)})),B=!b&&d((function(){for(var e=new y,n=5;n--;)e[m](n,n);return!e.has(-0)}));O||((_=n((function(e,n){s(e,E);var t=v(new y,e,_);return null!=n&&u(n,t[m],{that:t,AS_ENTRIES:A}),t}))).prototype=E,E.constructor=_),(S||B)&&(w("delete"),w("has"),A&&w("get")),(B||k)&&w(m),b&&E.clear&&delete E.clear}return C[e]=_,r({global:!0,forced:_!=y},C),g(_,e),b||t.setStrong(_,e,A),_}},9920:(e,n,t)=>{var r=t(2597),o=t(3887),i=t(1236),a=t(3070);e.exports=function(e,n){for(var t=o(n),l=a.f,c=i.f,u=0;u{var r=t(5112)("match");e.exports=function(e){var n=/./;try{"/./"[e](n)}catch(t){try{return n[r]=!1,"/./"[e](n)}catch(e){}}return!1}},8544:(e,n,t)=>{var r=t(7293);e.exports=!r((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},4230:(e,n,t)=>{var r=t(1702),o=t(4488),i=t(1340),a=/"/g,l=r("".replace);e.exports=function(e,n,t,r){var c=i(o(e)),u="<"+n;return""!==t&&(u+=" "+t+'="'+l(i(r),a,""")+'"'),u+">"+c+""}},4994:(e,n,t)=>{"use strict";var r=t(3383).IteratorPrototype,o=t(30),i=t(9114),a=t(8003),l=t(7497),c=function(){return this};e.exports=function(e,n,t){var u=n+" Iterator";return e.prototype=o(r,{next:i(1,t)}),a(e,u,!1,!0),l[u]=c,e}},8880:(e,n,t)=>{var r=t(9781),o=t(3070),i=t(9114);e.exports=r?function(e,n,t){return o.f(e,n,i(1,t))}:function(e,n,t){return e[n]=t,e}},9114:e=>{e.exports=function(e,n){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:n}}},6135:(e,n,t)=>{"use strict";var r=t(4948),o=t(3070),i=t(9114);e.exports=function(e,n,t){var a=r(n);a in e?o.f(e,a,i(0,t)):e[a]=t}},8709:(e,n,t)=>{"use strict";var r=t(7854),o=t(9670),i=t(2140),a=r.TypeError;e.exports=function(e){if(o(this),"string"===e||"default"===e)e="string";else if("number"!==e)throw a("Incorrect hint");return i(this,e)}},654:(e,n,t)=>{"use strict";var r=t(2109),o=t(6916),i=t(1913),a=t(6530),l=t(614),c=t(4994),u=t(9518),s=t(7674),f=t(8003),p=t(8880),d=t(1320),h=t(5112),g=t(7497),v=t(3383),A=a.PROPER,b=a.CONFIGURABLE,m=v.IteratorPrototype,y=v.BUGGY_SAFARI_ITERATORS,E=h("iterator"),_="keys",C="values",w="entries",x=function(){return this};e.exports=function(e,n,t,a,h,v,k){c(t,n,a);var S,O,B,I=function(e){if(e===h&&R)return R;if(!y&&e in j)return j[e];switch(e){case _:case C:case w:return function(){return new t(this,e)}}return function(){return new t(this)}},T=n+" Iterator",P=!1,j=e.prototype,z=j[E]||j["@@iterator"]||h&&j[h],R=!y&&z||I(h),M="Array"==n&&j.entries||z;if(M&&(S=u(M.call(new e)))!==Object.prototype&&S.next&&(i||u(S)===m||(s?s(S,m):l(S[E])||d(S,E,x)),f(S,T,!0,!0),i&&(g[T]=x)),A&&h==C&&z&&z.name!==C&&(!i&&b?p(j,"name",C):(P=!0,R=function(){return o(z,this)})),h)if(O={values:I(C),keys:v?R:I(_),entries:I(w)},k)for(B in O)(y||P||!(B in j))&&d(j,B,O[B]);else r({target:n,proto:!0,forced:y||P},O);return i&&!k||j[E]===R||d(j,E,R,{name:h}),g[n]=R,O}},7235:(e,n,t)=>{var r=t(857),o=t(2597),i=t(6061),a=t(3070).f;e.exports=function(e){var n=r.Symbol||(r.Symbol={});o(n,e)||a(n,e,{value:i.f(e)})}},9781:(e,n,t)=>{var r=t(7293);e.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},317:(e,n,t)=>{var r=t(7854),o=t(111),i=r.document,a=o(i)&&o(i.createElement);e.exports=function(e){return a?i.createElement(e):{}}},8324:e=>{e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},8509:(e,n,t)=>{var r=t(317)("span").classList,o=r&&r.constructor&&r.constructor.prototype;e.exports=o===Object.prototype?void 0:o},8886:(e,n,t)=>{var r=t(8113).match(/firefox\/(\d+)/i);e.exports=!!r&&+r[1]},256:(e,n,t)=>{var r=t(8113);e.exports=/MSIE|Trident/.test(r)},5268:(e,n,t)=>{var r=t(4326),o=t(7854);e.exports="process"==r(o.process)},8113:(e,n,t)=>{var r=t(5005);e.exports=r("navigator","userAgent")||""},7392:(e,n,t)=>{var r,o,i=t(7854),a=t(8113),l=i.process,c=i.Deno,u=l&&l.versions||c&&c.version,s=u&&u.v8;s&&(o=(r=s.split("."))[0]>0&&r[0]<4?1:+(r[0]+r[1])),!o&&a&&(!(r=a.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=a.match(/Chrome\/(\d+)/))&&(o=+r[1]),e.exports=o},8008:(e,n,t)=>{var r=t(8113).match(/AppleWebKit\/(\d+)\./);e.exports=!!r&&+r[1]},748:e=>{e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},2109:(e,n,t)=>{var r=t(7854),o=t(1236).f,i=t(8880),a=t(1320),l=t(3505),c=t(9920),u=t(4705);e.exports=function(e,n){var t,s,f,p,d,h=e.target,g=e.global,v=e.stat;if(t=g?r:v?r[h]||l(h,{}):(r[h]||{}).prototype)for(s in n){if(p=n[s],f=e.noTargetGet?(d=o(t,s))&&d.value:t[s],!u(g?s:h+(v?".":"#")+s,e.forced)&&void 0!==f){if(typeof p==typeof f)continue;c(p,f)}(e.sham||f&&f.sham)&&i(p,"sham",!0),a(t,s,p,e)}}},7293:e=>{e.exports=function(e){try{return!!e()}catch(e){return!0}}},7007:(e,n,t)=>{"use strict";t(4916);var r=t(1702),o=t(1320),i=t(2261),a=t(7293),l=t(5112),c=t(8880),u=l("species"),s=RegExp.prototype;e.exports=function(e,n,t,f){var p=l(e),d=!a((function(){var n={};return n[p]=function(){return 7},7!=""[e](n)})),h=d&&!a((function(){var n=!1,t=/a/;return"split"===e&&((t={}).constructor={},t.constructor[u]=function(){return t},t.flags="",t[p]=/./[p]),t.exec=function(){return n=!0,null},t[p](""),!n}));if(!d||!h||t){var g=r(/./[p]),v=n(p,""[e],(function(e,n,t,o,a){var l=r(e),c=n.exec;return c===i||c===s.exec?d&&!a?{done:!0,value:g(n,t,o)}:{done:!0,value:l(t,n,o)}:{done:!1}}));o(String.prototype,e,v[0]),o(s,p,v[1])}f&&c(s[p],"sham",!0)}},6677:(e,n,t)=>{var r=t(7293);e.exports=!r((function(){return Object.isExtensible(Object.preventExtensions({}))}))},2104:e=>{var n=Function.prototype,t=n.apply,r=n.bind,o=n.call;e.exports="object"==typeof Reflect&&Reflect.apply||(r?o.bind(t):function(){return o.apply(t,arguments)})},9974:(e,n,t)=>{var r=t(1702),o=t(9662),i=r(r.bind);e.exports=function(e,n){return o(e),void 0===n?e:i?i(e,n):function(){return e.apply(n,arguments)}}},7065:(e,n,t)=>{"use strict";var r=t(7854),o=t(1702),i=t(9662),a=t(111),l=t(2597),c=t(206),u=r.Function,s=o([].concat),f=o([].join),p={},d=function(e,n,t){if(!l(p,n)){for(var r=[],o=0;o{var n=Function.prototype.call;e.exports=n.bind?n.bind(n):function(){return n.apply(n,arguments)}},6530:(e,n,t)=>{var r=t(9781),o=t(2597),i=Function.prototype,a=r&&Object.getOwnPropertyDescriptor,l=o(i,"name"),c=l&&"something"===function(){}.name,u=l&&(!r||r&&a(i,"name").configurable);e.exports={EXISTS:l,PROPER:c,CONFIGURABLE:u}},1702:e=>{var n=Function.prototype,t=n.bind,r=n.call,o=t&&t.bind(r);e.exports=t?function(e){return e&&o(r,e)}:function(e){return e&&function(){return r.apply(e,arguments)}}},5005:(e,n,t)=>{var r=t(7854),o=t(614),i=function(e){return o(e)?e:void 0};e.exports=function(e,n){return arguments.length<2?i(r[e]):r[e]&&r[e][n]}},1246:(e,n,t)=>{var r=t(648),o=t(8173),i=t(7497),a=t(5112)("iterator");e.exports=function(e){if(null!=e)return o(e,a)||o(e,"@@iterator")||i[r(e)]}},8554:(e,n,t)=>{var r=t(7854),o=t(6916),i=t(9662),a=t(9670),l=t(6330),c=t(1246),u=r.TypeError;e.exports=function(e,n){var t=arguments.length<2?c(e):n;if(i(t))return a(o(t,e));throw u(l(e)+" is not iterable")}},8173:(e,n,t)=>{var r=t(9662);e.exports=function(e,n){var t=e[n];return null==t?void 0:r(t)}},647:(e,n,t)=>{var r=t(1702),o=t(7908),i=Math.floor,a=r("".charAt),l=r("".replace),c=r("".slice),u=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,s=/\$([$&'`]|\d{1,2})/g;e.exports=function(e,n,t,r,f,p){var d=t+e.length,h=r.length,g=s;return void 0!==f&&(f=o(f),g=u),l(p,g,(function(o,l){var u;switch(a(l,0)){case"$":return"$";case"&":return e;case"`":return c(n,0,t);case"'":return c(n,d);case"<":u=f[c(l,1,-1)];break;default:var s=+l;if(0===s)return o;if(s>h){var p=i(s/10);return 0===p?o:p<=h?void 0===r[p-1]?a(l,1):r[p-1]+a(l,1):o}u=r[s-1]}return void 0===u?"":u}))}},7854:(e,n,t)=>{var r=function(e){return e&&e.Math==Math&&e};e.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof t.g&&t.g)||function(){return this}()||Function("return this")()},2597:(e,n,t)=>{var r=t(1702),o=t(7908),i=r({}.hasOwnProperty);e.exports=Object.hasOwn||function(e,n){return i(o(e),n)}},3501:e=>{e.exports={}},490:(e,n,t)=>{var r=t(5005);e.exports=r("document","documentElement")},4664:(e,n,t)=>{var r=t(9781),o=t(7293),i=t(317);e.exports=!r&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},8361:(e,n,t)=>{var r=t(7854),o=t(1702),i=t(7293),a=t(4326),l=r.Object,c=o("".split);e.exports=i((function(){return!l("z").propertyIsEnumerable(0)}))?function(e){return"String"==a(e)?c(e,""):l(e)}:l},9587:(e,n,t)=>{var r=t(614),o=t(111),i=t(7674);e.exports=function(e,n,t){var a,l;return i&&r(a=n.constructor)&&a!==t&&o(l=a.prototype)&&l!==t.prototype&&i(e,l),e}},2788:(e,n,t)=>{var r=t(1702),o=t(614),i=t(5465),a=r(Function.toString);o(i.inspectSource)||(i.inspectSource=function(e){return a(e)}),e.exports=i.inspectSource},2423:(e,n,t)=>{var r=t(2109),o=t(1702),i=t(3501),a=t(111),l=t(2597),c=t(3070).f,u=t(8006),s=t(1156),f=t(2050),p=t(9711),d=t(6677),h=!1,g=p("meta"),v=0,A=function(e){c(e,g,{value:{objectID:"O"+v++,weakData:{}}})},b=e.exports={enable:function(){b.enable=function(){},h=!0;var e=u.f,n=o([].splice),t={};t[g]=1,e(t).length&&(u.f=function(t){for(var r=e(t),o=0,i=r.length;o{var r,o,i,a=t(8536),l=t(7854),c=t(1702),u=t(111),s=t(8880),f=t(2597),p=t(5465),d=t(6200),h=t(3501),g="Object already initialized",v=l.TypeError,A=l.WeakMap;if(a||p.state){var b=p.state||(p.state=new A),m=c(b.get),y=c(b.has),E=c(b.set);r=function(e,n){if(y(b,e))throw new v(g);return n.facade=e,E(b,e,n),n},o=function(e){return m(b,e)||{}},i=function(e){return y(b,e)}}else{var _=d("state");h[_]=!0,r=function(e,n){if(f(e,_))throw new v(g);return n.facade=e,s(e,_,n),n},o=function(e){return f(e,_)?e[_]:{}},i=function(e){return f(e,_)}}e.exports={set:r,get:o,has:i,enforce:function(e){return i(e)?o(e):r(e,{})},getterFor:function(e){return function(n){var t;if(!u(n)||(t=o(n)).type!==e)throw v("Incompatible receiver, "+e+" required");return t}}}},7659:(e,n,t)=>{var r=t(5112),o=t(7497),i=r("iterator"),a=Array.prototype;e.exports=function(e){return void 0!==e&&(o.Array===e||a[i]===e)}},3157:(e,n,t)=>{var r=t(4326);e.exports=Array.isArray||function(e){return"Array"==r(e)}},614:e=>{e.exports=function(e){return"function"==typeof e}},4411:(e,n,t)=>{var r=t(1702),o=t(7293),i=t(614),a=t(648),l=t(5005),c=t(2788),u=function(){},s=[],f=l("Reflect","construct"),p=/^\s*(?:class|function)\b/,d=r(p.exec),h=!p.exec(u),g=function(e){if(!i(e))return!1;try{return f(u,s,e),!0}catch(e){return!1}};e.exports=!f||o((function(){var e;return g(g.call)||!g(Object)||!g((function(){e=!0}))||e}))?function(e){if(!i(e))return!1;switch(a(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return h||!!d(p,c(e))}:g},4705:(e,n,t)=>{var r=t(7293),o=t(614),i=/#|\.prototype\./,a=function(e,n){var t=c[l(e)];return t==s||t!=u&&(o(n)?r(n):!!n)},l=a.normalize=function(e){return String(e).replace(i,".").toLowerCase()},c=a.data={},u=a.NATIVE="N",s=a.POLYFILL="P";e.exports=a},111:(e,n,t)=>{var r=t(614);e.exports=function(e){return"object"==typeof e?null!==e:r(e)}},1913:e=>{e.exports=!1},7850:(e,n,t)=>{var r=t(111),o=t(4326),i=t(5112)("match");e.exports=function(e){var n;return r(e)&&(void 0!==(n=e[i])?!!n:"RegExp"==o(e))}},2190:(e,n,t)=>{var r=t(7854),o=t(5005),i=t(614),a=t(7976),l=t(3307),c=r.Object;e.exports=l?function(e){return"symbol"==typeof e}:function(e){var n=o("Symbol");return i(n)&&a(n.prototype,c(e))}},408:(e,n,t)=>{var r=t(7854),o=t(9974),i=t(6916),a=t(9670),l=t(6330),c=t(7659),u=t(6244),s=t(7976),f=t(8554),p=t(1246),d=t(9212),h=r.TypeError,g=function(e,n){this.stopped=e,this.result=n},v=g.prototype;e.exports=function(e,n,t){var r,A,b,m,y,E,_,C=t&&t.that,w=!(!t||!t.AS_ENTRIES),x=!(!t||!t.IS_ITERATOR),k=!(!t||!t.INTERRUPTED),S=o(n,C),O=function(e){return r&&d(r,"normal",e),new g(!0,e)},B=function(e){return w?(a(e),k?S(e[0],e[1],O):S(e[0],e[1])):k?S(e,O):S(e)};if(x)r=e;else{if(!(A=p(e)))throw h(l(e)+" is not iterable");if(c(A)){for(b=0,m=u(e);m>b;b++)if((y=B(e[b]))&&s(v,y))return y;return new g(!1)}r=f(e,A)}for(E=r.next;!(_=i(E,r)).done;){try{y=B(_.value)}catch(e){d(r,"throw",e)}if("object"==typeof y&&y&&s(v,y))return y}return new g(!1)}},9212:(e,n,t)=>{var r=t(6916),o=t(9670),i=t(8173);e.exports=function(e,n,t){var a,l;o(e);try{if(!(a=i(e,"return"))){if("throw"===n)throw t;return t}a=r(a,e)}catch(e){l=!0,a=e}if("throw"===n)throw t;if(l)throw a;return o(a),t}},3383:(e,n,t)=>{"use strict";var r,o,i,a=t(7293),l=t(614),c=t(30),u=t(9518),s=t(1320),f=t(5112),p=t(1913),d=f("iterator"),h=!1;[].keys&&("next"in(i=[].keys())?(o=u(u(i)))!==Object.prototype&&(r=o):h=!0),null==r||a((function(){var e={};return r[d].call(e)!==e}))?r={}:p&&(r=c(r)),l(r[d])||s(r,d,(function(){return this})),e.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:h}},7497:e=>{e.exports={}},6244:(e,n,t)=>{var r=t(7466);e.exports=function(e){return r(e.length)}},133:(e,n,t)=>{var r=t(7392),o=t(7293);e.exports=!!Object.getOwnPropertySymbols&&!o((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&r&&r<41}))},8536:(e,n,t)=>{var r=t(7854),o=t(614),i=t(2788),a=r.WeakMap;e.exports=o(a)&&/native code/.test(i(a))},3929:(e,n,t)=>{var r=t(7854),o=t(7850),i=r.TypeError;e.exports=function(e){if(o(e))throw i("The method doesn't accept regular expressions");return e}},1574:(e,n,t)=>{"use strict";var r=t(9781),o=t(1702),i=t(6916),a=t(7293),l=t(1956),c=t(5181),u=t(5296),s=t(7908),f=t(8361),p=Object.assign,d=Object.defineProperty,h=o([].concat);e.exports=!p||a((function(){if(r&&1!==p({b:1},p(d({},"a",{enumerable:!0,get:function(){d(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},n={},t=Symbol(),o="abcdefghijklmnopqrst";return e[t]=7,o.split("").forEach((function(e){n[e]=e})),7!=p({},e)[t]||l(p({},n)).join("")!=o}))?function(e,n){for(var t=s(e),o=arguments.length,a=1,p=c.f,d=u.f;o>a;)for(var g,v=f(arguments[a++]),A=p?h(l(v),p(v)):l(v),b=A.length,m=0;b>m;)g=A[m++],r&&!i(d,v,g)||(t[g]=v[g]);return t}:p},30:(e,n,t)=>{var r,o=t(9670),i=t(6048),a=t(748),l=t(3501),c=t(490),u=t(317),s=t(6200),f=s("IE_PROTO"),p=function(){},d=function(e){return"