com.dtolabs.rundeck.core.dispatcher
Interface QueuedItem


public interface QueuedItem

QueuedItem contain information about an executing Job in the Central Dispatcher's queue


Method Summary
 java.lang.String getId()
          Return the ID string for the successfully queued item, or null.
 java.lang.String getName()
          Get name or description of the item.
 java.lang.String getUrl()
          Return the URL for the sucessfully queued item, or null.
 

Method Detail

getId

java.lang.String getId()
Return the ID string for the successfully queued item, or null.

Returns:
ID string

getUrl

java.lang.String getUrl()
Return the URL for the sucessfully queued item, or null.

Returns:
URL string for the queued item.

getName

java.lang.String getName()
Get name or description of the item.

Returns:
the name