Klasse AggregatedTrendAction

java.lang.Object
io.jenkins.plugins.analysis.core.model.AggregatedTrendAction
Alle implementierten Schnittstellen:
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.
Autor:
Ullrich Hafner
  • Methodendetails

    • getIconFileName

      public String getIconFileName()
      Angegeben von:
      getIconFileName in Schnittstelle Action
    • getDisplayName

      public String getDisplayName()
      Angegeben von:
      getDisplayName in Schnittstelle Action
      Angegeben von:
      getDisplayName in Schnittstelle ModelObject
    • getUrlName

      public String getUrlName()
      Angegeben von:
      getUrlName in Schnittstelle Action
    • getConfigurableBuildTrendModel

      @JavaScriptMethod public String getConfigurableBuildTrendModel(String configuration)
      Returns the trend chart model that renders the aggregated build results.
      Angegeben von:
      getConfigurableBuildTrendModel in Schnittstelle io.jenkins.plugins.echarts.AsyncConfigurableTrendChart
      Parameter:
      configuration - JSON configuration of the chart (number of builds, etc.)
      Gibt zurück:
      the trend chart
    • isTrendVisible

      public boolean isTrendVisible()
      Angegeben von:
      isTrendVisible in Schnittstelle io.jenkins.plugins.echarts.AsyncConfigurableTrendChart