Interface ExecutionHistory
public interface ExecutionHistory
Holds information about the last executions of a
TaskExecution.- Since:
- taskplanner 3.0
-
Method Summary
-
Method Details
-
getLastExecutions
List<? extends HistoryEntry> getLastExecutions()Returns the last executions. Newer executions are added to the end of this list, so the first execution is the first item in this list.
NOTE: The returned list is immutable.- Returns:
- the last executions
- Since:
- taskplanner 3.0
-