com.atlassian.bamboo.variable
Class CustomVariableContextRunnerImpl

java.lang.Object
  extended by com.atlassian.bamboo.variable.CustomVariableContextRunnerImpl
All Implemented Interfaces:
CustomVariableContextRunner

public class CustomVariableContextRunnerImpl
extends java.lang.Object
implements CustomVariableContextRunner


Constructor Summary
CustomVariableContextRunnerImpl(CustomVariableContext customVariableContext)
           
 
Method Summary
<V> V
execute(BuildContext buildContext, java.util.concurrent.Callable<V> callable)
           
 void execute(BuildContext buildContext, java.lang.Runnable runnable)
           
<V> V
execute(Plan plan, java.util.concurrent.Callable<V> callable)
           
 void execute(Plan plan, java.lang.Runnable runnable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomVariableContextRunnerImpl

public CustomVariableContextRunnerImpl(CustomVariableContext customVariableContext)
Method Detail

execute

public void execute(BuildContext buildContext,
                    java.lang.Runnable runnable)
Specified by:
execute in interface CustomVariableContextRunner

execute

public void execute(Plan plan,
                    java.lang.Runnable runnable)
Specified by:
execute in interface CustomVariableContextRunner

execute

public <V> V execute(BuildContext buildContext,
                     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(Plan plan,
                     java.util.concurrent.Callable<V> callable)
          throws java.lang.Exception
Specified by:
execute in interface CustomVariableContextRunner
Throws:
java.lang.Exception


Copyright © 2011 Atlassian. All Rights Reserved.