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 class
Cumulative test result of a test class.final class
Cumulative test result for a package.final class
Root 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 aggregatedTestResult
for all test results in aPipelineBlockWithTests
and any children it may have.Methods in hudson.tasks.junit with parameters of type TabulatedResultModifier and TypeMethodDescriptionTestResult.blockToTestResult
(PipelineBlockWithTests block, TabulatedResult fullResult) Get an aggregatedTestResult
for all test results in aPipelineBlockWithTests
and any children it may have. -
Uses of TabulatedResult in hudson.tasks.test
Subclasses of TabulatedResult in hudson.tasks.testModifier and TypeClassDescriptionclass
The 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 aggregatedTabulatedResult
for all test results in aPipelineBlockWithTests
and any children it may have.Methods in hudson.tasks.test with parameters of type TabulatedResultModifier and TypeMethodDescriptionTabulatedResult.blockToTestResult
(PipelineBlockWithTests block, TabulatedResult fullResult) Get an aggregatedTabulatedResult
for all test results in aPipelineBlockWithTests
and any children it may have.