Uses of Class
io.jenkins.plugins.analysis.core.model.StaticAnalysisLabelProvider
Package
Description
-
Uses of StaticAnalysisLabelProvider in io.jenkins.plugins.analysis.core.model
Modifier and TypeClassDescriptionclass
Provides icons that have the same name as the URL (or ID) of a tool.class
Provides SVG icons that have the same name as the URL (or ID) of a tool.class
Provides SVG icons that have the same name as the URL (or ID) of a tool.Modifier and TypeMethodDescriptionFinds the label provider for the static analysis tool with the specified ID.Finds the label provider for the static analysis tool with the specified ID.AnalysisModelParser.AnalysisModelParserDescriptor.getLabelProvider()
Returns aStaticAnalysisLabelProvider
that will render all tool specific labels.IssuesDetail.getLabelProvider()
Returns the label provider to render the localized labels.ResultAction.getLabelProvider()
Returns theStaticAnalysisLabelProvider
for this action.Tool.getLabelProvider()
Returns the associated label provider for this tool.Tool.ToolDescriptor.getLabelProvider()
Returns aStaticAnalysisLabelProvider
that will render all tool specific labels.Sets the human-readable name of the tool.Modifier and TypeMethodDescriptionLabelProviderFactory.StaticAnalysisToolFactory.getLabelProvider
(String id) Returns the additional static analysis tools.SummaryModel.getTools()
Returns the tools that contribute to this result.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) Creates a new detail model with the corresponding viewIssuesDetail/index.jelly
.IssuesDetail
(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
.JobAction
(Job<?, ?> owner, StaticAnalysisLabelProvider labelProvider, int numberOfTools) Creates a new instance ofJobAction
.JobAction
(Job<?, ?> owner, StaticAnalysisLabelProvider labelProvider, int numberOfTools, TrendChartType trendChartType) Creates a new instance ofJobAction
.SummaryModel
(StaticAnalysisLabelProvider labelProvider, AnalysisResult result) Creates a newSummaryModel
. -
Uses of StaticAnalysisLabelProvider in io.jenkins.plugins.analysis.warnings
Modifier and TypeMethodDescriptionAndroidLint.Descriptor.getLabelProvider()
AnsibleLint.Descriptor.getLabelProvider()
Brakeman.Descriptor.getLabelProvider()
CheckStyle.Descriptor.getLabelProvider()
Cpd.Descriptor.getLabelProvider()
DupFinder.Descriptor.getLabelProvider()
EsLint.Descriptor.getLabelProvider()
FindBugs.FindBugsDescriptor.getLabelProvider()
GoLint.Descriptor.getLabelProvider()
HadoLint.Descriptor.getLabelProvider()
IdeaInspection.Descriptor.getLabelProvider()
Java.Descriptor.getLabelProvider()
JavaDoc.Descriptor.getLabelProvider()
JUnit.Descriptor.getLabelProvider()
Kotlin.Descriptor.getLabelProvider()
KtLint.Descriptor.getLabelProvider()
OTDockerLint.Descriptor.getLabelProvider()
PhpStan.Descriptor.getLabelProvider()
Pit.Descriptor.getLabelProvider()
Pmd.Descriptor.getLabelProvider()
PVSStudio.Descriptor.getLabelProvider()
PyLint.Descriptor.getLabelProvider()
QtTranslation.Descriptor.getLabelProvider()
RegisteredParser.getLabelProvider()
ResharperInspectCode.Descriptor.getLabelProvider()
RevApi.Descriptor.getLabelProvider()
RfLint.Descriptor.getLabelProvider()
RuboCop.Descriptor.getLabelProvider()
Scala.Descriptor.getLabelProvider()
Simian.Descriptor.getLabelProvider()
SonarQube.Descriptor.getLabelProvider()
SpotBugs.Descriptor.getLabelProvider()
StyleLint.Descriptor.getLabelProvider()
VeraCodePipelineScanner.Descriptor.getLabelProvider()
-
Uses of StaticAnalysisLabelProvider in io.jenkins.plugins.analysis.warnings.axivion
-
Uses of StaticAnalysisLabelProvider in io.jenkins.plugins.analysis.warnings.groovy
-
Uses of StaticAnalysisLabelProvider in io.jenkins.plugins.analysis.warnings.tasks