Class SprintAutoStopService
java.lang.Object
com.atlassian.greenhopper.service.sprint.services.SprintAutoStopService
This service is responsible for stopping the sprints.
Sprint will be stopped if it is marked as automatically managed, so when Sprint.isAutoStartStop()
returns true and
it's end date Sprint.getEndDate()
is older than current date.
- Since:
- v8.12
-
Constructor Summary
ConstructorsConstructorDescriptionSprintAutoStopService
(SprintManager sprintManager, com.atlassian.event.api.EventPublisher eventPublisher, SprintService sprintService, SprintStatusChangeHelper sprintStatusChangeHelper, RapidViewCacheManager rapidViewCacheManager, SprintIssueServiceImpl sprintIssueService, AutoManagedSprintsFeature autoManagedSprintsFeature) -
Method Summary
-
Constructor Details
-
SprintAutoStopService
@Autowired public SprintAutoStopService(SprintManager sprintManager, com.atlassian.event.api.EventPublisher eventPublisher, SprintService sprintService, SprintStatusChangeHelper sprintStatusChangeHelper, RapidViewCacheManager rapidViewCacheManager, SprintIssueServiceImpl sprintIssueService, AutoManagedSprintsFeature autoManagedSprintsFeature)
-
-
Method Details
-
stopSprints
-