|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.analysis.collector.AnalysisResultBuilder
public class AnalysisResultBuilder
Creates a new analysis result based on the values of a previous build and the current project.
| Constructor Summary | |
|---|---|
AnalysisResultBuilder()
|
|
| Method Summary | |
|---|---|
AnalysisResult |
build(hudson.model.AbstractBuild<?,?> build,
hudson.plugins.analysis.core.ParserResult result,
java.lang.String defaultEncoding)
Creates a result that persists the analysis information for the specified build. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnalysisResultBuilder()
| Method Detail |
|---|
public AnalysisResult build(hudson.model.AbstractBuild<?,?> build,
hudson.plugins.analysis.core.ParserResult result,
java.lang.String defaultEncoding)
build - the build to create the action forresult - the result containing the annotationsdefaultEncoding - the default encoding to be used when reading and parsing files
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||