Uses of Class
com.atlassian.bamboo.plugin.BambooPluginUtils.Callable
Packages that use BambooPluginUtils.Callable
-
Uses of BambooPluginUtils.Callable in com.atlassian.bamboo.plugin
Subclasses of BambooPluginUtils.Callable in com.atlassian.bamboo.pluginModifier and TypeClassDescriptionstatic class
static class
Methods in com.atlassian.bamboo.plugin with parameters of type BambooPluginUtils.CallableModifier and TypeMethodDescriptionstatic <T> T
BambooPluginUtils.callUnsafeCode
(BambooPluginUtils.Callable<T> callable) Calls call() method on the supplied callable.