hudson.ivy
Class FilteredChangeLogSet

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

public class FilteredChangeLogSet
extends hudson.scm.ChangeLogSet<hudson.scm.ChangeLogSet.Entry>

ChangeLogSet implementation used for IvyBuild.

Author:
Timothy Bingaman

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

iterator

public java.util.Iterator<hudson.scm.ChangeLogSet.Entry> iterator()

isEmptySet

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

getLogs

public java.util.List<hudson.scm.ChangeLogSet.Entry> getLogs()


Copyright © 2010. All Rights Reserved.