Class HealthReport
java.lang.Object
com.jenkins.testresultsaggregator.data.HealthReport
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getScore()
void
setDescription
(String description) void
setScore
(int score)
-
Constructor Details
-
HealthReport
public HealthReport()
-
-
Method Details
-
getDescription
-
setDescription
-
getScore
public int getScore() -
setScore
public void setScore(int score)
-