BuildableComponentSpec

Functions

Link copied to clipboard
abstract fun builtBy(tasks: Array<Any>)
Adds tasks required to build this component.
Link copied to clipboard
Link copied to clipboard
@Nullable
abstract fun getBuildTask(): Task
Returns the task responsible for building this component.
Link copied to clipboard
abstract fun getDisplayName(): String
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
abstract fun getProjectPath(): String
Link copied to clipboard
Link copied to clipboard
abstract fun setBuildTask(@Nullable buildTask: Task)
Specifies the task responsible for building this component.