public class EmptyCompileScopeBuildTaskImpl extends AbstractBuildTask implements EmptyCompileScopeBuildTask
ProjectModelBuildTask.
The task can be used to invoke 'empty' compilation that will by default trigger all configured before- and after- compilation tasks.
The interpretation of the 'isIncremental' flag is up to the runner that will actually execute this task.| Constructor and Description |
|---|
EmptyCompileScopeBuildTaskImpl(boolean isIncrementalBuild) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPresentableName() |
isIncrementalBuildgetDependsOn, setDependsOn, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisIncrementalBuildpublic EmptyCompileScopeBuildTaskImpl(boolean isIncrementalBuild)
public java.lang.String getPresentableName()
getPresentableName in interface ProjectTask