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