Class Item
java.lang.Object
io.jenkins.plugins.reporter.model.Item
- All Implemented Interfaces:
Serializable
Json Model class, which represents an
Item
.
An item always has an id
and a map of result
.
In addition, an Item
can in turn contain a list of items.- Author:
- Simon Symhoven
- See Also:
-
Constructor Details
-
Item
public Item()
-
-
Method Details
-
getId
-
getEncodedId
-
setId
-
getName
-
setName
-
getResult
-
getTotal
public int getTotal() -
getLabel
-
setResult
-
getItems
-
hasItems
public boolean hasItems() -
setItems
-
addItem
-