@Incubating public interface BuildableComponentSpec extends Buildable, ComponentSpec
ComponentSpec that is directly Buildable via a specified task.Named.Namer| Modifier and Type | Method and Description | 
|---|---|
| void | builtBy(Object... tasks)Adds tasks required to build this component. | 
| Task | getBuildTask()Returns the task responsible for building this component. | 
| boolean | hasBuildDependencies() | 
| void | setBuildTask(Task buildTask)Specifies the task responsible for building this component. | 
getBuildDependenciesgetProjectPathgetDisplayName, getName@Nullable Task getBuildTask()
void setBuildTask(Task buildTask)
void builtBy(Object... tasks)
build task.boolean hasBuildDependencies()