hudson.plugins.findbugs
Class FindBugsResultBuilder
java.lang.Object
hudson.plugins.findbugs.FindBugsResultBuilder
public class FindBugsResultBuilder
- extends java.lang.Object
Creates a new FindBugs result based on the values of a previous build and the
current project.
- Author:
- Ulli Hafner
|
Method Summary |
FindBugsResult |
build(hudson.model.AbstractBuild<?,?> build,
hudson.plugins.analysis.core.ParserResult project,
java.lang.String defaultEncoding)
Creates a result that persists the FindBugs information for the
specified build. |
FindBugsMavenResult |
buildMaven(hudson.model.AbstractBuild<?,?> build,
hudson.plugins.analysis.core.ParserResult project,
java.lang.String defaultEncoding)
Creates a result that persists the FindBugs information for the
specified m2 build. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FindBugsResultBuilder
public FindBugsResultBuilder()
build
public FindBugsResult build(hudson.model.AbstractBuild<?,?> build,
hudson.plugins.analysis.core.ParserResult project,
java.lang.String defaultEncoding)
- Creates a result that persists the FindBugs information for the
specified build.
- Parameters:
build - the build to create the action forproject - the project containing the annotationsdefaultEncoding - the default encoding to be used when reading and parsing files
- Returns:
- the result action
buildMaven
public FindBugsMavenResult buildMaven(hudson.model.AbstractBuild<?,?> build,
hudson.plugins.analysis.core.ParserResult project,
java.lang.String defaultEncoding)
- Creates a result that persists the FindBugs information for the
specified m2 build.
- Parameters:
build - the build to create the action forproject - the project containing the annotationsdefaultEncoding - the default encoding to be used when reading and parsing files
- Returns:
- the result action
Copyright © 2009. All Rights Reserved.