hudson.plugins.tfs.model
Class ChangeLogSet

java.lang.Object
  extended by hudson.scm.ChangeLogSet<ChangeSet>
      extended by 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 Class Summary
 
Nested classes/interfaces inherited from class hudson.scm.ChangeLogSet
hudson.scm.ChangeLogSet.Entry
 
Field Summary
 
Fields inherited from class hudson.scm.ChangeLogSet
build
 
Constructor Summary
ChangeLogSet(hudson.model.AbstractBuild build, ChangeSet[] changesetArray)
           
ChangeLogSet(hudson.model.AbstractBuild build, java.util.List<ChangeSet> changesets)
           
 
Method Summary
 boolean isEmptySet()
           
 java.util.Iterator<ChangeSet> iterator()
           
 
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
 

Constructor Detail

ChangeLogSet

public ChangeLogSet(hudson.model.AbstractBuild build,
                    java.util.List<ChangeSet> changesets)

ChangeLogSet

public ChangeLogSet(hudson.model.AbstractBuild build,
                    ChangeSet[] changesetArray)
Method Detail

isEmptySet

public boolean isEmptySet()
Specified by:
isEmptySet in class hudson.scm.ChangeLogSet<ChangeSet>

iterator

public java.util.Iterator<ChangeSet> iterator()


Copyright © 2008. All Rights Reserved.