Class BlueTestSummary

java.lang.Object
io.jenkins.blueocean.rest.model.Resource
io.jenkins.blueocean.rest.model.BlueTestSummary
All Implemented Interfaces:
Reachable

@ExportedBean public final class BlueTestSummary extends Resource
  • Field Details

  • 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

      public BlueTestSummary tally(BlueTestSummary summary)
    • getLink

      public Link getLink()
      Returns:
      Gives Link to a reachable Resource or Container
    • setLink

      public void setLink(Link link)