hudson.plugins.serenitec
Class SerenitecResultBuilder

java.lang.Object
  extended by hudson.plugins.serenitec.SerenitecResultBuilder

public class SerenitecResultBuilder
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
SerenitecResultBuilder()
           
 
Method Summary
 SerenitecResult build(hudson.model.AbstractBuild<?,?> build, Project project)
          Creates a result that persists the serenitec 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

SerenitecResultBuilder

public SerenitecResultBuilder()
Method Detail

build

public SerenitecResult build(hudson.model.AbstractBuild<?,?> build,
                             Project project)
Creates a result that persists the serenitec information for the specified build.

Parameters:
build - the build to create the action for
project - the project containing the annotations
Returns:
the result action


Copyright © 2008. All Rights Reserved.