BuildModelName

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

Build model names that can be requested when fetching builds.

Values: gradleAttributes,gradleBuildCachePerformance,gradleProjects,gradleNetworkActivity,gradleArtifactTransformExecutions,gradleDeprecations,gradlePlugins,gradleResourceUsage,gradleBuildProfileOverview,gradleConfigurationCache,mavenAttributes,mavenBuildCachePerformance,mavenModules,mavenDependencyResolution,mavenPlugins,mavenResourceUsage,mavenBuildProfileOverview,bazelAttributes,bazelCriticalPath

Entries

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-projects")
gradleProjects
Link copied to clipboard
@Json(name = "gradle-network-activity")
gradleNetworkActivity
Link copied to clipboard
@Json(name = "gradle-artifact-transform-executions")
gradleArtifactTransformExecutions
Link copied to clipboard
@Json(name = "gradle-deprecations")
gradleDeprecations
Link copied to clipboard
@Json(name = "gradle-plugins")
gradlePlugins
Link copied to clipboard
@Json(name = "gradle-resource-usage")
gradleResourceUsage
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 = "maven-attributes")
mavenAttributes
Link copied to clipboard
@Json(name = "maven-build-cache-performance")
mavenBuildCachePerformance
Link copied to clipboard
@Json(name = "maven-modules")
mavenModules
Link copied to clipboard
@Json(name = "maven-dependency-resolution")
mavenDependencyResolution
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-build-profile-overview")
mavenBuildProfileOverview
Link copied to clipboard
@Json(name = "bazel-attributes")
bazelAttributes
Link copied to clipboard
@Json(name = "bazel-critical-path")
bazelCriticalPath

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.