hudson.plugins.view.dashboard.test
Class TestTrendChart

java.lang.Object
  extended by hudson.plugins.view.dashboard.DashboardPortlet
      extended by hudson.plugins.view.dashboard.test.TestTrendChart
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<DashboardPortlet>, hudson.model.ModelObject

public class TestTrendChart
extends DashboardPortlet


Nested Class Summary
static class TestTrendChart.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
TestTrendChart(java.lang.String name)
           
 
Method Summary
 hudson.util.Graph getSummaryGraph()
          Graph of duration of tests over time.
 
Methods inherited from class hudson.plugins.view.dashboard.DashboardPortlet
all, getDashboard, getDescriptor, getDisplayName, getJob, getName, getUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestTrendChart

@DataBoundConstructor
public TestTrendChart(java.lang.String name)
Method Detail

getSummaryGraph

public hudson.util.Graph getSummaryGraph()
Graph of duration of tests over time.



Copyright © 2010. All Rights Reserved.