Uses of Class
io.jenkins.plugins.analysis.core.model.DetailsTableModel.TableRow
-
Packages that use DetailsTableModel.TableRow Package Description io.jenkins.plugins.analysis.core.model io.jenkins.plugins.analysis.warnings -
-
Uses of DetailsTableModel.TableRow in io.jenkins.plugins.analysis.core.model
Subclasses of DetailsTableModel.TableRow in io.jenkins.plugins.analysis.core.model Modifier and Type Class Description static class
BlamesModel.BlamesRow
A table row that shows the source control blames.static class
ForensicsModel.ForensicsRow
A table row that shows the source control statistics.static class
IssuesModel.IssuesRow
A table row that shows the properties of an issue.Methods in io.jenkins.plugins.analysis.core.model that return DetailsTableModel.TableRow Modifier and Type Method Description protected 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.warnings Modifier and Type Class Description static class
DuplicateCodeScanner.DryModel.DuplicationRow
A table row that shows the properties of a code duplication.
-