com.atlassian.bamboo.plugin
Class BambooPluginUtils.Runnable

java.lang.Object
  extended by com.atlassian.bamboo.plugin.BambooPluginUtils.NoThrowCallable<java.lang.Void>
      extended by com.atlassian.bamboo.plugin.BambooPluginUtils.Runnable
Enclosing class:
BambooPluginUtils

public abstract static class BambooPluginUtils.Runnable
extends BambooPluginUtils.NoThrowCallable<java.lang.Void>


Constructor Summary
BambooPluginUtils.Runnable(java.lang.String errorMessage)
           
 
Method Summary
 java.lang.Void call()
           
abstract  void run()
           
 
Methods inherited from class com.atlassian.bamboo.plugin.BambooPluginUtils.NoThrowCallable
getErrorMessage, onThrow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BambooPluginUtils.Runnable

public BambooPluginUtils.Runnable(java.lang.String errorMessage)
Method Detail

call

public final java.lang.Void call()
Specified by:
call in class BambooPluginUtils.NoThrowCallable<java.lang.Void>

run

public abstract void run()


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.