Class TestResultSummary

    • Constructor Detail

      • 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 Detail

      • getFailCount

        public int getFailCount()
      • getSkipCount

        public int getSkipCount()
      • getPassCount

        public int getPassCount()
      • getTotalCount

        public int getTotalCount()