Class AggregatedTrendAction

java.lang.Object
io.jenkins.plugins.analysis.core.model.AggregatedTrendAction
All Implemented Interfaces:
Action, ModelObject, io.jenkins.plugins.echarts.AsyncConfigurableTrendChart

public class AggregatedTrendAction extends Object implements Action, io.jenkins.plugins.echarts.AsyncConfigurableTrendChart
Project action that renders a combined trend chart of all tools in the job.
Author:
Ullrich Hafner
  • Method Details

    • getIconFileName

      public String getIconFileName()
      Specified by:
      getIconFileName in interface Action
    • getDisplayName

      public String getDisplayName()
      Specified by:
      getDisplayName in interface Action
      Specified by:
      getDisplayName in interface ModelObject
    • getUrlName

      public String getUrlName()
      Specified by:
      getUrlName in interface Action
    • getConfigurableBuildTrendModel

      @JavaScriptMethod public String getConfigurableBuildTrendModel(String configuration)
      Returns the trend chart model that renders the aggregated build results.
      Specified by:
      getConfigurableBuildTrendModel in interface io.jenkins.plugins.echarts.AsyncConfigurableTrendChart
      Parameters:
      configuration - JSON configuration of the chart (number of builds, etc.)
      Returns:
      the trend chart
    • isTrendVisible

      public boolean isTrendVisible()
      Specified by:
      isTrendVisible in interface io.jenkins.plugins.echarts.AsyncConfigurableTrendChart