| Package | Description |
|---|---|
| org.pentaho.di.core.gui | |
| org.pentaho.di.job |
This package contains the different elements that make up a 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> |
JobPainter.getJobEntryResults() |
List<JobEntryResult> |
Job.getJobEntryResults()
Gets a flat list of results in THIS job, in the order of execution of job entries.
|
| 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) |