Uses of Class
io.jenkins.plugins.analysis.core.model.StaticAnalysisLabelProvider
Packages that use StaticAnalysisLabelProvider
Package
Description
-
Uses of StaticAnalysisLabelProvider in io.jenkins.plugins.analysis.core.model
Subclasses of StaticAnalysisLabelProvider in io.jenkins.plugins.analysis.core.modelModifier 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.Methods in io.jenkins.plugins.analysis.core.model that return StaticAnalysisLabelProviderModifier 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.Methods in io.jenkins.plugins.analysis.core.model that return types with arguments of type StaticAnalysisLabelProviderModifier and TypeMethodDescriptionLabelProviderFactory.StaticAnalysisToolFactory.getLabelProvider
(String id) Returns the additional static analysis tools.SummaryModel.getTools()
Returns the tools that contribute to this result.Constructors in io.jenkins.plugins.analysis.core.model with parameters of type StaticAnalysisLabelProviderModifierConstructorDescriptionIssuesDetail
(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
Methods in io.jenkins.plugins.analysis.warnings that return StaticAnalysisLabelProviderModifier 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()
Valgrind.Descriptor.getLabelProvider()
VeraCodePipelineScanner.Descriptor.getLabelProvider()
-
Uses of StaticAnalysisLabelProvider in io.jenkins.plugins.analysis.warnings.axivion
Methods in io.jenkins.plugins.analysis.warnings.axivion that return StaticAnalysisLabelProvider -
Uses of StaticAnalysisLabelProvider in io.jenkins.plugins.analysis.warnings.groovy
Methods in io.jenkins.plugins.analysis.warnings.groovy that return StaticAnalysisLabelProviderMethods in io.jenkins.plugins.analysis.warnings.groovy that return types with arguments of type StaticAnalysisLabelProvider -
Uses of StaticAnalysisLabelProvider in io.jenkins.plugins.analysis.warnings.tasks
Methods in io.jenkins.plugins.analysis.warnings.tasks that return StaticAnalysisLabelProvider