protected class ManagementTrackingReport.WeekStats extends Object
| Constructor and Description |
|---|
ManagementTrackingReport.WeekStats(int week)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getAverageFixTime()
Returns the average fix time for bugs of this week.
|
int |
getClosedCount()
Returns the number of closed bugs from this week.
|
int |
getOpenCount()
Returns the number of bugs still open from this week.
|
Map<String,ManagementTrackingReport.SeverityStats> |
getSeverityWeekStats()
Returns the severity statistics for this week.
|
int |
getTotalCount()
Returns the number of bugs opened in this week.
|
int |
getWeek()
Returns the week no.
|
void |
registerBug(Issue bug)
Registers the bug.
|
public ManagementTrackingReport.WeekStats(int week)
week - - week nopublic void registerBug(Issue bug)
bug - - the bug to collect data from.public long getAverageFixTime()
public int getOpenCount()
Issue.isOpen()public int getClosedCount()
Issue.isClosed()public int getTotalCount()
public Map<String,ManagementTrackingReport.SeverityStats> getSeverityWeekStats()
public int getWeek()
Copyright © 2012. All Rights Reserved.