Uses of Interface
io.jenkins.plugins.analysis.core.model.DescriptionProvider
Packages that use DescriptionProvider
-
Uses of DescriptionProvider in io.jenkins.plugins.analysis.core.model
Classes in io.jenkins.plugins.analysis.core.model that implement DescriptionProviderModifier and TypeClassDescriptionclassProvides icons that have the same name as the URL (or ID) of a tool.classA generic label provider for static analysis results.classProvides SVG icons that have the same name as the URL (or ID) of a tool.classProvides SVG icons that have the same name as the URL (or ID) of a tool.Fields in io.jenkins.plugins.analysis.core.model declared as DescriptionProviderModifier and TypeFieldDescriptionprotected static final DescriptionProviderStaticAnalysisLabelProvider.EMPTY_DESCRIPTIONProvides an empty description.Methods in io.jenkins.plugins.analysis.core.model that return DescriptionProviderModifier and TypeMethodDescriptionprotected DescriptionProviderAnalysisModelParser.AnalysisModelParserDescriptor.getDescriptionProvider()Returns a description provider to obtain detailed issue descriptions.protected DescriptionProviderDetailsTableModel.getDescriptionProvider()Constructors in io.jenkins.plugins.analysis.core.model with parameters of type DescriptionProviderModifierConstructorDescriptionprotectedDetailsTableModel(edu.hm.hafner.analysis.Report report, FileNameRenderer fileNameRenderer, StaticAnalysisLabelProvider.AgeBuilder ageBuilder, DescriptionProvider descriptionProvider, io.jenkins.plugins.util.JenkinsFacade jenkinsFacade) Creates a new instance ofDetailsTableModel.IconLabelProvider(String id, String name, DescriptionProvider descriptionProvider) Creates a new label provider with the specified ID and name.IconLabelProvider(String id, String name, DescriptionProvider descriptionProvider, String iconName) Creates a new label provider with the specified ID and name.StaticAnalysisLabelProvider(String id, String name, DescriptionProvider descriptionProvider) Creates a newStaticAnalysisLabelProviderwith the specified ID.StaticAnalysisLabelProvider(String id, String name, DescriptionProvider descriptionProvider, edu.hm.hafner.analysis.Report.IssueType type) Creates a newStaticAnalysisLabelProviderwith the specified ID.SvgIconLabelProvider(String id, String name, DescriptionProvider descriptionProvider) Creates a new label provider with the specified ID and name.SvgIconLabelProvider(String id, String name, DescriptionProvider descriptionProvider, String iconName) Creates a new label provider with the specified ID and name.SymbolIconLabelProvider(String id, String name, DescriptionProvider descriptionProvider, String symbolName) Creates a new label provider with the specified ID and name.protectedTableRow(StaticAnalysisLabelProvider.AgeBuilder ageBuilder, FileNameRenderer fileNameRenderer, DescriptionProvider descriptionProvider, edu.hm.hafner.analysis.Issue issue, io.jenkins.plugins.util.JenkinsFacade jenkinsFacade) Creates a newDetailsTableModel.TableRow.