com.atlassian.bamboo.utils
Class BambooRunnables.RunnableFromCallable<V>

java.lang.Object
  extended by com.atlassian.bamboo.utils.BambooRunnables.RunnableFromCallable<V>
All Implemented Interfaces:
Runnable
Enclosing class:
BambooRunnables

public static class BambooRunnables.RunnableFromCallable<V>
extends Object
implements Runnable


Method Summary
 V getOrThrow()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

run

public void run()
Specified by:
run in interface Runnable

getOrThrow

public V getOrThrow()
             throws Exception
Throws:
Exception


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.