Package hudson.tasks.test
Class TestResultActionIterable
java.lang.Object
hudson.tasks.test.TestResultActionIterable
- All Implemented Interfaces:
Iterable<edu.hm.hafner.echarts.BuildResult<AbstractTestResultAction<?>>>
public class TestResultActionIterable
extends Object
implements Iterable<edu.hm.hafner.echarts.BuildResult<AbstractTestResultAction<?>>>
-
Constructor Summary
ConstructorDescriptionTestResultActionIterable
(AbstractTestResultAction<?> baseline) Creates a new iterator that selects action of the given typeactionType
. -
Method Summary
Modifier and TypeMethodDescriptionIterator<edu.hm.hafner.echarts.BuildResult<AbstractTestResultAction<?>>>
iterator()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
TestResultActionIterable
Creates a new iterator that selects action of the given typeactionType
.- Parameters:
baseline
- the baseline to start from
-
-
Method Details
-
iterator
- Specified by:
iterator
in interfaceIterable<edu.hm.hafner.echarts.BuildResult<AbstractTestResultAction<?>>>
-