|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.violations.ViolationsReport.TypeReport
public class ViolationsReport.TypeReport
Report class for a particular type.
| Constructor Summary | |
|---|---|
ViolationsReport.TypeReport(java.lang.String type,
java.lang.String icon,
int number)
Create the report class for a type. |
|
| Method Summary | |
|---|---|
java.lang.String |
getIcon()
Get the health icon to display. |
int |
getNumber()
Get the number of violations. |
java.lang.String |
getNumberString()
Get the number of violations as a string. |
java.lang.String |
getType()
Get the violation type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ViolationsReport.TypeReport(java.lang.String type,
java.lang.String icon,
int number)
type - the violation type.icon - the health icon to display.number - the number of violations.| Method Detail |
|---|
public java.lang.String getType()
public java.lang.String getIcon()
public int getNumber()
public java.lang.String getNumberString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||