CheckableComponentSpec

A ComponentSpec that is directly checkable via a specified task.

Inheritors

Functions

Link copied to clipboard
abstract fun checkedBy(tasks: Array<Any>)
Adds tasks required to check this component.
Link copied to clipboard
@Nullable
abstract fun getCheckTask(): Task
Returns the task responsible for checking 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
abstract fun setCheckTask(@Nullable checkTask: Task)
Specifies the task responsible for checking this component.