Class FileService
java.lang.Object
com.atlassian.jira.service.AbstractService
com.atlassian.jira.service.services.file.AbstractMessageHandlingService
com.atlassian.jira.service.services.file.FileService
- All Implemented Interfaces:
ObjectConfigurable
,JiraService
,Runnable
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlassian.jira.service.services.file.AbstractMessageHandlingService
AbstractMessageHandlingService.HandlerDisablementListener
-
Field Summary
FieldsFields inherited from class com.atlassian.jira.service.services.file.AbstractMessageHandlingService
KEY_HANDLER, KEY_HANDLER_PARAMS, MAX_READ_MESSAGES_DRY_RUN
Fields inherited from class com.atlassian.jira.service.AbstractService
name, SERVICE_EVENT
Fields inherited from interface com.atlassian.jira.service.JiraService
NAME_COMPARATOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
addHandlerInfo
(String msg) getFilesOnly
(File directory) protected org.apache.log4j.Logger
Retrieves an object configuration object with properties that can be setvoid
init
(com.opensymphony.module.propertyset.PropertySet props) Initialise the service.protected void
runImpl
(MessageHandlerContext context) Methods inherited from class com.atlassian.jira.service.services.file.AbstractMessageHandlingService
asString, destroy, getHandler, run, setContext
Methods inherited from class com.atlassian.jira.service.AbstractService
getDefaultProperty, getDescription, getKey, getLongProperty, getName, getObjectConfiguration, getProperties, getProperty, getTextProperty, hasProperty, 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
-
Field Details
-
MAIL_DIR
-
KEY_SUBDIRECTORY
- See Also:
-
-
Constructor Details
-
FileService
public FileService()
-
-
Method Details
-
init
public void init(com.opensymphony.module.propertyset.PropertySet props) throws ObjectConfigurationException Description copied from interface:JiraService
Initialise the service. This method is guaranteed to be called before the first call to run().As the parameters are gained from the user's interaction with the website, it is not guaranteed to be called with the correct, or indeed with any parameters.
init() may be called multiple times during the services lifetime.
- Specified by:
init
in interfaceJiraService
- Overrides:
init
in classAbstractMessageHandlingService
- Parameters:
props
- initialisation parameters- Throws:
ObjectConfigurationException
- in case of an error with initialisation parameters- See Also:
-
getFilesOnly
-
runImpl
- Specified by:
runImpl
in classAbstractMessageHandlingService
-
getObjectConfiguration
Description copied from interface:ObjectConfigurable
Retrieves an object configuration object with properties that can be set- Returns:
- ObjectConfiguration object
- Throws:
ObjectConfigurationException
-
getLogger
protected org.apache.log4j.Logger getLogger()- Specified by:
getLogger
in classAbstractMessageHandlingService
-
addHandlerInfo
- Specified by:
addHandlerInfo
in classAbstractMessageHandlingService
-