|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JiraServiceContainer | |
|---|---|
| com.atlassian.jira.service | |
| Uses of JiraServiceContainer in com.atlassian.jira.service |
|---|
| Methods in com.atlassian.jira.service that return JiraServiceContainer | |
|---|---|
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. |
JiraServiceContainer |
ServiceManager.addService(String name,
String className,
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,
String className,
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 |
ServiceManager.getServiceWithId(Long id)
This will return a JiraServiceContainer for the provided id if one is registered otherwise it will return null. |
JiraServiceContainer |
ServiceManager.getServiceWithName(String name)
This will return a JiraServiceContainer for the provided name if one is registered, otherwise this will return null. |
| Methods in com.atlassian.jira.service that return types with arguments of type JiraServiceContainer | |
|---|---|
Collection<JiraServiceContainer> |
ServiceManager.getServices()
This gets all currently registered services with JIRA. |
Iterable<JiraServiceContainer> |
ServiceManager.getServicesForExecution(long currentTime)
Gets the services that are ready for execution at a particular time. |
Iterable<JiraServiceContainer> |
ServiceManager.getServicesManageableBy(com.atlassian.crowd.embedded.api.User user)
Gets the services that can be managed by an specific user. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||