hudson.maven
Class FilteredChangeLogSet
java.lang.Object
hudson.scm.ChangeLogSet<ChangeLogSet.Entry>
hudson.maven.FilteredChangeLogSet
- All Implemented Interfaces:
- Iterable<ChangeLogSet.Entry>
public class FilteredChangeLogSet
- extends ChangeLogSet<ChangeLogSet.Entry>
ChangeLogSet
implementation used for MavenBuild
.
- Author:
- Kohsuke Kawaguchi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
core
public final ChangeLogSet<? extends ChangeLogSet.Entry> core
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.