BuildIdentifier

Identifies a Gradle build. The identifier is unique within a Gradle invocation, so for example, each included build will have a different identifier.

Functions

Link copied to clipboard
abstract fun getBuildPath(): String
Absolute build path of the build within the Gradle invocation.
Link copied to clipboard
abstract fun getName(): String
The name of the build.
Link copied to clipboard
abstract fun isCurrentBuild(): Boolean
Is this build the one that's currently executing?