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 | Class and Description |
---|---|
class |
ClassResult
Cumulative test result of a test class.
|
class |
PackageResult
Cumulative test result for a package.
|
class |
TestResult
Root of all the test results for one build.
|
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 | 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 | Class and Description |
---|---|
class |
MetaTabulatedResult
The purpose of this class is to provide a good place for the
jelly to bind to.
|
Modifier and Type | Method and Description |
---|---|
TabulatedResult |
TabulatedResult.blockToTestResult(PipelineBlockWithTests block,
TabulatedResult fullResult)
Get an aggregated
TabulatedResult for all test results in a PipelineBlockWithTests and any children it may have. |
Modifier and Type | Method and Description |
---|---|
TabulatedResult |
TabulatedResult.blockToTestResult(PipelineBlockWithTests block,
TabulatedResult fullResult)
Get an aggregated
TabulatedResult for all test results in a PipelineBlockWithTests and any children it may have. |
Copyright © 2016–2022. All rights reserved.