Class IssuesModel.IssuesRow
- java.lang.Object
-
- io.jenkins.plugins.analysis.core.model.DetailsTableModel.TableRow
-
- io.jenkins.plugins.analysis.core.model.IssuesModel.IssuesRow
-
- Enclosing class:
- IssuesModel
public static class IssuesModel.IssuesRow extends DetailsTableModel.TableRow
A table row that shows the properties of an issue.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCategory()
String
getPackageName()
String
getSeverity()
String
getType()
-
Methods inherited from class io.jenkins.plugins.analysis.core.model.DetailsTableModel.TableRow
formatProperty, formatSeverity, getAge, getDescription, getFileName, getMessage, render, render
-
-