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, toString
public Long getDefaultRepeatInterval()
public Integer getDefaultRepeatCount()
public boolean equals(Object o)
equals
in class AbstractManagedScheduledJob
public int hashCode()
hashCode
in class AbstractManagedScheduledJob
Copyright © 2003–2016 Atlassian. All rights reserved.