Class CleanWorkingDirectoryTask
- java.lang.Object
-
- com.atlassian.bamboo.plugins.artifact.CleanWorkingDirectoryTask
-
- All Implemented Interfaces:
CommonTaskType,InternalTaskType,PreparationTask
public class CleanWorkingDirectoryTask extends Object implements CommonTaskType, PreparationTask
Deletes the current working directory
-
-
Constructor Summary
Constructors Constructor Description CleanWorkingDirectoryTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaskResultexecute(@NotNull CommonTaskContext taskContext)Executes the task.
-
-
-
Method Detail
-
execute
public TaskResult execute(@NotNull @NotNull CommonTaskContext taskContext) throws TaskException
Description copied from interface:CommonTaskTypeExecutes the task.- Specified by:
executein interfaceCommonTaskType- Returns:
- a
TaskResultrepresenting the status of the task execution - Throws:
TaskException
-
-