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 Details

    • getId

      public String getId()
    • getName

      public String getName()
    • getItem

      public Item getItem()
    • getPercentage

      public double getPercentage(String id)
    • containsColorItem

      public boolean containsColorItem(String id)
    • getColors

      public Map<String,String> getColors()
    • getColor

      public String getColor(String id)
    • label

      public String label(String id, Integer value)
    • tooltip

      public String tooltip(String id, double percentage)