Uses of Class
hudson.tasks.junit.SuiteResult
Packages that use SuiteResult
Package
Description
Model objects that represent JUnit test reports.
-
Uses of SuiteResult in hudson.tasks.junit
Methods in hudson.tasks.junit that return SuiteResultModifier and TypeMethodDescriptionSuiteResult.getPreviousResult()
Returns the first suite with the given name.CaseResult.getSuiteResult()
Methods in hudson.tasks.junit that return types with arguments of type SuiteResultMethods in hudson.tasks.junit with parameters of type SuiteResultModifier and TypeMethodDescriptionvoid
CaseResult.freeze
(SuiteResult parent) void
SuiteResult.merge
(SuiteResult sr) Merges another SuiteResult into this one.void
CaseResult.setParentSuiteResult
(SuiteResult parent) Constructors in hudson.tasks.junit with parameters of type SuiteResultModifierConstructorDescriptionCaseResult
(SuiteResult parent, String testName, String errorStackTrace) Used to create a fake failure, when Hudson fails to load data from XML files.CaseResult
(SuiteResult parent, String testName, String errorStackTrace, String errorDetails) CaseResult
(SuiteResult parent, String className, String testName, String errorDetails, String skippedMessage, float duration, String stdout, String stderr, String stacktrace) SuiteResult
(SuiteResult src) -
Uses of SuiteResult in io.jenkins.plugins.junit.storage
Methods in io.jenkins.plugins.junit.storage that return SuiteResultMethods in io.jenkins.plugins.junit.storage that return types with arguments of type SuiteResult