Uses of Class
hudson.tasks.test.PipelineBlockWithTests
Packages that use PipelineBlockWithTests
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 PipelineBlockWithTests in hudson.tasks.junit
Methods in hudson.tasks.junit with parameters of type PipelineBlockWithTestsModifier and TypeMethodDescriptionTestResult.blockToTestResult
(PipelineBlockWithTests block, TabulatedResult fullResult) Get an aggregatedTestResult
for all test results in aPipelineBlockWithTests
and any children it may have. -
Uses of PipelineBlockWithTests in hudson.tasks.test
Fields in hudson.tasks.test with type parameters of type PipelineBlockWithTestsModifier and TypeFieldDescriptionprotected Map<String,
PipelineBlockWithTests> TabulatedResult.testsByBlock
TODO: javadocMethods in hudson.tasks.test that return PipelineBlockWithTestsMethods in hudson.tasks.test that return types with arguments of type PipelineBlockWithTestsMethods in hudson.tasks.test with parameters of type PipelineBlockWithTestsModifier and TypeMethodDescriptionvoid
PipelineBlockWithTests.addChildBlock
(PipelineBlockWithTests child) TabulatedResult.blockToTestResult
(PipelineBlockWithTests block, TabulatedResult fullResult) Get an aggregatedTabulatedResult
for all test results in aPipelineBlockWithTests
and any children it may have.void
PipelineBlockWithTests.merge
(PipelineBlockWithTests toMerge) protected final void
TabulatedResult.populateBlocks
(List<String> innermostFirst, String nodeId, PipelineBlockWithTests nested)