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 JobEntryResultJobTracker. getJobEntryResult()Methods in org.pentaho.di.core.gui with parameters of type JobEntryResult Modifier and Type Method Description voidJobTracker. 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 intJobEntryResult. compare(JobEntryResult one, JobEntryResult two)intJobEntryResult. compareTo(JobEntryResult two)Method parameters in org.pentaho.di.job with type arguments of type JobEntryResult Modifier and Type Method Description voidJobPainter. setJobEntryResults(List<JobEntryResult> jobEntryResults)
-