hudson.plugins.bazaar
Class BazaarChangeSetList

java.lang.Object
  extended by hudson.scm.ChangeLogSet<BazaarChangeSet>
      extended by hudson.plugins.bazaar.BazaarChangeSetList
All Implemented Interfaces:
java.lang.Iterable<BazaarChangeSet>

public class BazaarChangeSetList
extends hudson.scm.ChangeLogSet<BazaarChangeSet>

List of changeset that went into a particular build.

Author:
Trond Norbye

Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.scm.ChangeLogSet
hudson.scm.ChangeLogSet.AffectedFile, hudson.scm.ChangeLogSet.Entry
 
Field Summary
 
Fields inherited from class hudson.scm.ChangeLogSet
build
 
Method Summary
 java.lang.String getKind()
           
 java.util.List<BazaarChangeSet> getLogs()
           
 boolean isEmptySet()
           
 java.util.Iterator<BazaarChangeSet> 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
 

Method Detail

isEmptySet

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

iterator

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

getLogs

public java.util.List<BazaarChangeSet> getLogs()

getKind

public java.lang.String getKind()
Overrides:
getKind in class hudson.scm.ChangeLogSet<BazaarChangeSet>


Copyright © 2011. All Rights Reserved.