public class ScheduledJobHistory extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ScheduledJobHistory.NaturalComparator
Natural order is by the natural order of startDate, then endDate (if required).
|
Constructor and Description |
---|
ScheduledJobHistory(Date startDate,
Date endDate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
long |
getDuration() |
Date |
getEndDate() |
Date |
getStartDate() |
int |
hashCode() |
String |
toString() |
Copyright © 2003–2017 Atlassian. All rights reserved.