hudson.plugins.view.dashboard.test
クラス TestTrendChart
java.lang.Object
hudson.plugins.view.dashboard.DashboardPortlet
hudson.plugins.view.dashboard.test.TestTrendChart
- すべての実装されたインタフェース:
- hudson.ExtensionPoint, hudson.model.Describable<DashboardPortlet>, hudson.model.ModelObject
public class TestTrendChart
- extends DashboardPortlet
| インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
コンストラクタの概要 |
TestTrendChart(java.lang.String name,
int graphWidth,
int graphHeight,
int dateRange)
|
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestTrendChart
@DataBoundConstructor
public TestTrendChart(java.lang.String name,
int graphWidth,
int graphHeight,
int dateRange)
getDateRange
public int getDateRange()
getGraphWidth
public int getGraphWidth()
getGraphHeight
public int getGraphHeight()
getSummaryGraph
public hudson.util.Graph getSummaryGraph()
- Graph of duration of tests over time.
Copyright © 2004-2011. All Rights Reserved.