Package com.atlassian.bamboo.plugin
Class BambooPluginUtils.NoThrowCallable<V>
- java.lang.Object
-
- com.atlassian.bamboo.plugin.BambooPluginUtils.Callable<V>
-
- com.atlassian.bamboo.plugin.BambooPluginUtils.NoThrowCallable<V>
-
- Direct Known Subclasses:
BambooPluginUtils.Runnable
- Enclosing class:
- BambooPluginUtils
public abstract static class BambooPluginUtils.NoThrowCallable<V> extends BambooPluginUtils.Callable<V>
-
-
Constructor Summary
Constructors Constructor Description NoThrowCallable(@Nullable String errorMessage)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract V
call()
-
Methods inherited from class com.atlassian.bamboo.plugin.BambooPluginUtils.Callable
getErrorMessage, onThrow
-
-
-
-
Constructor Detail
-
NoThrowCallable
public NoThrowCallable(@Nullable @Nullable String errorMessage)
-
-
Method Detail
-
call
@Nullable public abstract V call()
- Specified by:
call
in classBambooPluginUtils.Callable<V>
-
-