Uses of Class
org.pentaho.di.job.JobEntryResult
Packages that use JobEntryResult
-
Uses of JobEntryResult in org.pentaho.di.core.gui
Methods in org.pentaho.di.core.gui that return JobEntryResultMethods in org.pentaho.di.core.gui with parameters of type JobEntryResultConstructors in org.pentaho.di.core.gui with parameters of type JobEntryResultModifierConstructorDescriptionJobTracker
(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 JobEntryResultModifier and TypeMethodDescriptionJob.getJobEntryResults()
Gets a flat list of results in THIS job, in the order of execution of job entries.JobPainter.getJobEntryResults()
Methods in org.pentaho.di.job with parameters of type JobEntryResultModifier and TypeMethodDescriptionint
JobEntryResult.compare
(JobEntryResult one, JobEntryResult two) int
JobEntryResult.compareTo
(JobEntryResult two) Method parameters in org.pentaho.di.job with type arguments of type JobEntryResultModifier and TypeMethodDescriptionvoid
JobPainter.setJobEntryResults
(List<JobEntryResult> jobEntryResults)