Package com.atlassian.bamboo.utils
Class UnixWindowsCallable<V>
- java.lang.Object
-
- com.atlassian.bamboo.utils.UnixWindowsCallable<V>
-
-
Constructor Summary
Constructors Constructor Description UnixWindowsCallable()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description V
call()
protected abstract V
callOnUnix()
protected abstract V
callOnWindows()
-