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, int graphWidth, int graphHeight)
           
 
Method Summary
 int getGraphHeight()
           
 int getGraphWidth()
           
 hudson.util.Graph getSummaryGraph()
          Graph of duration of tests over time.
 
Methods inherited from class hudson.plugins.view.dashboard.DashboardPortlet
all, getComparator, getDashboard, getDescriptor, getDisplayName, getId, 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,
                                           int graphWidth,
                                           int graphHeight)
Method Detail

getGraphWidth

public int getGraphWidth()

getGraphHeight

public int getGraphHeight()

getSummaryGraph

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



Copyright © 2010. All Rights Reserved.