Package | Description |
---|---|
hudson.tasks.junit |
Model objects that represent JUnit test reports.
|
hudson.tasks.test |
Defines contracts that need to be implemented by a test reporting
action (such as the built-in JUnit one).
|
Modifier and Type | Method and Description |
---|---|
TabulatedResult |
TestResult.blockToTestResult(PipelineBlockWithTests block,
TabulatedResult fullResult)
Get an aggregated
TestResult for all test results in a PipelineBlockWithTests and any children it may have. |
Modifier and Type | Field and Description |
---|---|
protected Map<String,PipelineBlockWithTests> |
TabulatedResult.testsByBlock
TODO: javadoc
|
Modifier and Type | Method and Description |
---|---|
PipelineBlockWithTests |
TabulatedResult.getPipelineBlockWithTests(String blockId) |
Modifier and Type | Method and Description |
---|---|
Map<String,PipelineBlockWithTests> |
PipelineBlockWithTests.getChildBlocks() |
Modifier and Type | Method and Description |
---|---|
void |
PipelineBlockWithTests.addChildBlock(PipelineBlockWithTests child) |
TabulatedResult |
TabulatedResult.blockToTestResult(PipelineBlockWithTests block,
TabulatedResult fullResult)
Get an aggregated
TabulatedResult for all test results in a PipelineBlockWithTests and any children it may have. |
void |
PipelineBlockWithTests.merge(PipelineBlockWithTests toMerge) |
protected void |
TabulatedResult.populateBlocks(List<String> innermostFirst,
String nodeId,
PipelineBlockWithTests nested) |
Copyright © 2016–2022. All rights reserved.