| Package | Description |
|---|---|
| org.pentaho.di.job |
This package contains the different elements that make up a Job.
|
| org.pentaho.di.www |
| Modifier and Type | Method and Description |
|---|---|
static JobConfiguration |
JobConfiguration.fromXML(String xml) |
| Modifier and Type | Method and Description |
|---|---|
JobConfiguration |
JobMap.getConfiguration(CarteObjectEntry entry) |
JobConfiguration |
JobMap.getConfiguration(String jobName) |
| Modifier and Type | Method and Description |
|---|---|
Map<CarteObjectEntry,JobConfiguration> |
JobMap.getConfigurationMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
JobMap.addJob(String jobName,
String carteObjectId,
Job job,
JobConfiguration jobConfiguration) |
void |
JobMap.registerJob(Job job,
JobConfiguration jobConfiguration) |
void |
JobMap.replaceJob(CarteObjectEntry entry,
Job job,
JobConfiguration jobConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
JobMap.setConfigurationMap(Map<CarteObjectEntry,JobConfiguration> configurationMap) |