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:
getIconFileNamein interfaceAction
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
- Specified by:
getUrlNamein interfaceAction
-
getConfigurableBuildTrendModel
Returns the trend chart model that renders the aggregated build results.- Specified by:
getConfigurableBuildTrendModelin 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:
isTrendVisiblein interfaceio.jenkins.plugins.echarts.AsyncConfigurableTrendChart
-