Uses of Class
io.jenkins.plugins.analysis.core.model.DetailsTableModel
Packages that use DetailsTableModel
-
Uses of DetailsTableModel in io.jenkins.plugins.analysis.core.model
Subclasses of DetailsTableModel in io.jenkins.plugins.analysis.core.modelModifier and TypeClassDescriptionclass
Provides the dynamic model for the details table that shows the source control blames.class
Provides the dynamic model for the details table that shows the source control file statistics.class
Provides the dynamic model for the details table that shows the issue properties.Methods in io.jenkins.plugins.analysis.core.model that return DetailsTableModelModifier and TypeMethodDescriptionStaticAnalysisLabelProvider.getIssuesModel
(Run<?, ?> build, String url, edu.hm.hafner.analysis.Report report) Returns the model for the issues details table. -
Uses of DetailsTableModel in io.jenkins.plugins.analysis.warnings
Subclasses of DetailsTableModel in io.jenkins.plugins.analysis.warningsModifier and TypeClassDescriptionstatic class
Provides a table that contains the duplication references as well.static class
Provides a customized table for Revapi issues.