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 JobLogTable
JobLogTable. 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 JobLogTable
JobMeta. jobLogTable
Methods in org.pentaho.di.job that return JobLogTable Modifier and Type Method Description JobLogTable
JobMeta. getJobLogTable()
Gets the job log table.Methods in org.pentaho.di.job with parameters of type JobLogTable Modifier and Type Method Description void
JobMeta. setJobLogTable(JobLogTable jobLogTable)
Sets the job log table.protected void
Job. writeLogTableInformation(JobLogTable jobLogTable, org.pentaho.di.core.logging.LogStatus status)
Writes information to Job Log table.
-