Class TaskQueueFlushJob

  • All Implemented Interfaces:
    com.atlassian.scheduler.JobRunner

    @Deprecated(since="8.8.0",
                forRemoval=true)
    public class TaskQueueFlushJob
    extends Object
    implements com.atlassian.scheduler.JobRunner
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 8.8.0. Will be removed in 9.0
    Job runner responsible for flushing the queue with the name specified.
    Since:
    5.10
    • Constructor Detail

      • TaskQueueFlushJob

        public TaskQueueFlushJob​(com.atlassian.core.task.TaskQueue queue)
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • runJob

        public @Nullable com.atlassian.scheduler.JobRunnerResponse runJob​(com.atlassian.scheduler.JobRunnerRequest request)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        runJob in interface com.atlassian.scheduler.JobRunner