Package org.pentaho.di.core.gui
Class JobExecutionHistory
java.lang.Object
org.pentaho.di.core.gui.JobExecutionHistory
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setExecutionMap
(Map<String, JobEntryExecutionResult> executionMap)
-
Constructor Details
-
JobExecutionHistory
public JobExecutionHistory()
-
-
Method Details
-
getExecutionMap
- Returns:
- the executionMap
-
setExecutionMap
- Parameters:
executionMap
- the executionMap to set
-