com.atlassian.confluence.schedule
Class ScheduledJobConfiguration
java.lang.Object
com.atlassian.confluence.schedule.ScheduledJobConfiguration
- All Implemented Interfaces:
- Serializable
public class ScheduledJobConfiguration
- extends Object
- implements Serializable
Stores the current configuration of a job managed by the system. This configuration is persisted and used
on restart of Confluence to schedule the managed jobs.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScheduledJobConfiguration
public ScheduledJobConfiguration()
getCronSchedule
public String getCronSchedule()
setCronSchedule
public void setCronSchedule(String cronSchedule)
isEnabled
public boolean isEnabled()
setEnabled
public void setEnabled(boolean enabled)
Copyright © 2003-2013 Atlassian. All Rights Reserved.