Uses of Interface
org.pentaho.platform.api.scheduler2.IJobResult
-
Packages that use IJobResult Package Description org.pentaho.platform.api.scheduler2 org.pentaho.platform.scheduler2.quartz -
-
Uses of IJobResult in org.pentaho.platform.api.scheduler2
Methods in org.pentaho.platform.api.scheduler2 that return types with arguments of type IJobResult Modifier and Type Method Description List<IJobResult>
IScheduler. getJobHistory(String jobId)
Returns a history of the runs for a particular job. -
Uses of IJobResult in org.pentaho.platform.scheduler2.quartz
Methods in org.pentaho.platform.scheduler2.quartz that return types with arguments of type IJobResult Modifier and Type Method Description List<IJobResult>
QuartzScheduler. getJobHistory(String jobId)
Returns a history of the runs for a particular job.
-