hudson.plugins.violations
Class ViolationsReport.ViolationsReportIterator

java.lang.Object
  extended by 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>


Constructor Summary
ViolationsReport.ViolationsReportIterator(hudson.model.AbstractBuild<?,?> curr)
           
 
Method Summary
 boolean hasNext()
           
 Iterator<ViolationsReport> iterator()
           
 ViolationsReport next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViolationsReport.ViolationsReportIterator

public ViolationsReport.ViolationsReportIterator(hudson.model.AbstractBuild<?,?> curr)
Method Detail

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.