Class ScheduledJobHistory

java.lang.Object
com.atlassian.confluence.schedule.ScheduledJobHistory
All Implemented Interfaces:
Serializable

public class ScheduledJobHistory extends Object implements Serializable
Represent an execution event of a scheduled job. Immutable.
See Also:
  • Constructor Details

    • ScheduledJobHistory

      public ScheduledJobHistory(Date startDate, Date endDate)
  • Method Details

    • getEndDate

      public Date getEndDate()
    • getStartDate

      public Date getStartDate()
    • getDuration

      public long getDuration()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object