Uses of Class
io.jenkins.plugins.analysis.core.util.HealthDescriptor
Package
Description
Provides server side logic and JSON models for the ECharts JS library.
-
Uses of HealthDescriptor in io.jenkins.plugins.analysis.core.charts
ModifierConstructorDescriptionHealthSeriesBuilder
(HealthDescriptor healthDescriptor) Creates a new instance ofHealthSeriesBuilder
.HealthTrendChart
(HealthDescriptor healthDescriptor) Creates a new chart with the specifiedHealthDescriptor
. -
Uses of HealthDescriptor in io.jenkins.plugins.analysis.core.model
ModifierConstructorDescriptionIssuesDetail
(Run<?, ?> owner, AnalysisResult result, edu.hm.hafner.analysis.Report report, edu.hm.hafner.analysis.Report newIssues, edu.hm.hafner.analysis.Report outstandingIssues, edu.hm.hafner.analysis.Report fixedIssues, String displayName, String url, StaticAnalysisLabelProvider labelProvider, Charset sourceEncoding, HealthDescriptor healthDescriptor) Creates a new detail model with the corresponding viewIssuesDetail/index.jelly
.IssuesDetail
(Run<?, ?> owner, AnalysisResult result, StaticAnalysisLabelProvider labelProvider, HealthDescriptor healthDescriptor, Charset sourceEncoding) Creates a new detail model with the corresponding viewIssuesDetail/index.jelly
.ResultAction
(Run<?, ?> owner, AnalysisResult result, HealthDescriptor healthDescriptor, String id, String name, Charset charset) Creates a new instance ofResultAction
.ResultAction
(Run<?, ?> owner, AnalysisResult result, HealthDescriptor healthDescriptor, String id, String name, Charset charset, TrendChartType trendChartType) Creates a new instance ofResultAction
.