com.cwctravel.hudson.plugins.script_scm
Class ScriptSCMChangeLogSet

java.lang.Object
  extended by hudson.scm.ChangeLogSet<ScriptSCMChangeLogEntry>
      extended by com.cwctravel.hudson.plugins.script_scm.ScriptSCMChangeLogSet
All Implemented Interfaces:
java.lang.Iterable<ScriptSCMChangeLogEntry>

public class ScriptSCMChangeLogSet
extends hudson.scm.ChangeLogSet<ScriptSCMChangeLogEntry>


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.scm.ChangeLogSet
hudson.scm.ChangeLogSet.AffectedFile, hudson.scm.ChangeLogSet.Entry
 
Field Summary
 
Fields inherited from class hudson.scm.ChangeLogSet
build
 
Constructor Summary
protected ScriptSCMChangeLogSet(hudson.model.AbstractBuild<?,?> build, java.util.List<ScriptSCMChangeLogEntry> changeLogEntries)
           
 
Method Summary
 boolean isEmptySet()
           
 java.util.Iterator<ScriptSCMChangeLogEntry> iterator()
           
static ScriptSCMChangeLogSet parse(hudson.model.AbstractBuild<?,?> build, java.io.File changelogFile)
           
 
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
 

Constructor Detail

ScriptSCMChangeLogSet

protected ScriptSCMChangeLogSet(hudson.model.AbstractBuild<?,?> build,
                                java.util.List<ScriptSCMChangeLogEntry> changeLogEntries)
Method Detail

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-2013. All Rights Reserved.