Uses of Class
org.pentaho.di.core.logging.JobLogTable

Packages that use JobLogTable
org.pentaho.di.core.logging   
org.pentaho.di.job This package contains the different elements that make up a Job. 
 

Uses of JobLogTable in org.pentaho.di.core.logging
 

Methods in org.pentaho.di.core.logging that return JobLogTable
static JobLogTable JobLogTable.getDefault(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface)
           
 

Uses of JobLogTable in org.pentaho.di.job
 

Methods in org.pentaho.di.job that return JobLogTable
 JobLogTable JobMeta.getJobLogTable()
           
 

Methods in org.pentaho.di.job with parameters of type JobLogTable
 void JobMeta.setJobLogTable(JobLogTable jobLogTable)