public class ScheduledJob extends Object
Constructor and Description |
---|
ScheduledJob(org.quartz.JobKey jobKey,
Date nextScheduledTime) |
ScheduledJob(String name,
String groupName,
Date nextScheduledTime)
Deprecated.
since 5.14 use
ScheduledJob(JobKey, Date) instead |
Modifier and Type | Method and Description |
---|---|
String |
getGroupName()
Deprecated.
since 5.14 use
getJobKey() instead |
org.quartz.JobKey |
getJobKey() |
String |
getName()
Deprecated.
since 5.14 use
getJobKey() instead |
Date |
getNextScheduledTime()
Gets the next scheduled time the job will run.
|
@Deprecated public ScheduledJob(@NotNull String name, @NotNull String groupName, @Nullable Date nextScheduledTime)
ScheduledJob(JobKey, Date)
insteadname
- the name of the jobgroupName
- the name of the group the job belongs tonextScheduledTime
- the next time the job is scheduled to runpublic ScheduledJob(@NotNull org.quartz.JobKey jobKey, Date nextScheduledTime)
@Deprecated @NotNull public String getName()
getJobKey()
instead@Deprecated @NotNull public String getGroupName()
getJobKey()
instead@Nullable public Date getNextScheduledTime()
public org.quartz.JobKey getJobKey()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.