Uses of Class
io.jenkins.plugins.analysis.core.util.TrendChartType
-
Packages that use TrendChartType Package Description io.jenkins.plugins.analysis.core.model io.jenkins.plugins.analysis.core.steps io.jenkins.plugins.analysis.core.util -
-
Uses of TrendChartType in io.jenkins.plugins.analysis.core.model
Constructors in io.jenkins.plugins.analysis.core.model with parameters of type TrendChartType Constructor Description JobAction(Job<?,?> owner, StaticAnalysisLabelProvider labelProvider, int numberOfTools, TrendChartType trendChartType)
Creates a new instance ofJobAction
.ResultAction(Run<?,?> owner, AnalysisResult result, HealthDescriptor healthDescriptor, String id, String name, 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 TrendChartType Modifier and Type Method Description TrendChartType
IssuesRecorder. getTrendChartType()
TrendChartType
PublishIssuesStep. getTrendChartType()
TrendChartType
RecordIssuesStep. getTrendChartType()
Methods in io.jenkins.plugins.analysis.core.steps with parameters of type TrendChartType Modifier and Type Method Description void
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 TrendChartType Modifier and Type Method Description static TrendChartType
TrendChartType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TrendChartType[]
TrendChartType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-