ProjectComponentSelector

Criteria for selecting a component instance that is built as part of the current build.

Since

1.10

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getBuildName(): String
The name of the build to select a project from.
Link copied to clipboard
abstract fun getBuildPath(): String
Absolute build path of the build within the Gradle invocation to select a project from.
Link copied to clipboard
abstract fun getDisplayName(): String
Link copied to clipboard
abstract fun getProjectPath(): String
The path of the project to select the component from.
Link copied to clipboard
Link copied to clipboard
abstract fun matchesStrictly(identifier: ComponentIdentifier): Boolean