Uses of Class
io.jenkins.plugins.analysis.core.model.DetailsTableModel.TableRow
Packages that use DetailsTableModel.TableRow
-
Uses of DetailsTableModel.TableRow in io.jenkins.plugins.analysis.core.model
Subclasses of DetailsTableModel.TableRow in io.jenkins.plugins.analysis.core.modelModifier and TypeClassDescriptionstatic class
A table row that shows the source control blames.static class
A table row that shows the source control statistics.static class
A table row that shows the properties of an issue.Methods in io.jenkins.plugins.analysis.core.model that return DetailsTableModel.TableRowModifier and TypeMethodDescriptionprotected abstract DetailsTableModel.TableRow
DetailsTableModel.getRow
(edu.hm.hafner.analysis.Issue issue) Returns a table row for the specified issue. -
Uses of DetailsTableModel.TableRow in io.jenkins.plugins.analysis.warnings
Subclasses of DetailsTableModel.TableRow in io.jenkins.plugins.analysis.warningsModifier and TypeClassDescriptionstatic class
A table row that shows the properties of a code duplication.static class
A table row that shows the properties of a Revapi issue.Methods in io.jenkins.plugins.analysis.warnings that return DetailsTableModel.TableRowModifier and TypeMethodDescriptionprotected DetailsTableModel.TableRow
RevApi.RevApiModel.getRow
(edu.hm.hafner.analysis.Issue issue)