Serialized Form


Package hudson.plugins.findbugs

Class hudson.plugins.findbugs.FindBugsDetail extends java.lang.Object implements Serializable

serialVersionUID: -2313908474981276271L

Serialized Fields

packageName

java.lang.String packageName
Package name of the details.


owner

hudson.model.Build<P extends hudson.model.Project<P,B>,B extends hudson.model.Build<P,B>> owner
The current build as owner of this action.


project

JavaProject project
The parsed FindBugs result.

Class hudson.plugins.findbugs.FindBugsProjectAction extends java.lang.Object implements Serializable

serialVersionUID: -654316141132780561L

Serialized Fields

project

hudson.model.Project<P extends hudson.model.Project<P,B>,B extends hudson.model.Build<P,B>> project
Project that owns this action.

Class hudson.plugins.findbugs.FindBugsResult extends java.lang.Object implements Serializable

serialVersionUID: 2768250056765266658L

Serialized Fields

delta

int delta
Difference between this and the previous build.


owner

hudson.model.Build<P extends hudson.model.Project<P,B>,B extends hudson.model.Build<P,B>> owner
The current build as owner of this action.


numberOfWarnings

int numberOfWarnings
The number of warnings in this build.

Class hudson.plugins.findbugs.FindBugsResultAction extends java.lang.Object implements Serializable

serialVersionUID: -5329651349674842873L

Serialized Fields

owner

hudson.model.Build<P extends hudson.model.Project<P,B>,B extends hudson.model.Build<P,B>> owner
The associated build of this action.


result

FindBugsResult result
The actual result of the FindBugs analysis.


healthy

int healthy
Report health as 100% when the number of warnings is less than this value.


unHealthy

int unHealthy
Report health as 0% when the number of warnings is greater than this value.


isHealthyReportEnabled

boolean isHealthyReportEnabled
Determines whether to use the provided healthy thresholds.


minimumBugs

int minimumBugs
Warning threshold.



Copyright © 2007. All Rights Reserved.