Class VcsCommitTask
java.lang.Object
com.atlassian.bamboo.plugins.vcs.task.VcsCommitTask
- All Implemented Interfaces:
CommonTaskType
,InternalTaskType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull TaskResult
execute
(@NotNull CommonTaskContext taskContext) Executes the task.
-
Constructor Details
-
VcsCommitTask
public VcsCommitTask()
-
-
Method Details
-
execute
@NotNull public @NotNull TaskResult execute(@NotNull @NotNull CommonTaskContext taskContext) 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
-