A - type of the action that stores the resultR - type of the result that is persisted within the actionpublic class BuildResultIterator<A extends io.jenkins.plugins.util.BuildAction<R>,R> extends Object implements Iterator<edu.hm.hafner.echarts.BuildResult<R>>
| Constructor and Description |
|---|
BuildResultIterator(Class<A> actionType,
Optional<A> 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<R> |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removeCopyright © 2016–2019. All rights reserved.