hudson.scm
Class SurroundSCMChangeLogSet

java.lang.Object
  extended by hudson.scm.ChangeLogSet<SurroundSCMChangeLogSet.SurroundSCMChangeLogSetEntry>
      extended by hudson.scm.SurroundSCMChangeLogSet
All Implemented Interfaces:
Iterable<SurroundSCMChangeLogSet.SurroundSCMChangeLogSetEntry>

public final class SurroundSCMChangeLogSet
extends hudson.scm.ChangeLogSet<SurroundSCMChangeLogSet.SurroundSCMChangeLogSetEntry>


Nested Class Summary
static class SurroundSCMChangeLogSet.SurroundSCMChangeLogSetEntry
           
 
Nested classes/interfaces inherited from class hudson.scm.ChangeLogSet
hudson.scm.ChangeLogSet.AffectedFile, hudson.scm.ChangeLogSet.Entry
 
Field Summary
 
Fields inherited from class hudson.scm.ChangeLogSet
build
 
Constructor Summary
protected SurroundSCMChangeLogSet(hudson.model.AbstractBuild<?,?> build)
           
 
Method Summary
 boolean addEntry(SurroundSCMChangeLogSet.SurroundSCMChangeLogSetEntry e)
           
 boolean isEmptySet()
           
 Iterator<SurroundSCMChangeLogSet.SurroundSCMChangeLogSetEntry> iterator()
           
 
Methods inherited from class hudson.scm.ChangeLogSet
createEmpty, getItems, getKind
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SurroundSCMChangeLogSet

protected SurroundSCMChangeLogSet(hudson.model.AbstractBuild<?,?> build)
Method Detail

iterator

public Iterator<SurroundSCMChangeLogSet.SurroundSCMChangeLogSetEntry> iterator()

isEmptySet

public boolean isEmptySet()
Specified by:
isEmptySet in class hudson.scm.ChangeLogSet<SurroundSCMChangeLogSet.SurroundSCMChangeLogSetEntry>

addEntry

public boolean addEntry(SurroundSCMChangeLogSet.SurroundSCMChangeLogSetEntry e)


Copyright © 2004-2015 Hudson. All Rights Reserved.