Class ItemTableModel.ItemRow
- java.lang.Object
-
- io.jenkins.plugins.reporter.model.ItemTableModel.ItemRow
-
- Enclosing class:
- ItemTableModel
public static class ItemTableModel.ItemRow extends Object
A table row that shows the properties of an item.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
containsColorItem(String id)
String
getColor(String id)
Map<String,String>
getColors()
String
getId()
Item
getItem()
String
getName()
double
getPercentage(String id)
String
label(String id, Integer value)
String
tooltip(String id, double percentage)
-