Uses of Class
org.pentaho.di.www.JobMap

Packages that use JobMap
org.pentaho.di.www   
 

Uses of JobMap in org.pentaho.di.www
 

Constructors in org.pentaho.di.www with parameters of type JobMap
AddExportServlet(JobMap jobMap, TransformationMap transformationMap)
           
AddJobServlet(JobMap jobMap, SocketRepository socketRepository)
           
GetJobStatusServlet(JobMap jobMap)
           
GetStatusServlet(TransformationMap transformationMap, JobMap jobMap)
           
StartJobServlet(JobMap jobMap)
           
StopJobServlet(JobMap jobMap)
           
WebServer(TransformationMap transformationMap, JobMap jobMap, SocketRepository socketRepository, List<SlaveServerDetection> slaveServers, String hostname, int port)
           
WebServer(TransformationMap transformationMap, JobMap jobMap, SocketRepository socketRepository, List<SlaveServerDetection> detections, String hostname, int port, boolean join)