hudson.plugins.mercurial
Class MercurialChangeSetList

java.lang.Object
  extended by hudson.scm.ChangeLogSet<MercurialChangeSet>
      extended by hudson.plugins.mercurial.MercurialChangeSetList
All Implemented Interfaces:
java.lang.Iterable<MercurialChangeSet>

public class MercurialChangeSetList
extends ChangeLogSet<MercurialChangeSet>

List of changeset that went into a particular build.


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.scm.ChangeLogSet
ChangeLogSet.AffectedFile, ChangeLogSet.Entry
 
Field Summary
private  java.util.List<MercurialChangeSet> changeSets
           
 
Fields inherited from class hudson.scm.ChangeLogSet
build
 
Constructor Summary
MercurialChangeSetList(AbstractBuild build, java.util.List<MercurialChangeSet> logs)
           
 
Method Summary
 java.lang.String getKind()
           
 java.util.List<MercurialChangeSet> getLogs()
           
 boolean isEmptySet()
           
 java.util.Iterator<MercurialChangeSet> iterator()
           
 
Methods inherited from class hudson.scm.ChangeLogSet
createEmpty, getItems
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

changeSets

private final java.util.List<MercurialChangeSet> changeSets
Constructor Detail

MercurialChangeSetList

MercurialChangeSetList(AbstractBuild build,
                       java.util.List<MercurialChangeSet> logs)
Method Detail

isEmptySet

public boolean isEmptySet()
Specified by:
isEmptySet in class ChangeLogSet<MercurialChangeSet>

iterator

public java.util.Iterator<MercurialChangeSet> iterator()

getLogs

public java.util.List<MercurialChangeSet> getLogs()

getKind

public java.lang.String getKind()
Overrides:
getKind in class ChangeLogSet<MercurialChangeSet>


Copyright © 2010. All Rights Reserved.