hudson.plugins.tfs.model
Class ChangeLogSet
java.lang.Object
hudson.scm.ChangeLogSet<ChangeSet>
hudson.plugins.tfs.model.ChangeLogSet
- All Implemented Interfaces:
- java.lang.Iterable<ChangeSet>
public class ChangeLogSet
- extends hudson.scm.ChangeLogSet<ChangeSet>
ChangeLogSet for the Team Foundation Server SCM
The log set will set the parent of the log entries in the constructor.
- Author:
- Erik Ramfelt
| 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 |
ChangeLogSet
public ChangeLogSet(hudson.model.AbstractBuild build,
java.util.List<ChangeSet> changesets)
ChangeLogSet
public ChangeLogSet(hudson.model.AbstractBuild build,
ChangeSet[] changesetArray)
isEmptySet
public boolean isEmptySet()
- Specified by:
isEmptySet in class hudson.scm.ChangeLogSet<ChangeSet>
iterator
public java.util.Iterator<ChangeSet> iterator()
Copyright © 2010. All Rights Reserved.