public interface TaskInternal extends Task, Configurable<Task>
Task.NamerTASK_ACTION, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE| Modifier and Type | Method and Description |
|---|---|
void |
addValidator(TaskValidator validator) |
void |
execute() |
void |
executeWithoutThrowingTaskFailure() |
TaskExecuter |
getExecuter() |
Spec<? super TaskInternal> |
getOnlyIf() |
TaskOutputsInternal |
getOutputs()
Returns the outputs of this task.
|
StandardOutputCapture |
getStandardOutputCapture() |
Factory<File> |
getTemporaryDirFactory()
The returned factory is expected to return the same file each time.
|
List<TaskValidator> |
getValidators() |
void |
setExecuter(TaskExecuter executer) |
configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, getActions, getAnt, getConvention, getDependsOn, getDescription, getDidWork, getEnabled, getGroup, getInputs, getLogger, getLogging, getName, getPath, getProject, getState, getTaskDependencies, getTemporaryDir, hasProperty, leftShift, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setGroup, setOnlyIf, setOnlyIf, setPropertycompareTogetExtensionsconfigureSpec<? super TaskInternal> getOnlyIf()
void execute()
void executeWithoutThrowingTaskFailure()
StandardOutputCapture getStandardOutputCapture()
TaskExecuter getExecuter()
void setExecuter(TaskExecuter executer)
TaskOutputsInternal getOutputs()
TaskReturns the outputs of this task.
getOutputs in interface TaskList<TaskValidator> getValidators()
void addValidator(TaskValidator validator)
Copyright © 2013. All rights reserved