@Service public class GhUpgradeTask017DaoImpl extends Object implements GhUpgradeTask017Dao
Modifier and Type | Field and Description |
---|---|
protected LoggerWrapper |
log |
Constructor and Description |
---|
GhUpgradeTask017DaoImpl() |
Modifier and Type | Method and Description |
---|---|
void |
createEstimateStatisticsForRapidViewAOs(Map<Long,Map<String,Object>> rapidViewParams)
Create EstimateStatisticAO records for each RapidViewAO we have inside a transaction.
|
Map<Long,Map<String,Object>> |
getEstimateStatisticsParamsForRapidViews(String defaultStoryPointsFieldId)
Build up a map of rapidViewIds to their template for EstimateStatisticAO (minus the RAPID VIEW ID)
|
protected final LoggerWrapper log
@NotNull public Map<Long,Map<String,Object>> getEstimateStatisticsParamsForRapidViews(@Nullable String defaultStoryPointsFieldId)
GhUpgradeTask017Dao
getEstimateStatisticsParamsForRapidViews
in interface GhUpgradeTask017Dao
defaultStoryPointsFieldId
- the ID of the default story points fieldpublic void createEstimateStatisticsForRapidViewAOs(@NotNull Map<Long,Map<String,Object>> rapidViewParams)
GhUpgradeTask017Dao
createEstimateStatisticsForRapidViewAOs
in interface GhUpgradeTask017Dao
rapidViewParams
- mapping of rapidViewId to the template of estimate statistic parametersCopyright © 2007–2015 Atlassian. All rights reserved.