@Incubating public interface BuildableModelElement extends Buildable
修飾子とタイプ | メソッドと説明 |
---|---|
void |
builtBy(Object... tasks)
Adds a task that is required for the construction of this element.
|
Task |
getBuildTask()
Returns the 'lifecycle' task associated with the construction of this element.
|
boolean |
hasBuildDependencies() |
void |
setBuildTask(Task lifecycleTask)
Associates a 'lifecycle' task with the construction of this element.
|
getBuildDependencies
@Nullable Task getBuildTask()
void setBuildTask(Task lifecycleTask)
void builtBy(Object... tasks)
boolean hasBuildDependencies()