Class BuildReportPlugin
java.lang.Object
io.jenkins.plugins.report.jtreg.model.BuildReport
io.jenkins.plugins.report.jtreg.model.BuildReportPlugin
- All Implemented Interfaces:
Serializable
public class BuildReportPlugin
extends io.jenkins.plugins.report.jtreg.model.BuildReport
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBuildReportPlugin(int buildNumber, String buildName, int passed, int failed, int error, List<io.jenkins.plugins.report.jtreg.model.Suite> suites, int total, int notRun) -
Method Summary
Methods inherited from class io.jenkins.plugins.report.jtreg.model.BuildReport
getBuildName, getBuildNumber, getError, getFailed, getNotRun, getPassed, getRun, getSuites, getTotal, isInvalid
-
Constructor Details
-
BuildReportPlugin
-
-
Method Details
-
getBuildNameShortened
-