|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.findbugs.FindBugsResult
public class FindBugsResult
Represents the results of the FindBugs analysis. One instance of this class is persisted for each build via an XML file.
| Constructor Summary | |
|---|---|
FindBugsResult(int currentNumberOfWarnings,
int previousNumberOfWarnings)
Creates a new instance of FindBugsResult. |
|
| Method Summary | |
|---|---|
int |
getDelta()
Returns the delta. |
java.lang.String |
getDisplayName()
|
int |
getNumberOfWarnings()
Returns the numberOfWarnings. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FindBugsResult(int currentNumberOfWarnings,
int previousNumberOfWarnings)
FindBugsResult.
currentNumberOfWarnings - current number of warningspreviousNumberOfWarnings - previous number of warnings| Method Detail |
|---|
public java.lang.String getDisplayName()
getDisplayName in interface hudson.model.ModelObjectpublic int getNumberOfWarnings()
public int getDelta()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||