hudson.plugins.git
Class GitChangeSetList
java.lang.Object
hudson.scm.ChangeLogSet<GitChangeSet>
hudson.plugins.git.GitChangeSetList
- All Implemented Interfaces:
- Iterable<GitChangeSet>
public class GitChangeSetList
- extends hudson.scm.ChangeLogSet<GitChangeSet>
List of changeset that went into a particular build.
- Author:
- Nigel Magnay
| 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, getKind |
| 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<GitChangeSet>
iterator
public Iterator<GitChangeSet> iterator()
getLogs
public List<GitChangeSet> getLogs()
Copyright © 2004-2011 Hudson. All Rights Reserved.