Class TestTrendChart

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

public class TestTrendChart extends DashboardPortlet
  • 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

      public TestTrendChart.DisplayStatus getDisplayStatus()
    • getSummaryGraph

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