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

java.lang.Object
  extended by com.atlassian.bamboo.plugin.BambooPluginUtils.Callable<V>
      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 BambooPluginUtils.Callable<V>


Constructor Summary
BambooPluginUtils.NoThrowCallable(String errorMessage)
           
 
Method Summary
abstract  V call()
           
 
Methods inherited from class com.atlassian.bamboo.plugin.BambooPluginUtils.Callable
getErrorMessage, onThrow
 
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
                                         String errorMessage)
Method Detail

call

@Nullable
public abstract V call()
Specified by:
call in class BambooPluginUtils.Callable<V>


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.