Package io.jenkins.plugins.echarts
Schnittstelle AsyncTrendChart
- Alle bekannten Implementierungsklassen:
AsyncConfigurableTrendJobAction
,AsyncTrendJobAction
public interface AsyncTrendChart
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 TypMethodeBeschreibungReturns the UI model for an ECharts chart that shows the build trend.boolean
Returns whether the trend report should be shown.
-
Methodendetails
-
getBuildTrendModel
Returns the UI model for an ECharts chart that shows the build trend. The model has to be a JSON representation of a correspondingLinesChartModel
instance, that will be inserted into the client side model of the corresponding ECharts instance.- 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
-