Uses of Class
hudson.tasks.test.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
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 PipelineBlockWithTests in hudson.tasks.test
Modifier and TypeFieldDescriptionprotected Map<String,
PipelineBlockWithTests> TabulatedResult.testsByBlock
TODO: javadocModifier 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)