Class DuplicateCodeScanner.DryModel.DuplicationRow
- java.lang.Object
-
- io.jenkins.plugins.analysis.core.model.DetailsTableModel.TableRow
-
- io.jenkins.plugins.analysis.warnings.DuplicateCodeScanner.DryModel.DuplicationRow
-
- Enclosing class:
- DuplicateCodeScanner.DryModel
public static class DuplicateCodeScanner.DryModel.DuplicationRow extends DetailsTableModel.TableRow
A table row that shows the properties of a code duplication.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDuplicatedIn()
String
getLinesCount()
String
getPackageName()
String
getSeverity()
-
Methods inherited from class io.jenkins.plugins.analysis.core.model.DetailsTableModel.TableRow
formatProperty, formatSeverity, getAge, getDescription, getFileName, getMessage, render, render
-
-