|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JiraService | |
|---|---|
| com.atlassian.jira.service | |
| com.atlassian.jira.service.services.file | |
| com.atlassian.jira.service.services.mail | |
| Uses of JiraService in com.atlassian.jira.service |
|---|
| Subinterfaces of JiraService in com.atlassian.jira.service | |
|---|---|
interface |
JiraServiceContainer
Proxies calls to JiraService & manages delay between calls. |
| Classes in com.atlassian.jira.service that implement JiraService | |
|---|---|
class |
AbstractService
A convenience class - if you extend this class, all that needs to be implemented is run() |
| Fields in com.atlassian.jira.service with type parameters of type JiraService | |
|---|---|
static Comparator<JiraService> |
JiraService.NAME_COMPARATOR
Compares two given JiraService objects by their names and returns the result of the comparison. |
| Method parameters in com.atlassian.jira.service with type arguments of type JiraService | |
|---|---|
JiraServiceContainer |
ServiceManager.addService(String name,
Class<? extends JiraService> serviceClass,
long delay)
This will add a service configuration to the JIRA DB and the service to the list of services which are running. |
JiraServiceContainer |
ServiceManager.addService(String name,
Class<? extends JiraService> serviceClass,
long delay,
Map<String,String[]> params)
This will add a service configuration to the JIRA DB and the service to the list of services which are running with an optional list of params. |
| Uses of JiraService in com.atlassian.jira.service.services.file |
|---|
| Classes in com.atlassian.jira.service.services.file that implement JiraService | |
|---|---|
class |
AbstractMessageHandlingService
An abstract service to be subclassed by any service which wants to use MessageHandlers. |
| Uses of JiraService in com.atlassian.jira.service.services.mail |
|---|
| Classes in com.atlassian.jira.service.services.mail that implement JiraService | |
|---|---|
class |
MailFetcherService
An abstract mail fetcher for POP and IMAP protocols |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||