Class ScheduledJobConfiguration
java.lang.Object
com.atlassian.confluence.schedule.ScheduledJobConfiguration
- All Implemented Interfaces:
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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable String@Nullable LongbooleanvoidsetCronSchedule(@Nullable String cronSchedule) voidsetEnabled(boolean enabled) voidsetRepeatInterval(@Nullable Long repeatInterval)
-
Constructor Details
-
ScheduledJobConfiguration
public ScheduledJobConfiguration()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getCronSchedule
-
setCronSchedule
-
getRepeatInterval
-
setRepeatInterval
-