Modifier and Type | Class and Description |
---|---|
class |
JiraHomeReplicatorService
Secondary JIRA Home that tracks changes to attachment, index, avatar and plugin files.
|
Modifier and Type | Class and Description |
---|---|
class |
ReferenceDebugService
A reference debugging service.
|
Modifier and Type | Class and Description |
---|---|
class |
IndexSnapshotService
A service that when run will store a snapshot of the Lucene indexes
|
Modifier and Type | Interface and Description |
---|---|
interface |
JiraServiceContainer
Proxies calls to JiraService & manages delay between calls.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractService
A convenience class - if you extend this class, all that needs to be implemented is run()
|
class |
JiraServiceContainerImpl
Proxies calls to JiraService and manages scheduling.
|
class |
MockJiraServiceContainer |
class |
UnloadableJiraServiceContainer
Used to represent a ServiceContainer that could not be properly loaded.
|
Modifier and Type | Field and Description |
---|---|
static Comparator<JiraService> |
JiraService.NAME_COMPARATOR
Compares two given JiraService objects by their names and returns the result of the comparison.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends JiraService> |
JiraServiceContainerImpl.getServiceClassObject() |
Class<? extends JiraService> |
JiraServiceContainer.getServiceClassObject() |
Class<? extends JiraService> |
InBuiltServiceTypes.InBuiltServiceType.getType()
Gets the
Class that implements this service. |
Modifier and Type | Method and Description |
---|---|
JiraServiceContainer |
DefaultServiceManager.addService(String name,
Class<? extends JiraService> serviceClass,
long delay) |
JiraServiceContainer |
ServiceManager.addService(String name,
Class<? extends JiraService> serviceClass,
long delay)
Deprecated.
Use
ServiceManager.addService(String, String, String) instead. Since v6.4. |
JiraServiceContainer |
DefaultServiceManager.addService(String name,
Class<? extends JiraService> serviceClass,
long delay,
Map<String,String[]> params) |
JiraServiceContainer |
ServiceManager.addService(String name,
Class<? extends JiraService> serviceClass,
long delay,
Map<String,String[]> params)
Deprecated.
Use
ServiceManager.addService(String, Class, String, java.util.Map) instead. Since v6.4. |
JiraServiceContainer |
DefaultServiceManager.addService(String name,
Class<? extends JiraService> serviceClass,
String cronExpression) |
JiraServiceContainer |
ServiceManager.addService(String name,
Class<? extends JiraService> serviceClass,
String cronExpression)
This will add a service configuration to the JIRA DB and the service to the list of services which are running.
|
JiraServiceContainer |
DefaultServiceManager.addService(String name,
Class<? extends JiraService> serviceClass,
String cronExpression,
long delay,
Map<String,String[]> params) |
JiraServiceContainer |
ServiceManager.addService(String name,
Class<? extends JiraService> serviceClass,
String cronExpression,
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.
|
JiraServiceContainer |
DefaultServiceManager.addService(String name,
Class<? extends JiraService> serviceClass,
String cronExpression,
Map<String,String[]> params) |
JiraServiceContainer |
ServiceManager.addService(String name,
Class<? extends JiraService> serviceClass,
String cronExpression,
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.
|
JiraServiceContainer |
OfBizServiceConfigStore.addServiceConfig(String serviceName,
Class<? extends JiraService> serviceClass,
long serviceDelay) |
JiraServiceContainer |
ServiceConfigStore.addServiceConfig(String serviceName,
Class<? extends JiraService> serviceClass,
long serviceDelay)
Deprecated.
|
JiraServiceContainer |
OfBizServiceConfigStore.addServiceConfig(String serviceName,
Class<? extends JiraService> serviceClass,
String cronExpression,
Long serviceDelay) |
JiraServiceContainer |
ServiceConfigStore.addServiceConfig(String name,
Class<? extends JiraService> serviceClass,
String cronExpression,
Long serviceDelay)
Adds a new Service of the given class with the the given configuration.
|
Constructor and Description |
---|
JiraServiceContainerImpl(JiraService service,
Long id) |
Modifier and Type | Class and Description |
---|---|
class |
CacheFlusher
Flushes caches in JIRA to save memory.
|
class |
DebugService
A simple debugging service, that prints to the JIRA logs every time it is called.
|
Modifier and Type | Class and Description |
---|---|
class |
AuditLogCleaningService
Service from periodical cleaning of Audit lig
|
Modifier and Type | Class and Description |
---|---|
class |
ClusterMessageCleaningService
Service for flushing the cluster message table
|
class |
NodeStateCheckerService
Scheduled task that checks the state of this node in the cluster.
|
Modifier and Type | Class and Description |
---|---|
class |
ExportService |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessageHandlingService
An abstract service to be subclassed by any service which wants to use MessageHandlers.
|
class |
FileService |
Modifier and Type | Class and Description |
---|---|
class |
ImapService
Deprecated.
Use MailFetcherService directly
|
Modifier and Type | Class and Description |
---|---|
class |
ReplicatedIndexCleaningService
Service for flushing the replicatedindexoperation table
|
Modifier and Type | Class and Description |
---|---|
class |
MailFetcherService
Mail fetcher for both POP and IMAP protocols.
|
class |
MailQueueService |
Modifier and Type | Class and Description |
---|---|
class |
PopService
Deprecated.
Use MailFetcherService directly
|
Copyright © 2002-2017 Atlassian. All Rights Reserved.