com.atlassian.confluence.mail.archive.jobs
Class MailPollJobDetail

java.lang.Object
  extended by org.quartz.JobDetail
      extended by com.atlassian.confluence.mail.archive.jobs.MailPollJobDetail
All Implemented Interfaces:
Serializable, Cloneable

public class MailPollJobDetail
extends org.quartz.JobDetail

Workaround for pluggable jobs not being autowired

See Also:
Serialized Form

Constructor Summary
MailPollJobDetail(MailAccountManager mailAccountManager)
           
 
Method Summary
 MailAccountManager getMailAccountManager()
           
 
Methods inherited from class org.quartz.JobDetail
addJobListener, clone, equals, getDescription, getFullName, getGroup, getJobClass, getJobDataMap, getJobListenerNames, getKey, getName, hashCode, isDurable, isStateful, isVolatile, removeJobListener, requestsRecovery, setDescription, setDurability, setGroup, setJobClass, setJobDataMap, setName, setRequestsRecovery, setVolatility, toString, validate
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MailPollJobDetail

public MailPollJobDetail(MailAccountManager mailAccountManager)
Method Detail

getMailAccountManager

public MailAccountManager getMailAccountManager()


Copyright © 2003-2012 Atlassian. All Rights Reserved.