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 Summary
Modifier and TypeMethodDescriptiongetConfigurableBuildTrendModel
(String configuration) Returns the trend chart model that renders the aggregated build results.boolean
-
Method Details
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
-
getConfigurableBuildTrendModel
Returns the trend chart model that renders the aggregated build results.- Specified by:
getConfigurableBuildTrendModel
in interfaceio.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 interfaceio.jenkins.plugins.echarts.AsyncConfigurableTrendChart
-