public class SchedulerAdmin.JobDetailsWrapper extends Object implements Comparable<SchedulerAdmin.JobDetailsWrapper>
Modifier and Type | Method and Description |
---|---|
int |
compareTo(SchedulerAdmin.JobDetailsWrapper o) |
String |
formatDuration(Long milliseconds) |
String |
getGroup() |
com.atlassian.scheduler.config.JobId |
getJobId() |
com.atlassian.scheduler.status.RunDetails |
getLastRun() |
String |
getLastRunDuration() |
long |
getLastRunDurationRaw() |
String |
getLastRunMessage() |
String |
getLastRunTime() |
String |
getName() |
Date |
getNextRunTime() |
String |
getParameters() |
String |
getParametersOrException() |
String |
getSchedule() |
String |
getStatusIcon() |
boolean |
isRunLocally() |
boolean |
isRunnable() |
@Nonnull public com.atlassian.scheduler.config.JobId getJobId()
public boolean isRunLocally()
@CheckForNull public Date getNextRunTime()
public boolean isRunnable()
public long getLastRunDurationRaw()
public com.atlassian.scheduler.status.RunDetails getLastRun()
public int compareTo(SchedulerAdmin.JobDetailsWrapper o)
compareTo
in interface Comparable<SchedulerAdmin.JobDetailsWrapper>
Copyright © 2002-2022 Atlassian. All Rights Reserved.
View cookie preferences