public class ManagedScheduledSimpleJob extends AbstractManagedScheduledJob
| Constructor and Description |
|---|
ManagedScheduledSimpleJob(org.quartz.JobDetail jobDetail,
Long repeatInterval,
Integer repeatCount,
boolean editable,
boolean keepingHistory,
boolean canRunAdhoc,
boolean canDisable) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getDefaultRepeatCount() |
Long |
getDefaultRepeatInterval() |
int |
hashCode() |
canDisable, canRunAdhoc, getJobDetail, getScheduledJobKey, isEditable, isKeepingHistory, toStringpublic Long getDefaultRepeatInterval()
public Integer getDefaultRepeatCount()
public boolean equals(Object o)
equals in class AbstractManagedScheduledJobpublic int hashCode()
hashCode in class AbstractManagedScheduledJobCopyright © 2003–2016 Atlassian. All rights reserved.