Uses of Class
org.pentaho.di.job.JobConfiguration
-
Packages that use JobConfiguration Package Description org.pentaho.di.job org.pentaho.di.www -
-
Uses of JobConfiguration in org.pentaho.di.job
Methods in org.pentaho.di.job that return JobConfiguration Modifier and Type Method Description static JobConfigurationJobConfiguration. fromXML(String xml) -
Uses of JobConfiguration in org.pentaho.di.www
Methods in org.pentaho.di.www that return JobConfiguration Modifier and Type Method Description JobConfigurationJobMap. getConfiguration(String jobName)JobConfigurationJobMap. getConfiguration(CarteObjectEntry entry)Methods in org.pentaho.di.www with parameters of type JobConfiguration Modifier and Type Method Description voidJobMap. addJob(String jobName, String carteObjectId, Job job, JobConfiguration jobConfiguration)protected JobBaseJobServlet. createJob(JobConfiguration jobConfiguration)voidJobMap. registerJob(Job job, JobConfiguration jobConfiguration)voidJobMap. replaceJob(CarteObjectEntry entry, Job job, JobConfiguration jobConfiguration)
-