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
Modifier and TypeClassDescriptionstatic class
static enum
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
ConstructorDescriptionTestTrendChart
(String name, int graphWidth, int graphHeight, TestTrendChart.DisplayStatus displayStatus, int dateRange, int dateShift) -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
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
-
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.
-