hudson.plugins.japex
Class TestCaseGraph

java.lang.Object
  extended by hudson.plugins.japex.TestCaseGraph

public class TestCaseGraph
extends java.lang.Object

Model object that represents the generated trend chart for one test case.

Author:
Kohsuke Kawaguchi

Constructor Summary
TestCaseGraph(TrendReport owner, java.lang.String name)
           
 
Method Summary
 void doIndex(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCaseGraph

public TestCaseGraph(TrendReport owner,
                     java.lang.String name)
Method Detail

doIndex

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


Copyright © 2004-2011. All Rights Reserved.