Schnittstelle AsyncConfigurableTrendChart

Alle bekannten Implementierungsklassen:
AsyncConfigurableTrendJobAction, TrendChartJobAction

public interface AsyncConfigurableTrendChart
Provides the trend chart for a job. The trend chart model will be rendered by ECharts: the model of the chart will be obtained using an asynchronous Ajax call.
Autor:
Ullrich Hafner
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    Returns the UI model for an ECharts chart that shows the build trend.
    boolean
    Returns whether the trend report should be shown.
  • Methodendetails

    • getConfigurableBuildTrendModel

      @JavaScriptMethod String getConfigurableBuildTrendModel(String configuration)
      Returns the UI model for an ECharts chart that shows the build trend. The model has to be a JSON representation of a corresponding LinesChartModel instance, that will be inserted into the client side model of the corresponding ECharts instance.
      Parameter:
      configuration - JSON configuration of the chart (number of builds, etc.). It is up to an individual plugin to correctly create this configuration in the trend configuration dialog.
      Gibt zurück:
      the UI model as JSON
      Siehe auch:
    • isTrendVisible

      boolean isTrendVisible()
      Returns whether the trend report should be shown.
      Gibt zurück:
      true if the trend should be shown, false otherwise