hudson.plugins.violations
Class ViolationsReport.ViolationsReportIterator
java.lang.Object
hudson.plugins.violations.ViolationsReport.ViolationsReportIterator
- All Implemented Interfaces:
- Iterable<ViolationsReport>, Iterator<ViolationsReport>
- Enclosing class:
- ViolationsReport
public static class ViolationsReport.ViolationsReportIterator
- extends Object
- implements Iterator<ViolationsReport>, Iterable<ViolationsReport>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViolationsReport.ViolationsReportIterator
public ViolationsReport.ViolationsReportIterator(hudson.model.AbstractBuild<?,?> curr)
iterator
public Iterator<ViolationsReport> iterator()
- Specified by:
iterator in interface Iterable<ViolationsReport>
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<ViolationsReport>
next
public ViolationsReport next()
- Specified by:
next in interface Iterator<ViolationsReport>
remove
public void remove()
- Specified by:
remove in interface Iterator<ViolationsReport>
Copyright © 2004-2012 Hudson. All Rights Reserved.