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

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

public abstract static class BambooPluginUtils.NoThrowCallable<V>
extends java.lang.Object


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

Constructor Detail

BambooPluginUtils.NoThrowCallable

public BambooPluginUtils.NoThrowCallable(@Nullable
                                         java.lang.String errorMessage)
Method Detail

call

@Nullable
public abstract V call()

getErrorMessage

public java.lang.String getErrorMessage()

onThrow

public void onThrow(@NotNull
                    java.lang.Throwable e)


Copyright © 2012 Atlassian. All Rights Reserved.