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