Uses of Enum Class
io.jenkins.plugins.analysis.core.util.TrendChartType
Packages that use TrendChartType
Package
Description
-
Uses of TrendChartType in io.jenkins.plugins.analysis.core.model
Constructors in io.jenkins.plugins.analysis.core.model with parameters of type TrendChartTypeModifierConstructorDescriptionJobAction
(Job<?, ?> owner, StaticAnalysisLabelProvider labelProvider, int numberOfTools, TrendChartType trendChartType) Deprecated.JobAction
(Job<?, ?> owner, StaticAnalysisLabelProvider labelProvider, int numberOfTools, TrendChartType trendChartType, String urlName) Creates a new instance ofJobAction
.ResultAction
(Run<?, ?> owner, AnalysisResult result, HealthDescriptor healthDescriptor, String id, String name, String icon, Charset charset, TrendChartType trendChartType) Creates a new instance ofResultAction
. -
Uses of TrendChartType in io.jenkins.plugins.analysis.core.steps
Methods in io.jenkins.plugins.analysis.core.steps that return TrendChartTypeModifier and TypeMethodDescriptionIssuesRecorder.getTrendChartType()
PublishIssuesStep.getTrendChartType()
RecordIssuesStep.getTrendChartType()
Methods in io.jenkins.plugins.analysis.core.steps with parameters of type TrendChartTypeModifier and TypeMethodDescriptionvoid
IssuesRecorder.setTrendChartType
(TrendChartType trendChartType) Sets the type of the trend chart that should be shown on the job page.void
PublishIssuesStep.setTrendChartType
(TrendChartType trendChartType) Sets the type of the trend chart that should be shown on the job page.void
RecordIssuesStep.setTrendChartType
(TrendChartType trendChartType) Sets the type of the trend chart that should be shown on the job page. -
Uses of TrendChartType in io.jenkins.plugins.analysis.core.util
Methods in io.jenkins.plugins.analysis.core.util that return TrendChartTypeModifier and TypeMethodDescriptionstatic TrendChartType
Returns the enum constant of this class with the specified name.static TrendChartType[]
TrendChartType.values()
Returns an array containing the constants of this enum class, in the order they are declared.
JobAction(Job, StaticAnalysisLabelProvider, int, TrendChartType, String)
instead.