hudson.plugins.PerfPublisher
Class TestDetails
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestDetails
public TestDetails(hudson.model.AbstractBuild<?,?> owner,
Test test)
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.