Class ReportDto
- java.lang.Object
-
- io.jenkins.plugins.reporter.model.ReportBase
-
- io.jenkins.plugins.reporter.model.ReportDto
-
public class ReportDto extends ReportBase
-
-
Constructor Summary
Constructors Constructor Description ReportDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
getColors()
String
getId()
List<Item>
getItems()
void
setColors(Map<String,String> colors)
void
setId(String id)
void
setItems(List<Item> items)
Report
toReport()
-
Methods inherited from class io.jenkins.plugins.reporter.model.ReportBase
findItem
-
-