public class WorkloadDailyReport extends Object
| Constructor and Description |
|---|
WorkloadDailyReport() |
| Modifier and Type | Method and Description |
|---|---|
Map<Issue,Double> |
calculateDistribution()
Returns as percentage per each issue from the total workload
calculated.Sum should be +/- 100 - the offset from 100 is caused by
computional precision of calculations.
|
void |
reportWorkloadOnIssue(Issue issue,
Double value) |
Copyright © 2017. All rights reserved.