java.lang.Object | ||
↳ | com.atlassian.jira.service.AbstractService | |
↳ | com.atlassian.jira.service.services.export.ExportService |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | DIR_NAME | ||||||||||
String | EXPORT_SUBDIRECTORY | The subdirectory of jira-home that exports go to when we use the default directory | |||||||||
String | OPT_DATE_FORMAT | ||||||||||
String | USE_DEFAULT_DIRECTORY |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
[Expand]
Inherited Fields | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | ||||||||||||||
![]()
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is called when the service is unloaded (usually when the web application or server
is being shut down).
| |||||||||||
Initialise the service.
| |||||||||||
Can have multiple export services, all running at different times
| |||||||||||
This method must be implemented in a subclass, and performs the functionality
that the service performs.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||
![]() |
The subdirectory of jira-home that exports go to when we use the default directory
This method is called when the service is unloaded (usually when the web application or server is being shut down).
You may wish to remove any connections that you have established, eg. database connections.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.props | initialisation parameters |
---|
ObjectConfigurationException |
---|
Can have multiple export services, all running at different times
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.