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 hudson.scm.ChangeLogSet<MercurialChangeSet>
List of changeset that went into a particular build.
| Nested classes/interfaces inherited from class hudson.scm.ChangeLogSet |
hudson.scm.ChangeLogSet.AffectedFile, hudson.scm.ChangeLogSet.Entry |
| Fields inherited from class hudson.scm.ChangeLogSet |
build |
| 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 |
isEmptySet
public boolean isEmptySet()
- Specified by:
isEmptySet in class hudson.scm.ChangeLogSet<MercurialChangeSet>
iterator
public Iterator<MercurialChangeSet> iterator()
getLogs
public List<MercurialChangeSet> getLogs()
getKind
public String getKind()
- Overrides:
getKind in class hudson.scm.ChangeLogSet<MercurialChangeSet>
Copyright © 2004-2011. All Rights Reserved.