Uses of Class
hudson.tasks.test.TabulatedResult
Packages that use TabulatedResult
Package
Description
Model objects that represent JUnit test reports.
Defines contracts that need to be implemented by a test reporting
action (such as the built-in JUnit one).
-
Uses of TabulatedResult in hudson.tasks.junit
Subclasses of TabulatedResult in hudson.tasks.junitModifier and TypeClassDescriptionfinal classCumulative test result of a test class.final classCumulative test result for a package.final classRoot of all the test results for one build.Methods in hudson.tasks.junit that return TabulatedResultModifier and TypeMethodDescriptionTestResult.blockToTestResult(PipelineBlockWithTests block, TabulatedResult fullResult) Get an aggregatedTestResultfor all test results in aPipelineBlockWithTestsand any children it may have.Methods in hudson.tasks.junit with parameters of type TabulatedResultModifier and TypeMethodDescriptionTestResult.blockToTestResult(PipelineBlockWithTests block, TabulatedResult fullResult) Get an aggregatedTestResultfor all test results in aPipelineBlockWithTestsand any children it may have. -
Uses of TabulatedResult in hudson.tasks.test
Subclasses of TabulatedResult in hudson.tasks.testModifier and TypeClassDescriptionclassThe purpose of this class is to provide a good place for the jelly to bind to.Methods in hudson.tasks.test that return TabulatedResultModifier and TypeMethodDescriptionTabulatedResult.blockToTestResult(PipelineBlockWithTests block, TabulatedResult fullResult) Get an aggregatedTabulatedResultfor all test results in aPipelineBlockWithTestsand any children it may have.Methods in hudson.tasks.test with parameters of type TabulatedResultModifier and TypeMethodDescriptionTabulatedResult.blockToTestResult(PipelineBlockWithTests block, TabulatedResult fullResult) Get an aggregatedTabulatedResultfor all test results in aPipelineBlockWithTestsand any children it may have.