com.atlassian.bamboo.utils
Class UnixWindowsCallable<V>
java.lang.Object
com.atlassian.bamboo.utils.UnixWindowsCallable<V>
- All Implemented Interfaces:
- Callable<V>
public abstract class UnixWindowsCallable<V>
- extends Object
- implements Callable<V>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnixWindowsCallable
public UnixWindowsCallable()
call
public V call()
throws Exception
- Specified by:
call
in interface Callable<V>
- Throws:
Exception
callOnUnix
protected abstract V callOnUnix()
throws Exception
- Throws:
Exception
callOnWindows
protected abstract V callOnWindows()
throws Exception
- Throws:
Exception
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.