Interface ScheduledJobStatusCache
-
@Internal public interface ScheduledJobStatusCache
- Since:
- 5.10
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static 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 Detail
-
put
void put(com.atlassian.scheduler.config.JobId jobId, ScheduledJobStatus status)
-
get
@Nullable ScheduledJobStatus get(com.atlassian.scheduler.config.JobId jobId)
-
forAtlassianCache
static ScheduledJobStatusCache forAtlassianCache(com.atlassian.cache.Cache cache)
-
-