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 JobConfiguration
JobConfiguration. 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 JobConfiguration
JobMap. getConfiguration(String jobName)
JobConfiguration
JobMap. getConfiguration(CarteObjectEntry entry)
Methods in org.pentaho.di.www with parameters of type JobConfiguration Modifier and Type Method Description void
JobMap. addJob(String jobName, String carteObjectId, Job job, JobConfiguration jobConfiguration)
protected Job
BaseJobServlet. createJob(JobConfiguration jobConfiguration)
void
JobMap. registerJob(Job job, JobConfiguration jobConfiguration)
void
JobMap. replaceJob(CarteObjectEntry entry, Job job, JobConfiguration jobConfiguration)
-