Uses of Class
hudson.tasks.test.AbstractTestResultAction
Packages that use 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
Subclasses of AbstractTestResultAction in hudson.tasks.junitMethods in hudson.tasks.junit that return AbstractTestResultActionModifier and TypeMethodDescriptionTestResult.getParentAction()
abstract AbstractTestResultAction
TestObject.getTestResultAction()
Deprecated.Methods in hudson.tasks.junit with parameters of type AbstractTestResultActionModifier and TypeMethodDescriptionvoid
TestResult.setParentAction
(AbstractTestResultAction action) -
Uses of AbstractTestResultAction in hudson.tasks.test
Classes in hudson.tasks.test with type parameters of type AbstractTestResultActionModifier and TypeClassDescriptionclass
AbstractTestResultAction<T extends AbstractTestResultAction>
Common base class for recording test result.Subclasses of AbstractTestResultAction in hudson.tasks.testModifier and TypeClassDescriptionclass
AbstractTestResultAction
that aggregates all the test results from the correspondingRun
s.static final class
Action that serves the aggregated record.Fields in hudson.tasks.test declared as AbstractTestResultActionModifier and TypeFieldDescriptionprotected AbstractTestResultAction
SimpleCaseResult.parentAction
Methods in hudson.tasks.test with type parameters of type AbstractTestResultActionModifier and TypeMethodDescription<U extends AbstractTestResultAction>
UAbstractTestResultAction.getPreviousResult
(Class<U> type, boolean eager) Methods in hudson.tasks.test that return AbstractTestResultActionModifier 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.Methods in hudson.tasks.test that return types with arguments of type AbstractTestResultActionModifier and TypeMethodDescriptionAggregatedTestResultPublisher.TestResultAction.getIndividuals()
Returns the individual test results that are aggregated.Iterator<edu.hm.hafner.echarts.BuildResult<AbstractTestResultAction<?>>>
TestResultActionIterable.iterator()
Methods in hudson.tasks.test with parameters of type AbstractTestResultActionModifier 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.Method parameters in hudson.tasks.test with type arguments of type AbstractTestResultActionModifier and TypeMethodDescriptionprotected void
AggregatedTestResultAction.update
(List<? extends AbstractTestResultAction> children) Constructors in hudson.tasks.test with parameters of type AbstractTestResultActionModifierConstructorDescriptionChildReport
(AbstractBuild<?, ?> child, AbstractTestResultAction result) Deprecated.ChildReport
(Run<?, ?> run, AbstractTestResultAction result) TestResultActionIterable
(AbstractTestResultAction<?> baseline) Creates a new iterator that selects action of the given typeactionType
.