Uses of Class
hudson.tasks.test.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
Modifier 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.Modifier and TypeMethodDescriptionTestResult.blockToTestResult
(PipelineBlockWithTests block, TabulatedResult fullResult) Get an aggregatedTestResult
for all test results in aPipelineBlockWithTests
and any children it may have.Modifier 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
Modifier and TypeClassDescriptionclass
The purpose of this class is to provide a good place for the jelly to bind to.Modifier and TypeMethodDescriptionTabulatedResult.blockToTestResult
(PipelineBlockWithTests block, TabulatedResult fullResult) Get an aggregatedTabulatedResult
for all test results in aPipelineBlockWithTests
and any children it may have.Modifier and TypeMethodDescriptionTabulatedResult.blockToTestResult
(PipelineBlockWithTests block, TabulatedResult fullResult) Get an aggregatedTabulatedResult
for all test results in aPipelineBlockWithTests
and any children it may have.