protected class ManagementTrackingReport.SeverityStats extends Object
| Constructor and Description |
|---|
ManagementTrackingReport.SeverityStats(String severity)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getAverageFixTime()
Returns the average fix time for this severity.
|
int |
getClosedCount()
Returns the number of closed bugs in this severity.
|
int |
getOpenCount()
Returns the number of open bugs in this severity.
|
String |
getSeverity()
Returns the severity name.
|
int |
getTotalCount()
Returns the nuzmber of bugs for this severity.
|
void |
registerBug(Issue bug)
Registers the bug.
|
public ManagementTrackingReport.SeverityStats(String severity)
severity - - severity namepublic void registerBug(Issue bug)
bug - - the bug to collect data from.public int getOpenCount()
Issue.isOpen()public int getClosedCount()
Issue.isClosed()public int getTotalCount()
public String getSeverity()
public long getAverageFixTime()
Copyright © 2012. All Rights Reserved.