com.dtolabs.rundeck.core.dispatcher
Interface IStoredJobExecution

All Superinterfaces:
IStoredJob, IStoredJobRef
All Known Implementing Classes:
StoredJobExecutionImpl

public interface IStoredJobExecution
extends IStoredJob

IStoredJobExecution is ...


Method Summary
 long getAverageDuration()
          Return average duration in milliseconds, if available, otherwise return a value less than 0.
 
Methods inherited from interface com.dtolabs.rundeck.core.dispatcher.IStoredJob
getDescription, getUrl
 
Methods inherited from interface com.dtolabs.rundeck.core.dispatcher.IStoredJobRef
getGroup, getJobId, getName, getProject
 

Method Detail

getAverageDuration

long getAverageDuration()
Return average duration in milliseconds, if available, otherwise return a value less than 0.