com.cwctravel.hudson.plugins.script_scm
Class ScriptSCMChangeLogSet
java.lang.Object
hudson.scm.ChangeLogSet<ScriptSCMChangeLogEntry>
com.cwctravel.hudson.plugins.script_scm.ScriptSCMChangeLogSet
- All Implemented Interfaces:
- java.lang.Iterable<ScriptSCMChangeLogEntry>
public class ScriptSCMChangeLogSet
- extends hudson.scm.ChangeLogSet<ScriptSCMChangeLogEntry>
| 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, getKind |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScriptSCMChangeLogSet
protected ScriptSCMChangeLogSet(hudson.model.AbstractBuild<?,?> build,
java.util.List<ScriptSCMChangeLogEntry> changeLogEntries)
iterator
public java.util.Iterator<ScriptSCMChangeLogEntry> iterator()
isEmptySet
public boolean isEmptySet()
- Specified by:
isEmptySet in class hudson.scm.ChangeLogSet<ScriptSCMChangeLogEntry>
parse
public static ScriptSCMChangeLogSet parse(hudson.model.AbstractBuild<?,?> build,
java.io.File changelogFile)
throws java.io.IOException,
org.xml.sax.SAXException
- Throws:
java.io.IOException
org.xml.sax.SAXException
Copyright © 2004-2012. All Rights Reserved.