hudson.plugins.mercurial
Class MercurialChangeSetList
java.lang.Object
hudson.scm.ChangeLogSet<MercurialChangeSet>
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
changeSets
private final java.util.List<MercurialChangeSet> changeSets
MercurialChangeSetList
MercurialChangeSetList(AbstractBuild build,
java.util.List<MercurialChangeSet> logs)
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.