hudson.plugins.japex
Class TrendReport

java.lang.Object
  extended by hudson.plugins.japex.TrendReport
All Implemented Interfaces:
hudson.model.ModelObject

public class TrendReport
extends java.lang.Object
implements hudson.model.ModelObject

Represents a trend report.

Author:
Kohsuke Kawaguchi

Method Summary
 void doArithmeticMeanGraph(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
           
 void doGeometricMeanGraph(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
           
 void doHarmonicMeanGraph(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
           
 java.lang.String getDisplayName()
          This is the configuration file name.
 hudson.model.Project getProject()
           
 TestCaseGraph getTestCaseGraph(java.lang.String safeName)
          Gets to the object that represents individual test case result.
 java.util.Map<java.lang.String,java.lang.String> getTestCaseNames()
          Gets all the test case names from safe names to unsafe names.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDisplayName

public java.lang.String getDisplayName()
This is the configuration file name.

Specified by:
getDisplayName in interface hudson.model.ModelObject

getTestCaseNames

public java.util.Map<java.lang.String,java.lang.String> getTestCaseNames()
                                                                  throws java.io.IOException
Gets all the test case names from safe names to unsafe names.

Throws:
java.io.IOException

getProject

public hudson.model.Project getProject()

getTestCaseGraph

public TestCaseGraph getTestCaseGraph(java.lang.String safeName)
Gets to the object that represents individual test case result.


doArithmeticMeanGraph

public void doArithmeticMeanGraph(org.kohsuke.stapler.StaplerRequest req,
                                  org.kohsuke.stapler.StaplerResponse rsp)
                           throws java.io.IOException
Throws:
java.io.IOException

doGeometricMeanGraph

public void doGeometricMeanGraph(org.kohsuke.stapler.StaplerRequest req,
                                 org.kohsuke.stapler.StaplerResponse rsp)
                          throws java.io.IOException
Throws:
java.io.IOException

doHarmonicMeanGraph

public void doHarmonicMeanGraph(org.kohsuke.stapler.StaplerRequest req,
                                org.kohsuke.stapler.StaplerResponse rsp)
                         throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2004-2011. All Rights Reserved.