|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.violations.model.BuildModel.TypeCount
public static class BuildModel.TypeCount
A class used in displaying number of violations and files in violation.
| Constructor Summary | |
|---|---|
BuildModel.TypeCount(java.lang.String name,
int numberFiles,
int count)
Constructor for TypeCount. |
|
| Method Summary | |
|---|---|
int |
getCount()
Get the number of violations of this type. |
java.lang.String |
getName()
Get the type name. |
int |
getNumberFiles()
Get the number of file that contain violations of this type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BuildModel.TypeCount(java.lang.String name,
int numberFiles,
int count)
name - the type name.numberFiles - the number of files in violation.count - the number of violations.| Method Detail |
|---|
public java.lang.String getName()
public int getCount()
public int getNumberFiles()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||