A ComponentSpec that is directly Buildable via a specified task.
Type | Name 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. |
Methods inherited from class | Name |
---|---|
interface Buildable |
getBuildDependencies |
interface ComponentSpec |
getProjectPath |
interface ModelElement |
getDisplayName, getName |
interface Named |
getName |
Adds tasks required to build this component. Tasks added this way are subsequently added as dependencies of this component's build task.
Specifies the task responsible for building this component.