hudson.ivy
Class FilteredChangeLogSet

java.lang.Object
  extended by hudson.scm.ChangeLogSet<hudson.scm.ChangeLogSet.Entry>
      extended by hudson.ivy.FilteredChangeLogSet
All Implemented Interfaces:
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
 List<hudson.scm.ChangeLogSet.Entry> getLogs()
           
 boolean isEmptySet()
           
 Iterator<hudson.scm.ChangeLogSet.Entry> iterator()
           
 
Methods inherited from class hudson.scm.ChangeLogSet
createEmpty, getBuild, 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 Iterator<hudson.scm.ChangeLogSet.Entry> iterator()
Specified by:
iterator in interface Iterable<hudson.scm.ChangeLogSet.Entry>
Overrides:
iterator in class hudson.scm.ChangeLogSet<hudson.scm.ChangeLogSet.Entry>

isEmptySet

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

getLogs

public List<hudson.scm.ChangeLogSet.Entry> getLogs()
Specified by:
getLogs in class hudson.scm.ChangeLogSet<hudson.scm.ChangeLogSet.Entry>


Copyright © 2004-2012 Hudson. All Rights Reserved.