Class VcsPushTask
- java.lang.Object
-
- com.atlassian.bamboo.plugins.vcs.task.VcsPushTask
-
- All Implemented Interfaces:
CommonTaskType
,InternalTaskType
public class VcsPushTask extends Object implements CommonTaskType
-
-
Constructor Summary
Constructors Constructor Description VcsPushTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull TaskResult
execute(@NotNull CommonTaskContext commonTaskContext)
Executes the task.
-
-
-
Method Detail
-
execute
@NotNull public @NotNull TaskResult execute(@NotNull @NotNull CommonTaskContext commonTaskContext) throws TaskException
Description copied from interface:CommonTaskType
Executes the task.- Specified by:
execute
in interfaceCommonTaskType
- Returns:
- a
TaskResult
representing the status of the task execution - Throws:
TaskException
-
-