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

Packages that use SlaveServerJobStatus
org.pentaho.di.cluster   
org.pentaho.di.www   
 

Uses of SlaveServerJobStatus in org.pentaho.di.cluster
 

Methods in org.pentaho.di.cluster that return SlaveServerJobStatus
 SlaveServerJobStatus SlaveServer.getJobStatus(String jobName, String carteObjectId, int startLogLineNr)
           
 

Uses of SlaveServerJobStatus in org.pentaho.di.www
 

Methods in org.pentaho.di.www that return SlaveServerJobStatus
 SlaveServerJobStatus SlaveServerStatus.findJobStatus(String jobName, String id)
           
static SlaveServerJobStatus SlaveServerJobStatus.fromXML(String xml)
           
 

Methods in org.pentaho.di.www that return types with arguments of type SlaveServerJobStatus
 List<SlaveServerJobStatus> SlaveServerStatus.getJobStatusList()
           
 

Method parameters in org.pentaho.di.www with type arguments of type SlaveServerJobStatus
 void SlaveServerStatus.setJobStatusList(List<SlaveServerJobStatus> jobStatusList)
           
 

Constructor parameters in org.pentaho.di.www with type arguments of type SlaveServerJobStatus
SlaveServerStatus(String statusDescription, List<SlaveServerTransStatus> transStatusList, List<SlaveServerJobStatus> jobStatusList)