Uses of Class
org.pentaho.di.job.JobEntryResult
-
Packages that use JobEntryResult Package Description org.pentaho.di.core.gui org.pentaho.di.job -
-
Uses of JobEntryResult in org.pentaho.di.core.gui
Methods in org.pentaho.di.core.gui that return JobEntryResult Modifier and Type Method Description JobEntryResult
JobTracker. getJobEntryResult()
Methods in org.pentaho.di.core.gui with parameters of type JobEntryResult Modifier and Type Method Description void
JobTracker. setJobEntryResult(JobEntryResult result)
Constructors in org.pentaho.di.core.gui with parameters of type JobEntryResult Constructor Description JobTracker(JobMeta jobMeta, int maxChildren, JobEntryResult result)
Creates a jobtracker with a single resultJobTracker(JobMeta jobMeta, JobEntryResult result)
Creates a jobtracker with a single result (maxChildren children are kept) -
Uses of JobEntryResult in org.pentaho.di.job
Methods in org.pentaho.di.job that return types with arguments of type JobEntryResult Modifier and Type Method Description List<JobEntryResult>
Job. getJobEntryResults()
Gets a flat list of results in THIS job, in the order of execution of job entries.List<JobEntryResult>
JobPainter. getJobEntryResults()
Methods in org.pentaho.di.job with parameters of type JobEntryResult Modifier and Type Method Description int
JobEntryResult. compare(JobEntryResult one, JobEntryResult two)
int
JobEntryResult. compareTo(JobEntryResult two)
Method parameters in org.pentaho.di.job with type arguments of type JobEntryResult Modifier and Type Method Description void
JobPainter. setJobEntryResults(List<JobEntryResult> jobEntryResults)
-