Uses of Class
hudson.tasks.junit.CaseResult
Packages that use CaseResult
Package
Description
Model objects that represent JUnit test reports.
-
Uses of CaseResult in hudson.tasks.junit
Methods in hudson.tasks.junit that return CaseResultModifier and TypeMethodDescriptionReturns theCaseResult
whosegetFullDisplayName()
is the same as the given string.ClassResult.getCaseResult
(String name) CaseResult.getPreviousResult()
Methods in hudson.tasks.junit that return types with arguments of type CaseResultModifier and TypeMethodDescriptionSuiteResult.getCases()
ClassResult.getChildren()
PackageResult.getFailedTests()
Returns a list of the failed cases, in no particular sort orderTestResult.getFailedTests()
TestResultAction.getFailedTests()
PackageResult.getFailedTestsSortedByAge()
Returns a list of the failed cases, sorted by age.PackageResult.getPassedTests()
Gets the "children" of this test result that passedTestResult.getPassedTests()
Gets the "children" of this test result that passedTestResultAction.getPassedTests()
PackageResult.getSkippedTests()
Gets the "children" of this test result that were skippedTestResult.getSkippedTests()
Gets the "children" of this test result that were skippedTestResultAction.getSkippedTests()
Methods in hudson.tasks.junit with parameters of type CaseResultModifier and TypeMethodDescriptionvoid
ClassResult.add
(CaseResult r) void
PackageResult.add
(CaseResult r) void
SuiteResult.addCase
(CaseResult cr) int
CaseResult.compareTo
(CaseResult that) Constructors in hudson.tasks.junit with parameters of type CaseResult -
Uses of CaseResult in io.jenkins.plugins.junit.storage
Methods in io.jenkins.plugins.junit.storage that return types with arguments of type CaseResultModifier and TypeMethodDescriptionTestResultImpl.getFailedTests()
TestResultImpl.getFailedTestsByPackage
(String packageName) TestResultImpl.getPassedTests()
TestResultImpl.getPassedTestsByPackage
(String packageName) TestResultImpl.getSkippedTests()
TestResultImpl.getSkippedTestsByPackage
(String packageName) Methods in io.jenkins.plugins.junit.storage with parameters of type CaseResultModifier and TypeMethodDescriptionRun<?,
?> TestResultImpl.getFailedSinceRun
(CaseResult caseResult)