com.atlassian.bamboo.variable
Class CustomVariableContextRunnerImpl
java.lang.Object
com.atlassian.bamboo.variable.CustomVariableContextRunnerImpl
- All Implemented Interfaces:
- CustomVariableContextRunner
public class CustomVariableContextRunnerImpl
- extends java.lang.Object
- implements CustomVariableContextRunner
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomVariableContextRunnerImpl
public CustomVariableContextRunnerImpl(CustomVariableContext customVariableContext)
execute
public void execute(BuildContext buildContext,
@NotNull
java.lang.Runnable runnable)
- Specified by:
execute
in interface CustomVariableContextRunner
execute
public void execute(PlanIdentifier plan,
@NotNull
java.lang.Runnable runnable)
- Specified by:
execute
in interface CustomVariableContextRunner
execute
public <V> V execute(BuildContext buildContext,
@NotNull
java.util.concurrent.Callable<V> callable)
throws java.lang.Exception
- Specified by:
execute
in interface CustomVariableContextRunner
- Throws:
java.lang.Exception
execute
public <V> V execute(PlanIdentifier plan,
@NotNull
java.util.concurrent.Callable<V> callable)
throws java.lang.Exception
- Specified by:
execute
in interface CustomVariableContextRunner
- Throws:
java.lang.Exception
Copyright © 2012 Atlassian. All Rights Reserved.