Uses of Class
org.pentaho.di.job.JobConfiguration

Packages that use JobConfiguration
org.pentaho.di.job This package contains the different elements that make up a Job. 
org.pentaho.di.www   
 

Uses of JobConfiguration in org.pentaho.di.job
 

Methods in org.pentaho.di.job that return JobConfiguration
static JobConfiguration JobConfiguration.fromXML(String xml)
           
 

Uses of JobConfiguration in org.pentaho.di.www
 

Methods in org.pentaho.di.www that return JobConfiguration
 JobConfiguration JobMap.getConfiguration(CarteObjectEntry entry)
           
 JobConfiguration JobMap.getConfiguration(String jobName)
           
 

Methods in org.pentaho.di.www that return types with arguments of type JobConfiguration
 Map<CarteObjectEntry,JobConfiguration> JobMap.getConfigurationMap()
           
 

Methods in org.pentaho.di.www with parameters of type JobConfiguration
 void JobMap.addJob(String jobName, String carteObjectId, Job job, JobConfiguration jobConfiguration)
           
 void JobMap.replaceJob(CarteObjectEntry entry, Job job, JobConfiguration jobConfiguration)
           
 

Method parameters in org.pentaho.di.www with type arguments of type JobConfiguration
 void JobMap.setConfigurationMap(Map<CarteObjectEntry,JobConfiguration> configurationMap)