public class CustomVariableContextRunnerImpl extends Object implements CustomVariableContextRunner
| Constructor and Description |
|---|
CustomVariableContextRunnerImpl(CustomVariableContext customVariableContext) |
| Modifier and Type | Method and Description |
|---|---|
<V> V |
execute(CommonContext context,
Callable<V> callable) |
void |
execute(CommonContext context,
Runnable runnable) |
<V> V |
execute(PlanIdentifier plan,
Callable<V> callable) |
void |
execute(PlanIdentifier plan,
Runnable runnable) |
public CustomVariableContextRunnerImpl(CustomVariableContext customVariableContext)
public void execute(CommonContext context, @NotNull Runnable runnable)
execute in interface CustomVariableContextRunnerpublic void execute(PlanIdentifier plan, @NotNull Runnable runnable)
execute in interface CustomVariableContextRunnerpublic <V> V execute(CommonContext context, @NotNull Callable<V> callable) throws Exception
execute in interface CustomVariableContextRunnerExceptionpublic <V> V execute(PlanIdentifier plan, @NotNull Callable<V> callable) throws Exception
execute in interface CustomVariableContextRunnerExceptionCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.