Klasse HealthTrendChart

java.lang.Object
io.jenkins.plugins.analysis.core.charts.HealthTrendChart
Alle implementierten Schnittstellen:
TrendChart

public class HealthTrendChart extends Object implements TrendChart
Builds the model for a trend chart showing all issues for a given number of builds. The issues are colored according to the specified health report.
Autor:
Ullrich Hafner
  • Konstruktordetails

    • HealthTrendChart

      public HealthTrendChart(HealthDescriptor healthDescriptor)
      Creates a new chart with the specified HealthDescriptor.
      Parameter:
      healthDescriptor - determines the range between healthy and unhealthy values
  • Methodendetails

    • create

      public edu.hm.hafner.echarts.LinesChartModel create(Iterable<? extends edu.hm.hafner.echarts.BuildResult<AnalysisBuildResult>> results, edu.hm.hafner.echarts.ChartModelConfiguration configuration)
      Beschreibung aus Schnittstelle kopiert: TrendChart
      Creates the chart for the specified results.
      Angegeben von:
      create in Schnittstelle TrendChart
      Parameter:
      results - the analysis results to render
      configuration - the chart configuration to be used
      Gibt zurück:
      the chart model