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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ScheduledJobHistory.NaturalComparator
Natural order is by the natural order of startDate, then endDate (if required).
-
Constructor Summary
Constructors Constructor Description ScheduledJobHistory(Date startDate, Date endDate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
long
getDuration()
Date
getEndDate()
Date
getStartDate()
int
hashCode()
String
toString()
-