hudson.plugins.testng
Class BuildIndividualReport

java.lang.Object
  extended by hudson.plugins.testng.TestNGBuildAction
      extended by hudson.plugins.testng.BuildIndividualReport
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject, java.io.Serializable

Deprecated. since v0.22

public final class BuildIndividualReport
extends TestNGBuildAction

This class serves the purpose of backward compatibility only. Having it here ensures that results for builds using older version of this plugin continue to be displayed

Author:
nullin
See Also:
TestNGBuildAction, Serialized Form

Constructor Summary
BuildIndividualReport(hudson.model.AbstractBuild<?,?> build, TestResults testngResults)
          Deprecated.  
 
Method Summary
 
Methods inherited from class hudson.plugins.testng.TestNGBuildAction
getApi, getBuild, getDisplayName, getDynamic, getIconFileName, getPreviousResults, getResults, getSummary, getUrlName, isFloatingBoxActive, isGraphActive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildIndividualReport

public BuildIndividualReport(hudson.model.AbstractBuild<?,?> build,
                             TestResults testngResults)
Deprecated. 


Copyright © 2004-2011. All Rights Reserved.