Package com.atlassian.bamboo.utils
Class BambooRunnables.BambooRunnableFromCallable<V>
- java.lang.Object
-
- com.atlassian.bamboo.utils.BambooRunnables.BambooRunnableFromCallable<V>
-
- All Implemented Interfaces:
BambooRunnables.Throwing1<Exception>
,BambooRunnables.ThrowingX<Exception,RuntimeException,RuntimeException>
- Enclosing class:
- BambooRunnables
public static class BambooRunnables.BambooRunnableFromCallable<V> extends Object implements BambooRunnables.Throwing1<Exception>
-
-
Constructor Summary
Constructors Constructor Description BambooRunnableFromCallable(Callable<V> callable)
-
-
-
Method Detail
-
run
public void run() throws Exception
- Specified by:
run
in interfaceBambooRunnables.ThrowingX<Exception,RuntimeException,RuntimeException>
- Throws:
Exception
-
get
public V get()
-
-