com.atlassian.confluence.schedule
Interface ManagedScheduledJob
- All Known Implementing Classes:
- AbstractManagedScheduledJob, ManagedScheduledCronJob, ManagedScheduledSimpleJob
public interface ManagedScheduledJob
Encapsulates the static configuration of a Managed Scheduled Job. Implementations should be immutable.
getJobDetail
org.quartz.JobDetail getJobDetail()
isEditable
boolean isEditable()
isKeepingHistory
boolean isKeepingHistory()
canRunAdhoc
boolean canRunAdhoc()
canDisable
boolean canDisable()
getScheduledJobKey
ScheduledJobKey getScheduledJobKey()
Copyright © 2003-2013 Atlassian. All Rights Reserved.