Interface ScheduledJobStatusCache
@Internal
public interface ScheduledJobStatusCache
- Since:
- 5.10
-
Method Summary
Modifier and TypeMethodDescriptionstatic ScheduledJobStatusCache
forAtlassianCache
(com.atlassian.cache.Cache cache) @Nullable ScheduledJobStatus
get
(com.atlassian.scheduler.config.JobId jobId) void
put
(com.atlassian.scheduler.config.JobId jobId, ScheduledJobStatus status)
-
Method Details
-
put
-
get
-
forAtlassianCache
-