Class SprintAutoStartService
java.lang.Object
com.atlassian.greenhopper.service.sprint.services.SprintAutoStartService
This service is responsible for starting the sprints.
Sprint will be started if it is marked as automatically managed, so Sprint.isAutoStartStop()
returns true and
it's start date Sprint.getStartDate()
is older than current date.
- Since:
- v8.12
-
Constructor Summary
ConstructorsConstructorDescriptionSprintAutoStartService
(SprintManager sprintManager, com.atlassian.event.api.EventPublisher eventPublisher, SprintService sprintService, AutoManagedSprintsFeature autoManagedSprintsFeature) -
Method Summary
-
Constructor Details
-
SprintAutoStartService
@Autowired public SprintAutoStartService(SprintManager sprintManager, com.atlassian.event.api.EventPublisher eventPublisher, SprintService sprintService, AutoManagedSprintsFeature autoManagedSprintsFeature)
-
-
Method Details
-
startSprints
-