T - type of the action that stores the resultpublic class BuildActionIterator<T extends io.jenkins.plugins.util.BuildAction<?>> extends Object implements Iterator<edu.hm.hafner.echarts.BuildResult<T>>
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.| Constructor and Description |
|---|
BuildActionIterator(Class<T> actionType,
Optional<T> baseline)
Creates a new iterator that selects action of the given type
actionType. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
edu.hm.hafner.echarts.BuildResult<T> |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removeCopyright © 2016–2020. All rights reserved.