Class SprintBurndownModelFactory
java.lang.Object
com.atlassian.greenhopper.web.rapid.chart.SprintBurndownModelFactory
Factory for Sprint burndown models
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBurndownChangesForSprint
(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, Sprint sprint) getScopeChangeBurndownModel
(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, Long sprintId) Get the sprint burndown model using the board's configured estimate type.getScopeChangeBurndownModel
(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, Long sprintId, String statisticFieldId) Get the sprint burndown model with a specific estimate.
-
Constructor Details
-
SprintBurndownModelFactory
public SprintBurndownModelFactory()
-
-
Method Details
-
getBurndownChangesForSprint
public ServiceOutcome<Map<String,List<BurndownChange>>> getBurndownChangesForSprint(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, Sprint sprint) -
getScopeChangeBurndownModel
public ServiceOutcome<SprintBurndownModel> getScopeChangeBurndownModel(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, @Nullable Long sprintId) Get the sprint burndown model using the board's configured estimate type. -
getScopeChangeBurndownModel
public ServiceOutcome<SprintBurndownModel> getScopeChangeBurndownModel(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, @Nullable Long sprintId, String statisticFieldId) Get the sprint burndown model with a specific estimate.
-