hudson.plugins.mercurial
Class MercurialChangeSetList
java.lang.Object
hudson.scm.ChangeLogSet<MercurialChangeSet>
hudson.plugins.mercurial.MercurialChangeSetList
- All Implemented Interfaces:
- 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 List<MercurialChangeSet> changeSets
MercurialChangeSetList
MercurialChangeSetList(AbstractBuild build,
List<MercurialChangeSet> logs)
isEmptySet
public boolean isEmptySet()
- Specified by:
isEmptySet in class ChangeLogSet<MercurialChangeSet>
iterator
public Iterator<MercurialChangeSet> iterator()
getLogs
public List<MercurialChangeSet> getLogs()
getKind
public String getKind()
- Overrides:
getKind in class ChangeLogSet<MercurialChangeSet>
Copyright © 2010. All Rights Reserved.