Uses of Class
org.pentaho.di.core.logging.JobLogTable
-
Packages that use JobLogTable Package Description org.pentaho.di.core.logging org.pentaho.di.job -
-
Uses of JobLogTable in org.pentaho.di.core.logging
Methods in org.pentaho.di.core.logging that return JobLogTable Modifier and Type Method Description static JobLogTableJobLogTable. getDefault(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface) -
Uses of JobLogTable in org.pentaho.di.job
Fields in org.pentaho.di.job declared as JobLogTable Modifier and Type Field Description protected JobLogTableJobMeta. jobLogTableMethods in org.pentaho.di.job that return JobLogTable Modifier and Type Method Description JobLogTableJobMeta. getJobLogTable()Gets the job log table.Methods in org.pentaho.di.job with parameters of type JobLogTable Modifier and Type Method Description voidJobMeta. setJobLogTable(JobLogTable jobLogTable)Sets the job log table.protected voidJob. writeLogTableInformation(JobLogTable jobLogTable, org.pentaho.di.core.logging.LogStatus status)Writes information to Job Log table.
-