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 CustomVariableContextRunner
public void execute(PlanIdentifier plan, @NotNull @NotNull Runnable runnable)
execute
in interface CustomVariableContextRunner
public <V> V execute(CommonContext context, @NotNull @NotNull Callable<V> callable) throws Exception
execute
in interface CustomVariableContextRunner
Exception
public <V> V execute(PlanIdentifier plan, @NotNull @NotNull Callable<V> callable) throws Exception
execute
in interface CustomVariableContextRunner
Exception
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.