Uses of Interface
com.atlassian.jira.service.JiraService

Packages that use JiraService
com.atlassian.jira.jelly.service   
com.atlassian.jira.service   
com.atlassian.jira.service.services   
com.atlassian.jira.service.services.export   
com.atlassian.jira.service.services.file   
com.atlassian.jira.service.services.imap   
com.atlassian.jira.service.services.mail   
com.atlassian.jira.service.services.pop   
com.atlassian.jira.service.services.vcs   
 

Uses of JiraService in com.atlassian.jira.jelly.service
 

Classes in com.atlassian.jira.jelly.service that implement JiraService
 class JellyService
           
 

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()
 class JiraServiceContainerImpl
          Proxies calls to JiraService & manages delay between calls.
 class UnloadableJiraServiceContainer
          Used to represent a ServiceContainer that could not be properly loaded.
 

Fields in com.atlassian.jira.service with type parameters of type JiraService
static java.util.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 DefaultServiceManager.addService(java.lang.String name, java.lang.Class<? extends JiraService> serviceClass, long delay)
           
 JiraServiceContainer ServiceManager.addService(java.lang.String name, java.lang.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 DefaultServiceManager.addService(java.lang.String name, java.lang.Class<? extends JiraService> serviceClass, long delay, java.util.Map<java.lang.String,java.lang.String[]> params)
           
 JiraServiceContainer ServiceManager.addService(java.lang.String name, java.lang.Class<? extends JiraService> serviceClass, long delay, java.util.Map<java.lang.String,java.lang.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 ServiceConfigStore.addServiceConfig(java.lang.String serviceName, java.lang.Class<? extends JiraService> serviceClass, long serviceDelay)
          Adds a new Service of the given class with the the given configuration.
 JiraServiceContainer OfBizServiceConfigStore.addServiceConfig(java.lang.String serviceName, java.lang.Class<? extends JiraService> serviceClass, long serviceDelay)
           
 

Constructors in com.atlassian.jira.service with parameters of type JiraService
JiraServiceContainerImpl(JiraService service, java.lang.Long id)
           
 

Uses of JiraService in com.atlassian.jira.service.services
 

Classes in com.atlassian.jira.service.services that implement JiraService
 class DebugService
           
 

Uses of JiraService in com.atlassian.jira.service.services.export
 

Classes in com.atlassian.jira.service.services.export that implement JiraService
 class ExportService
           
 

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.
 class FileService
           
 

Uses of JiraService in com.atlassian.jira.service.services.imap
 

Classes in com.atlassian.jira.service.services.imap that implement JiraService
 class ImapService
          Connect to a IMAP mailbox specified by the 'mail-hostname', 'username' and 'password' parameters, and for each message call handleMessage().
 

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
 class MailQueueService
           
 

Uses of JiraService in com.atlassian.jira.service.services.pop
 

Classes in com.atlassian.jira.service.services.pop that implement JiraService
 class PopService
          Connect to a POP mailbox specified by the 'mail-hostname', 'username' and 'password' parameters, and for each message call handleMessage().
 

Uses of JiraService in com.atlassian.jira.service.services.vcs
 

Classes in com.atlassian.jira.service.services.vcs that implement JiraService
 class VcsService
           
 



Copyright © 2002-2010 Atlassian. All Rights Reserved.