com.dtolabs.rundeck.core.dispatcher
Interface IStoredJob

All Superinterfaces:
IStoredJobRef
All Known Subinterfaces:
IStoredJobExecution, IStoredJobLoadResult
All Known Implementing Classes:
StoredJobExecutionImpl, StoredJobImpl, StoredJobLoadResultImpl

public interface IStoredJob
extends IStoredJobRef

IStoredJob defines properties of a stored Job definition


Method Summary
 java.lang.String getDescription()
          Get description of the item.
 java.lang.String getUrl()
          Return the URL for the stored Job, or null.
 
Methods inherited from interface com.dtolabs.rundeck.core.dispatcher.IStoredJobRef
getGroup, getJobId, getName, getProject
 

Method Detail

getUrl

java.lang.String getUrl()
Return the URL for the stored Job, or null.

Returns:
URL string for the queued item.

getDescription

java.lang.String getDescription()
Get description of the item.

Returns:
the name