com.atlassian.confluence.schedule
Class ScheduledJobConfiguration

java.lang.Object
  extended by 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

Constructor Summary
ScheduledJobConfiguration()
           
 
Method Summary
 String getCronSchedule()
           
 boolean isEnabled()
           
 void setCronSchedule(String cronSchedule)
           
 void setEnabled(boolean enabled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScheduledJobConfiguration

public ScheduledJobConfiguration()
Method Detail

getCronSchedule

public String getCronSchedule()

setCronSchedule

public void setCronSchedule(String cronSchedule)

isEnabled

public boolean isEnabled()

setEnabled

public void setEnabled(boolean enabled)


Copyright © 2003-2012 Atlassian. All Rights Reserved.