com.atlassian.bamboo.plugin
Class BambooPluginUtils.Callable<V>
java.lang.Object
com.atlassian.bamboo.plugin.BambooPluginUtils.Callable<V>
- Direct Known Subclasses:
- BambooPluginUtils.NoThrowCallable
- Enclosing class:
- BambooPluginUtils
public abstract static class BambooPluginUtils.Callable<V>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BambooPluginUtils.Callable
public BambooPluginUtils.Callable(@Nullable
String errorMessage)
call
@Nullable
public abstract V call()
throws Exception
- Throws:
Exception
getErrorMessage
@Nullable
public String getErrorMessage()
onThrow
public void onThrow(@NotNull
Throwable e)
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.