public final class QueuedJob extends Object implements Serializable, Comparable<QueuedJob>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(QueuedJob other) |
boolean |
equals(Object o) |
long |
getDeadline() |
com.atlassian.scheduler.config.JobId |
getJobId() |
int |
hashCode() |
String |
toString() |
public com.atlassian.scheduler.config.JobId getJobId()
public long getDeadline()
public int compareTo(QueuedJob other)
compareTo in interface Comparable<QueuedJob>Copyright © 2019 Atlassian. All rights reserved.