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 aggregatedTestResultfor all test results in aPipelineBlockWithTestsand 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.testsByBlockTODO: 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 TypeMethodDescriptionvoidPipelineBlockWithTests.addChildBlock(PipelineBlockWithTests child) TabulatedResult.blockToTestResult(PipelineBlockWithTests block, TabulatedResult fullResult) Get an aggregatedTabulatedResultfor all test results in aPipelineBlockWithTestsand any children it may have.voidPipelineBlockWithTests.merge(PipelineBlockWithTests toMerge) protected final voidTabulatedResult.populateBlocks(List<String> innermostFirst, String nodeId, PipelineBlockWithTests nested)