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