hudson.scm
Class CVSChangeLogSet
java.lang.Object
hudson.scm.ChangeLogSet<CVSChangeLogSet.CVSChangeLog>
hudson.scm.CVSChangeLogSet
- All Implemented Interfaces:
- Iterable<CVSChangeLogSet.CVSChangeLog>
public final class CVSChangeLogSet
- extends hudson.scm.ChangeLogSet<CVSChangeLogSet.CVSChangeLog>
ChangeLogSet for CVS.
- Author:
- Kohsuke Kawaguchi
| Nested classes/interfaces inherited from class hudson.scm.ChangeLogSet |
hudson.scm.ChangeLogSet.AffectedFile, hudson.scm.ChangeLogSet.Entry |
| Fields inherited from class hudson.scm.ChangeLogSet |
build |
| 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 |
CVSChangeLogSet
public CVSChangeLogSet(hudson.model.AbstractBuild<?,?> build,
List<CVSChangeLogSet.CVSChangeLog> logs)
getLogs
public List<CVSChangeLogSet.CVSChangeLog> getLogs()
- Returns the read-only list of changes.
isEmptySet
public boolean isEmptySet()
- Specified by:
isEmptySet in class hudson.scm.ChangeLogSet<CVSChangeLogSet.CVSChangeLog>
iterator
public Iterator<CVSChangeLogSet.CVSChangeLog> iterator()
getKind
public String getKind()
- Overrides:
getKind in class hudson.scm.ChangeLogSet<CVSChangeLogSet.CVSChangeLog>
parse
public static CVSChangeLogSet parse(hudson.model.AbstractBuild build,
File f)
throws IOException,
SAXException
- Throws:
IOException
SAXException
Copyright © 2004-2011 Hudson. All Rights Reserved.