Class ImapService
java.lang.Object
com.atlassian.jira.service.AbstractService
com.atlassian.jira.service.services.imap.ImapService
- All Implemented Interfaces:
ObjectConfigurable
,JiraService
,Runnable
Deprecated.
Use MailFetcherService directly
This class remains here only to prevent alarming exceptions from occuring during system upgrade.
Please don't use it for any purpose, extend the MailFetcherService class directly.
-
Field Summary
Fields inherited from class com.atlassian.jira.service.AbstractService
log, name, SERVICE_EVENT
Fields inherited from interface com.atlassian.jira.service.JiraService
NAME_COMPARATOR
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Retrieves an object configuration object with properties that can be setvoid
run()
Deprecated.This method must be implemented in a subclass, and performs the functionality that the service performs.Methods inherited from class com.atlassian.jira.service.AbstractService
destroy, getDefaultProperty, getDescription, getKey, getLongProperty, getName, getObjectConfiguration, getProperties, getProperty, getTextProperty, hasProperty, init, isInternal, isUnique, setName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.jira.service.JiraService
init
-
Constructor Details
-
ImapService
public ImapService()Deprecated.
-
-
Method Details
-
getObjectConfiguration
Deprecated.Description copied from interface:ObjectConfigurable
Retrieves an object configuration object with properties that can be set- Returns:
- ObjectConfiguration object
- Throws:
ObjectConfigurationException
-
run
public void run()Deprecated.Description copied from class:AbstractService
This method must be implemented in a subclass, and performs the functionality that the service performs. This method is called after the duration specified through the administration web interface.- Specified by:
run
in interfaceJiraService
- Specified by:
run
in interfaceRunnable
- Specified by:
run
in classAbstractService
- See Also:
-