Package io.jenkins.blueocean.rest.model
Class BlueTestSummary
java.lang.Object
io.jenkins.blueocean.rest.model.Resource
io.jenkins.blueocean.rest.model.BlueTestSummary
- All Implemented Interfaces:
- Reachable
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionBlueTestSummary(long passedTotal, long failedTotal, long fixedTotal, long existingFailedTotal, long regressionsTotal, long skippedTotal, long total, Link parent) 
- 
Method SummaryModifier and TypeMethodDescriptionlonglonglonggetLink()longlonglonglonggetTotal()voidtally(BlueTestSummary summary) 
- 
Field Details- 
TOTAL- See Also:
 
- 
SKIPPED- See Also:
 
- 
FAILED- See Also:
 
- 
PASSED- See Also:
 
- 
FIXED- See Also:
 
- 
EXISTING_FAILED- See Also:
 
- 
REGRESSIONS- See Also:
 
 
- 
- 
Constructor Details- 
BlueTestSummarypublic BlueTestSummary(long passedTotal, long failedTotal, long fixedTotal, long existingFailedTotal, long regressionsTotal, long skippedTotal, long total, Link parent) 
 
- 
- 
Method Details- 
getPassedTotal@Exported(name="passed") public long getPassedTotal()
- 
getFailedTotal@Exported(name="failed") public long getFailedTotal()
- 
getSkippedTotal@Exported(name="skipped") public long getSkippedTotal()
- 
getFixedTotal@Exported(name="fixed") public long getFixedTotal()
- 
getExistingFailedTotal@Exported(name="existingFailed") public long getExistingFailedTotal()
- 
getRegressionsTotal@Exported(name="regressions") public long getRegressionsTotal()
- 
getTotal@Exported(name="total") public long getTotal()
- 
tally
- 
getLink- Returns:
- Gives Linkto a reachable Resource or Container
 
- 
setLink
 
-