hudson.plugins.PerfPublisher
Class TestDetails

java.lang.Object
  extended by hudson.plugins.PerfPublisher.TestDetails
All Implemented Interfaces:
hudson.model.ModelObject

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


Constructor Summary
TestDetails(hudson.model.AbstractBuild<?,?> owner, Test test)
           
 
Method Summary
 void doCompileTimeGraph(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
           
 void doExecutionTimeGraph(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
           
 void doPerformanceGraph(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
           
 java.lang.String getDisplayName()
           
 hudson.model.AbstractBuild<?,?> getOwner()
           
 java.lang.String getSuccessGraph()
           
 Test getTest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDetails

public TestDetails(hudson.model.AbstractBuild<?,?> owner,
                   Test test)
Method Detail

getOwner

public hudson.model.AbstractBuild<?,?> getOwner()

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.ModelObject

getTest

public Test getTest()

getSuccessGraph

public java.lang.String getSuccessGraph()

doPerformanceGraph

public void doPerformanceGraph(org.kohsuke.stapler.StaplerRequest request,
                               org.kohsuke.stapler.StaplerResponse response)
                        throws java.io.IOException
Throws:
java.io.IOException

doExecutionTimeGraph

public void doExecutionTimeGraph(org.kohsuke.stapler.StaplerRequest request,
                                 org.kohsuke.stapler.StaplerResponse response)
                          throws java.io.IOException
Throws:
java.io.IOException

doCompileTimeGraph

public void doCompileTimeGraph(org.kohsuke.stapler.StaplerRequest request,
                               org.kohsuke.stapler.StaplerResponse response)
                        throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2010. All Rights Reserved.