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