Uses of Class
org.pentaho.di.core.logging.JobEntryLogTable
-
Packages that use JobEntryLogTable Package Description org.pentaho.di.core.logging org.pentaho.di.job -
-
Uses of JobEntryLogTable in org.pentaho.di.core.logging
Methods in org.pentaho.di.core.logging that return JobEntryLogTable Modifier and Type Method Description static JobEntryLogTableJobEntryLogTable. getDefault(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface) -
Uses of JobEntryLogTable in org.pentaho.di.job
Fields in org.pentaho.di.job declared as JobEntryLogTable Modifier and Type Field Description protected JobEntryLogTableJobMeta. jobEntryLogTableMethods in org.pentaho.di.job that return JobEntryLogTable Modifier and Type Method Description JobEntryLogTableJobMeta. getJobEntryLogTable()Gets the job entry log table.Methods in org.pentaho.di.job with parameters of type JobEntryLogTable Modifier and Type Method Description voidJobMeta. setJobEntryLogTable(JobEntryLogTable jobEntryLogTable)Sets the job entry log table.
-