Package com.atlassian.bamboo.variable
Class CustomVariableContextRunnerImpl
java.lang.Object
com.atlassian.bamboo.variable.CustomVariableContextRunnerImpl
- All Implemented Interfaces:
CustomVariableContextRunner
-
Constructor Summary
ConstructorDescriptionCustomVariableContextRunnerImpl
(CustomVariableContext customVariableContext) -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(PlanIdentifier plan, @NotNull Runnable runnable) <V> V
execute
(PlanIdentifier plan, @NotNull Callable<V> callable) void
execute
(CommonContext context, @NotNull Runnable runnable) <V> V
execute
(CommonContext context, @NotNull Callable<V> callable)
-
Constructor Details
-
CustomVariableContextRunnerImpl
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCustomVariableContextRunner
-
execute
- Specified by:
execute
in interfaceCustomVariableContextRunner
-
execute
public <V> V execute(CommonContext context, @NotNull @NotNull Callable<V> callable) throws Exception - Specified by:
execute
in interfaceCustomVariableContextRunner
- Throws:
Exception
-
execute
- Specified by:
execute
in interfaceCustomVariableContextRunner
- Throws:
Exception
-