Interface ScheduleEntryState

All Superinterfaces:
LogfileProvider

public interface ScheduleEntryState extends LogfileProvider
Interface representing a schedule entry execution state.
Since:
4.0
  • Method Details

    • getId

      long getId()
      Returns the execution id.
      Returns:
      The execution id.
      Since:
      4.0
    • getStartTime

      Date getStartTime()
      The date execution of this ScheduleEntry has been started.
      Returns:
      The date execution of this ScheduleEntry has been started.
      Since:
      4.0
    • getFinishTime

      Date getFinishTime()
      The date execution of this ScheduleEntry has been finished.
      Returns:
      The date execution of this ScheduleEntry has been finished.
      Since:
      4.0
    • getTaskResults

      List<TaskResult> getTaskResults()
      A list of TaskResult which describes the state of each task depending on this ScheduleEntry.
      Returns:
      A list of TaskResult which describes the state of each task depending on this ScheduleEntry.
      Since:
      4.0
    • getState

      RunState getState()
      The execution state of this ScheduleEntry.
      Returns:
      The execution state of this ScheduleEntry.
      Since:
      4.0