com.dtolabs.rundeck.core.dispatcher
Interface QueuedItemResult

All Superinterfaces:
DispatcherResult
All Known Implementing Classes:
QueuedItemResultImpl

public interface QueuedItemResult
extends DispatcherResult

QueuedItemResult extends DispatcherResult to provide a QueuedItem definition


Method Summary
 QueuedItem getItem()
          Return the ID string for the successfully queued item, or null.
 
Methods inherited from interface com.dtolabs.rundeck.core.dispatcher.DispatcherResult
getMessage, isSuccessful
 

Method Detail

getItem

QueuedItem getItem()
Return the ID string for the successfully queued item, or null.

Returns:
ID string