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 JobEntryLogTable
JobEntryLogTable. 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 JobEntryLogTable
JobMeta. jobEntryLogTable
Methods in org.pentaho.di.job that return JobEntryLogTable Modifier and Type Method Description JobEntryLogTable
JobMeta. getJobEntryLogTable()
Gets the job entry log table.Methods in org.pentaho.di.job with parameters of type JobEntryLogTable Modifier and Type Method Description void
JobMeta. setJobEntryLogTable(JobEntryLogTable jobEntryLogTable)
Sets the job entry log table.
-