Uses of Class
com.atlassian.bamboo.plugin.BambooPluginUtils.Callable
-
Packages that use BambooPluginUtils.Callable Package Description com.atlassian.bamboo.plugin -
-
Uses of BambooPluginUtils.Callable in com.atlassian.bamboo.plugin
Subclasses of BambooPluginUtils.Callable in com.atlassian.bamboo.plugin Modifier and Type Class Description static classBambooPluginUtils.NoThrowCallable<V>static classBambooPluginUtils.RunnableMethods in com.atlassian.bamboo.plugin with parameters of type BambooPluginUtils.Callable Modifier and Type Method Description static <T> TBambooPluginUtils. callUnsafeCode(BambooPluginUtils.Callable<T> callable)Calls call() method on the supplied callable.
-