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(CommonContext context, java.util.concurrent.Callable<V> callable)
           
 void execute(CommonContext context, java.lang.Runnable runnable)
           
<V> V
execute(PlanIdentifier plan, java.util.concurrent.Callable<V> callable)
           
 void execute(PlanIdentifier 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(CommonContext context,
                    @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(CommonContext context,
                     @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 © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.