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