Class SprintAutoStartStopJob
java.lang.Object
com.atlassian.greenhopper.service.sprint.services.SprintAutoStartStopJob
- All Implemented Interfaces:
com.atlassian.scheduler.JobRunner
@Service
public class SprintAutoStartStopJob
extends Object
implements com.atlassian.scheduler.JobRunner
This job is responsible for running
SprintAutoStartService
and SprintAutoStopService
- Since:
- v8.12
-
Constructor Summary
ConstructorsConstructorDescriptionSprintAutoStartStopJob
(com.atlassian.event.api.EventPublisher eventPublisher, SprintAutoStartService sprintAutoStartService, SprintAutoStopService sprintAutoStopService, com.atlassian.activeobjects.external.ActiveObjects activeObjects, com.atlassian.scheduler.SchedulerService schedulerService, AutoManagedSprintsFeature autoManagedSprintsFeature) -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.scheduler.JobRunnerResponse
runJob
(com.atlassian.scheduler.JobRunnerRequest request)
-
Constructor Details
-
SprintAutoStartStopJob
@Autowired public SprintAutoStartStopJob(com.atlassian.event.api.EventPublisher eventPublisher, SprintAutoStartService sprintAutoStartService, SprintAutoStopService sprintAutoStopService, com.atlassian.activeobjects.external.ActiveObjects activeObjects, com.atlassian.scheduler.SchedulerService schedulerService, AutoManagedSprintsFeature autoManagedSprintsFeature)
-
-
Method Details
-
runJob
@Nullable public com.atlassian.scheduler.JobRunnerResponse runJob(com.atlassian.scheduler.JobRunnerRequest request) - Specified by:
runJob
in interfacecom.atlassian.scheduler.JobRunner
-