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