Package | Description |
---|---|
org.pentaho.di.core.gui | |
org.pentaho.di.job |
Modifier and Type | Method and Description |
---|---|
JobEntryResult |
JobTracker.getJobEntryResult() |
Modifier and Type | Method and Description |
---|---|
void |
JobTracker.setJobEntryResult(JobEntryResult result) |
Constructor and Description |
---|
JobTracker(JobMeta jobMeta,
int maxChildren,
JobEntryResult result)
Creates a jobtracker with a single result
|
JobTracker(JobMeta jobMeta,
JobEntryResult result)
Creates a jobtracker with a single result (maxChildren children are kept)
|
Modifier and Type | Method and 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() |
Modifier and Type | Method and Description |
---|---|
int |
JobEntryResult.compare(JobEntryResult one,
JobEntryResult two) |
int |
JobEntryResult.compareTo(JobEntryResult two) |
Modifier and Type | Method and Description |
---|---|
void |
JobPainter.setJobEntryResults(List<JobEntryResult> jobEntryResults) |
Copyright © 2018 Hitachi Vantara. All rights reserved.