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
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getBuildTrendModel()
Deprecated.String
getConfigurableBuildTrendModel(String configuration)
Returns the trend chart model that renders the aggregated build results.String
getDisplayName()
String
getIconFileName()
String
getUrlName()
boolean
isTrendVisible()
-
-
-
Method Detail
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
-
getBuildTrendModel
@Deprecated public String getBuildTrendModel()
Deprecated.Returns the trend chart model that renders the aggregated build results.- Returns:
- the trend chart
-
getConfigurableBuildTrendModel
@JavaScriptMethod public String getConfigurableBuildTrendModel(String configuration)
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
-
-