@Internal public class ClusterUpdateCronJobScheduleEvent extends ConfluenceEvent implements ClusterEvent
source| Constructor and Description |
|---|
ClusterUpdateCronJobScheduleEvent(Object src,
ScheduledJobKey scheduledJobKey,
String newCronSchedule) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Equals for ConfluenceEvents is defined such that specific sub-events are only equal to events of the same type.
|
String |
getNewCronSchedule() |
ScheduledJobKey |
getScheduledJobKey() |
int |
hashCode()
Subclasses must override this to hash their own fields.
|
getSource, toStringpublic ClusterUpdateCronJobScheduleEvent(Object src, ScheduledJobKey scheduledJobKey, String newCronSchedule)
public ScheduledJobKey getScheduledJobKey()
public String getNewCronSchedule()
public boolean equals(Object o)
ConfluenceEventSubclasses must override this to compare their own fields.
equals in class ConfluenceEvento - the object to compare.Event.equals(Object)public int hashCode()
ConfluenceEventhashCode in class ConfluenceEventEvent.hashCode()Copyright © 2003–2018 Atlassian. All rights reserved.