hudson.plugins.warnings
Class WarningsResultBuilder

java.lang.Object
  extended by hudson.plugins.warnings.WarningsResultBuilder

public class WarningsResultBuilder
extends java.lang.Object

Creates a new warnings result based on the values of a previous build and the current project.

Author:
Ulli Hafner

Constructor Summary
WarningsResultBuilder()
           
 
Method Summary
 WarningsResult build(hudson.model.AbstractBuild<?,?> build, ParserResult result, java.lang.String defaultEncoding)
          Creates a result that persists the warnings 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

WarningsResultBuilder

public WarningsResultBuilder()
Method Detail

build

public WarningsResult build(hudson.model.AbstractBuild<?,?> build,
                            ParserResult result,
                            java.lang.String defaultEncoding)
Creates a result that persists the warnings information for the specified build.

Parameters:
build - the build to create the action for
result - the result containing the annotations
defaultEncoding - the default encoding to be used when reading and parsing files
Returns:
the result action


Copyright © 2009. All Rights Reserved.