public class ScheduledJobConfiguration extends Object implements Serializable
Constructor and Description |
---|
ScheduledJobConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getCronSchedule() |
Long |
getRepeatInterval() |
boolean |
isEnabled() |
void |
setCronSchedule(String cronSchedule) |
void |
setEnabled(boolean enabled) |
void |
setRepeatInterval(Long repeatInterval) |
Copyright © 2003–2017 Atlassian. All rights reserved.