Package com.atlassian.jira.service
Interface ServiceManager.ServiceScheduleSkipper
- Enclosing interface:
- ServiceManager
@PublicApi
public static interface ServiceManager.ServiceScheduleSkipper
Deprecated.
v6.2 This is no longer used.
This interface provides capability for other processes to request a service run.
- Since:
- v3.10
-
Method Summary
Modifier and TypeMethodDescriptionboolean
addService
(Long serviceId) Deprecated.Adds a service with a given id to this skippervoid
awaitServiceRun
(Long serviceId) Deprecated.Await this service being run.
-
Method Details
-
addService
Deprecated.Adds a service with a given id to this skipper- Parameters:
serviceId
- service id- Returns:
- true if service was not in this skipper already, false otherwise
-
awaitServiceRun
Deprecated.Await this service being run.- Parameters:
serviceId
- Service ID- Throws:
InterruptedException
- if the current thread was interrupted while waiting
-