@Incubating public interface CheckableComponentSpec extends ComponentSpec
ComponentSpec that is directly checkable via a specified task.Named.Namer| Modifier and Type | Method and Description | 
|---|---|
| void | checkedBy(Object... tasks)Adds tasks required to check this component. | 
| Task | getCheckTask()Returns the task responsible for checking this component. | 
| void | setCheckTask(Task checkTask)Specifies the task responsible for checking this component. | 
getProjectPathgetDisplayName, getName@Nullable Task getCheckTask()
void setCheckTask(Task checkTask)
void checkedBy(Object... tasks)
check task.