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 |
TestResultAction
Action that displays the JUnit test result. |
Modifier and Type | Method and Description |
---|---|
AbstractTestResultAction |
TestResult.getParentAction() |
abstract AbstractTestResultAction |
TestObject.getTestResultAction()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
TestResult.setParentAction(AbstractTestResultAction action) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTestResultAction<T extends AbstractTestResultAction>
Common base class for recording test result.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregatedTestResultAction
AbstractTestResultAction that aggregates all the test results
from the corresponding Run s. |
static class |
AggregatedTestResultPublisher.TestResultAction
Action that serves the aggregated record.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractTestResultAction |
SimpleCaseResult.parentAction |
Modifier and Type | Method and Description |
---|---|
<U extends AbstractTestResultAction> |
AbstractTestResultAction.getPreviousResult(Class<U> type,
boolean eager) |
Modifier and Type | Method and Description |
---|---|
protected AbstractTestResultAction |
AggregatedTestResultAction.getChildReport(AggregatedTestResultAction.Child child)
Uses
AggregatedTestResultAction.resolveChild(Child) and obtain the
AbstractTestResultAction object for the given child. |
AbstractTestResultAction |
TestResultProjectAction.getLastTestResultAction() |
AbstractTestResultAction |
SimpleCaseResult.getParentAction() |
AbstractTestResultAction |
TestResult.getParentAction()
Returns the action that points to the top level test result includes
this test result.
|
AbstractTestResultAction |
TestObject.getTestResultAction()
Subclasses may override this method if they are
associated with a particular subclass of
AbstractTestResultAction.
|
Modifier and Type | Method and Description |
---|---|
List<AbstractTestResultAction> |
AggregatedTestResultPublisher.TestResultAction.getIndividuals()
Returns the individual test results that are aggregated.
|
Iterator<edu.hm.hafner.echarts.BuildResult<AbstractTestResultAction<?>>> |
TestResultActionIterable.iterator() |
Modifier and Type | Method and Description |
---|---|
protected void |
AggregatedTestResultAction.add(AbstractTestResultAction child) |
protected Map<String,Integer> |
TestResultTrendSeriesBuilder.computeSeries(AbstractTestResultAction testResultAction) |
protected abstract String |
AggregatedTestResultAction.getChildName(AbstractTestResultAction tr) |
void |
SimpleCaseResult.setParentAction(AbstractTestResultAction parentAction)
Sets the parent action, which means the action that binds
this particular case result to a build.
|
void |
TestResult.setParentAction(AbstractTestResultAction action)
If the concept of a parent action is important to a subclass, then it should
provide a non-noop implementation of this method.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AggregatedTestResultAction.update(List<? extends AbstractTestResultAction> children) |
Constructor and Description |
---|
ChildReport(hudson.model.AbstractBuild<?,?> child,
AbstractTestResultAction result)
Deprecated.
|
ChildReport(hudson.model.Run<?,?> run,
AbstractTestResultAction result) |
TestResultActionIterable(AbstractTestResultAction<?> baseline)
Creates a new iterator that selects action of the given type
actionType . |
Copyright © 2016–2022. All rights reserved.