Package io.jenkins.plugins.echarts
Klasse GenericBuildActionIterator<A extends io.jenkins.plugins.util.BuildAction<?>,R>
java.lang.Object
io.jenkins.plugins.echarts.GenericBuildActionIterator<A,R>
- Typparameter:
A
- the type of the actionR
- the type of the result
- Alle implementierten Schnittstellen:
Iterator<edu.hm.hafner.echarts.BuildResult<R>>
public class GenericBuildActionIterator<A extends io.jenkins.plugins.util.BuildAction<?>,R>
extends Object
implements Iterator<edu.hm.hafner.echarts.BuildResult<R>>
Iterates over a collection of builds that contain results of a given generic type. These results are available via a
given subtype of
BuildAction
that has to be attached to each build of the selected job. A new iterator starts
from a baseline build where it selects the attached action of the given type. Then it moves back in the build history
until no more builds are available.- Autor:
- Ullrich Hafner
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibungstatic class
GenericBuildActionIterator.BuildActionIterable<A extends io.jenkins.plugins.util.BuildAction<?>,
R> An iterable that provides an iterator for specific values of build that should be rendered in a trend chart. -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden java.util.Iterator
forEachRemaining, remove