@Internal public class ClusterUpdateSimpleJobScheduleEvent extends ConfluenceEvent implements ClusterEvent
source
Constructor and Description |
---|
ClusterUpdateSimpleJobScheduleEvent(Object src,
ScheduledJobKey scheduledJobKey,
long newRepeatInterval) |
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.
|
long |
getNewRepeatInterval() |
ScheduledJobKey |
getScheduledJobKey() |
int |
hashCode()
Subclasses must override this to hash their own fields.
|
getSource, toString
public ClusterUpdateSimpleJobScheduleEvent(Object src, ScheduledJobKey scheduledJobKey, long newRepeatInterval)
public ScheduledJobKey getScheduledJobKey()
public long getNewRepeatInterval()
public boolean equals(Object o)
ConfluenceEvent
Subclasses must override this to compare their own fields.
equals
in class ConfluenceEvent
o
- the object to compare.Event.equals(Object)
public int hashCode()
ConfluenceEvent
hashCode
in class ConfluenceEvent
Event.hashCode()
Copyright © 2003–2021 Atlassian. All rights reserved.