Package hudson.tasks.junit
Class TestResultSummary
java.lang.Object
hudson.tasks.junit.TestResultSummary
- All Implemented Interfaces:
Serializable
Summary of test results that can be used in Pipeline scripts.
- See Also:
-
Constructor Summary
ConstructorDescriptionDeprecated.TestResultSummary
(int failCount, int skipCount, int passCount, int totalCount) TestResultSummary
(TestResult result) -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
-
Constructor Details
-
TestResultSummary
Deprecated. -
TestResultSummary
public TestResultSummary(int failCount, int skipCount, int passCount, int totalCount) -
TestResultSummary
-
-
Method Details
-
getFailCount
public int getFailCount() -
getSkipCount
public int getSkipCount() -
getPassCount
public int getPassCount() -
getTotalCount
public int getTotalCount()
-