com.atlassian.bamboo.plugin
Class BambooPluginUtils.Callable<V>

java.lang.Object
  extended by com.atlassian.bamboo.plugin.BambooPluginUtils.Callable<V>
Direct Known Subclasses:
BambooPluginUtils.NoThrowCallable
Enclosing class:
BambooPluginUtils

public abstract static class BambooPluginUtils.Callable<V>
extends Object


Constructor Summary
BambooPluginUtils.Callable(String errorMessage)
           
 
Method Summary
abstract  V call()
           
 String getErrorMessage()
           
 void onThrow(Throwable e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BambooPluginUtils.Callable

public BambooPluginUtils.Callable(@Nullable
                                  String errorMessage)
Method Detail

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.