Class TestTrendChart
java.lang.Object
hudson.plugins.view.dashboard.DashboardPortlet
hudson.plugins.view.dashboard.test.TestTrendChart
- All Implemented Interfaces:
ExtensionPoint,Describable<DashboardPortlet>,ModelObject
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
ConstructorsConstructorDescriptionTestTrendChart(String name, int graphWidth, int graphHeight, TestTrendChart.DisplayStatus displayStatus, int dateRange, int dateShift) -
Method Summary
Modifier and TypeMethodDescriptionintintintintGraph of duration of tests over time.Methods inherited from class hudson.plugins.view.dashboard.DashboardPortlet
all, getComparator, getDashboard, getDescriptor, getDisplayName, getId, getJob, getName, getUrl
-
Constructor Details
-
TestTrendChart
@DataBoundConstructor public TestTrendChart(String name, int graphWidth, int graphHeight, TestTrendChart.DisplayStatus displayStatus, int dateRange, int dateShift)
-
-
Method Details
-
getDateRange
public int getDateRange() -
getDateShift
public int getDateShift() -
getGraphWidth
public int getGraphWidth() -
getGraphHeight
public int getGraphHeight() -
getDisplayStatus
-
getSummaryGraph
Graph of duration of tests over time.
-