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.


Method Summary
 boolean canDisable()
           
 boolean canRunAdhoc()
           
 org.quartz.JobDetail getJobDetail()
           
 ScheduledJobKey getScheduledJobKey()
           
 boolean isEditable()
           
 boolean isKeepingHistory()
           
 

Method Detail

getJobDetail

org.quartz.JobDetail getJobDetail()

isEditable

boolean isEditable()

isKeepingHistory

boolean isKeepingHistory()

canRunAdhoc

boolean canRunAdhoc()

canDisable

boolean canDisable()

getScheduledJobKey

ScheduledJobKey getScheduledJobKey()


Copyright © 2003-2012 Atlassian. All Rights Reserved.