hudson.maven
Class FilteredChangeLogSet

java.lang.Object
  extended by hudson.scm.ChangeLogSet<ChangeLogSet.Entry>
      extended by hudson.maven.FilteredChangeLogSet
All Implemented Interfaces:
Iterable<ChangeLogSet.Entry>

public class FilteredChangeLogSet
extends ChangeLogSet<ChangeLogSet.Entry>

ChangeLogSet implementation used for MavenBuild.

Author:
Kohsuke Kawaguchi

Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.scm.ChangeLogSet
ChangeLogSet.AffectedFile, ChangeLogSet.Entry
 
Field Summary
 ChangeLogSet<? extends ChangeLogSet.Entry> core
           
 
Fields inherited from class hudson.scm.ChangeLogSet
build
 
Method Summary
 List<ChangeLogSet.Entry> getLogs()
           
 boolean isEmptySet()
          Returns true if there's no change.
 Iterator<ChangeLogSet.Entry> iterator()
           
 
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
 

Field Detail

core

public final ChangeLogSet<? extends ChangeLogSet.Entry> core
Method Detail

iterator

public Iterator<ChangeLogSet.Entry> iterator()

isEmptySet

public boolean isEmptySet()
Description copied from class: ChangeLogSet
Returns true if there's no change.

Specified by:
isEmptySet in class ChangeLogSet<ChangeLogSet.Entry>

getLogs

public List<ChangeLogSet.Entry> getLogs()


Copyright © 2004-2013. All Rights Reserved.