hudson.plugins.mercurial
Class MercurialChangeSetList

java.lang.Object
  extended by hudson.scm.ChangeLogSet<MercurialChangeSet>
      extended by hudson.plugins.mercurial.MercurialChangeSetList
All Implemented Interfaces:
java.lang.Iterable<MercurialChangeSet>

public class MercurialChangeSetList
extends hudson.scm.ChangeLogSet<MercurialChangeSet>

List of changeset that went into a particular build.

Author:
Kohsuke Kawaguchi

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
 
Method Summary
 java.util.List<MercurialChangeSet> getLogs()
           
 boolean isEmptySet()
           
 java.util.Iterator<MercurialChangeSet> 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<MercurialChangeSet>

iterator

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

getLogs

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


Copyright © 2009. All Rights Reserved.