Class TestResultSummary

java.lang.Object
hudson.tasks.junit.TestResultSummary
All Implemented Interfaces:
Serializable

public class TestResultSummary extends Object implements Serializable
Summary of test results that can be used in Pipeline scripts.
See Also:
  • Constructor Details

    • TestResultSummary

      @Deprecated @Restricted(org.kohsuke.accmod.restrictions.DoNotUse.class) public TestResultSummary()
      Deprecated.
    • TestResultSummary

      public TestResultSummary(int failCount, int skipCount, int passCount, int totalCount)
    • TestResultSummary

      public TestResultSummary(TestResult result)
  • Method Details

    • getFailCount

      public int getFailCount()
    • getSkipCount

      public int getSkipCount()
    • getPassCount

      public int getPassCount()
    • getTotalCount

      public int getTotalCount()