|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.maven.MavenReporter
hudson.plugins.findbugs.FindBugsReporter
public class FindBugsReporter
| Field Summary | |
|---|---|
static FindBugsReporterDescriptor |
FINDBUGS_SCANNER_DESCRIPTOR
Descriptor of this publisher. |
| Constructor Summary | |
|---|---|
FindBugsReporter(java.lang.String pattern,
java.lang.String threshold,
java.lang.String healthy,
java.lang.String unHealthy)
Creates a new instance of FindBugsReporter. |
|
| Method Summary | |
|---|---|
hudson.maven.MavenReporterDescriptor |
getDescriptor()
|
java.lang.String |
getHealthy()
Returns the healthy threshold. |
java.lang.String |
getPattern()
Returns the Ant file-set pattern to the workspace files. |
hudson.model.Action |
getProjectAction(hudson.maven.MavenModule module)
|
java.lang.String |
getThreshold()
Returns the Bug threshold to be reached if a build should be considered as unstable. |
java.lang.String |
getUnHealthy()
Returns the unhealthy threshold. |
boolean |
postExecute(hudson.maven.MavenBuildProxy build,
org.apache.maven.project.MavenProject pom,
hudson.maven.MojoInfo mojo,
hudson.model.BuildListener listener,
java.lang.Throwable error)
|
| Methods inherited from class hudson.maven.MavenReporter |
|---|
end, enterModule, leaveModule, postBuild, preBuild, preExecute |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final FindBugsReporterDescriptor FINDBUGS_SCANNER_DESCRIPTOR
| Constructor Detail |
|---|
public FindBugsReporter(java.lang.String pattern,
java.lang.String threshold,
java.lang.String healthy,
java.lang.String unHealthy)
FindBugsReporter.
pattern - Ant file-set pattern to scan for FindBugs filesthreshold - Bug threshold to be reached if a build should be considered as
unstable.healthy - Report health as 100% when the number of warnings is less than
this valueunHealthy - Report health as 0% when the number of warnings is greater
than this value| Method Detail |
|---|
public java.lang.String getThreshold()
public java.lang.String getHealthy()
public java.lang.String getUnHealthy()
public java.lang.String getPattern()
public boolean postExecute(hudson.maven.MavenBuildProxy build,
org.apache.maven.project.MavenProject pom,
hudson.maven.MojoInfo mojo,
hudson.model.BuildListener listener,
java.lang.Throwable error)
throws java.lang.InterruptedException,
java.io.IOException
postExecute in class hudson.maven.MavenReporterjava.lang.InterruptedException
java.io.IOExceptionpublic hudson.model.Action getProjectAction(hudson.maven.MavenModule module)
getProjectAction in class hudson.maven.MavenReporterpublic hudson.maven.MavenReporterDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.maven.MavenReporter>getDescriptor in class hudson.maven.MavenReporter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||