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 Summary
-
Constructor Summary
ConstructorDescriptionBlueTestSummary
(long passedTotal, long failedTotal, long fixedTotal, long existingFailedTotal, long regressionsTotal, long skippedTotal, long total, Link parent) -
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
getLink()
long
long
long
long
getTotal()
void
tally
(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
-
BlueTestSummary
public 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
Link
to a reachable Resource or Container
-
setLink
-