hudson.plugins.bazaar
Class BazaarChangeSetList
java.lang.Object
hudson.scm.ChangeLogSet<BazaarChangeSet>
hudson.plugins.bazaar.BazaarChangeSetList
- All Implemented Interfaces:
- Iterable<BazaarChangeSet>
public class BazaarChangeSetList
- extends hudson.scm.ChangeLogSet<BazaarChangeSet>
List of changeset that went into a particular build.
- Author:
- Trond Norbye
| 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<BazaarChangeSet>
iterator
public Iterator<BazaarChangeSet> iterator()
getLogs
public List<BazaarChangeSet> getLogs()
getKind
public String getKind()
- Overrides:
getKind in class hudson.scm.ChangeLogSet<BazaarChangeSet>
Copyright © 2004-2013. All Rights Reserved.