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

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

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

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

Uses of JobEntryLogTable in org.pentaho.di.job
 

Methods in org.pentaho.di.job that return JobEntryLogTable
 JobEntryLogTable JobMeta.getJobEntryLogTable()
           
 

Methods in org.pentaho.di.job with parameters of type JobEntryLogTable
 void JobMeta.setJobEntryLogTable(JobEntryLogTable jobEntryLogTable)