Class JobExecutionHistory

java.lang.Object
org.pentaho.di.core.gui.JobExecutionHistory

public class JobExecutionHistory extends Object
This class is responsible for keeping track of the execution of a job. It does this by keeping a Map in memory. This map has the Unique job entry name has key. The value stored in there includes: - The execution state (waiting, running, finished) - The
Author:
matt
  • Constructor Details

    • JobExecutionHistory

      public JobExecutionHistory()
  • Method Details