Uses of Class
hudson.tasks.test.AbstractTestResultAction
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 AbstractTestResultAction in hudson.tasks.junit
Modifier and TypeMethodDescriptionTestResult.getParentAction()
abstract AbstractTestResultAction
TestObject.getTestResultAction()
Deprecated.Modifier and TypeMethodDescriptionvoid
TestResult.setParentAction
(AbstractTestResultAction action) -
Uses of AbstractTestResultAction in hudson.tasks.test
Modifier and TypeClassDescriptionclass
AbstractTestResultAction<T extends AbstractTestResultAction>
Common base class for recording test result.Modifier and TypeClassDescriptionclass
AbstractTestResultAction
that aggregates all the test results from the correspondingRun
s.static final class
Action that serves the aggregated record.Modifier and TypeFieldDescriptionprotected AbstractTestResultAction
SimpleCaseResult.parentAction
Modifier and TypeMethodDescription<U extends AbstractTestResultAction>
UAbstractTestResultAction.getPreviousResult
(Class<U> type, boolean eager) Modifier and TypeMethodDescriptionprotected AbstractTestResultAction
AggregatedTestResultAction.getChildReport
(AggregatedTestResultAction.Child child) UsesAggregatedTestResultAction.resolveChild(Child)
and obtain theAbstractTestResultAction
object for the given child.TestResultProjectAction.getLastTestResultAction()
SimpleCaseResult.getParentAction()
TestResult.getParentAction()
Returns the action that points to the top level test result includes this test result.TestObject.getTestResultAction()
Subclasses may override this method if they are associated with a particular subclass of AbstractTestResultAction.Modifier and TypeMethodDescriptionAggregatedTestResultPublisher.TestResultAction.getIndividuals()
Returns the individual test results that are aggregated.Iterator<edu.hm.hafner.echarts.BuildResult<AbstractTestResultAction<?>>>
TestResultActionIterable.iterator()
Modifier and TypeMethodDescriptionprotected void
AggregatedTestResultAction.add
(AbstractTestResultAction child) 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 TypeMethodDescriptionprotected void
AggregatedTestResultAction.update
(List<? extends AbstractTestResultAction> children) ModifierConstructorDescriptionChildReport
(AbstractBuild<?, ?> child, AbstractTestResultAction result) Deprecated.ChildReport
(Run<?, ?> run, AbstractTestResultAction result) TestResultActionIterable
(AbstractTestResultAction<?> baseline) Creates a new iterator that selects action of the given typeactionType
.