scm.vss
Class VSSChangeLogSet

java.lang.Object
  extended by hudson.scm.ChangeLogSet<VSSChangeLogSet.VSSChangeLog>
      extended by scm.vss.VSSChangeLogSet
All Implemented Interfaces:
Iterable<VSSChangeLogSet.VSSChangeLog>

public class VSSChangeLogSet
extends hudson.scm.ChangeLogSet<VSSChangeLogSet.VSSChangeLog>

The VSS change log set.

Author:
vara

Nested Class Summary
static class VSSChangeLogSet.VSSChangeLog
          VSS change log.
 
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
VSSChangeLogSet(hudson.model.AbstractBuild build, File changeLogFile)
          Log set is created with the change log file.
 
Method Summary
 List getLogs()
           
 boolean isEmptySet()
          Returns true if the changes are empty.
 Iterator<VSSChangeLogSet.VSSChangeLog> iterator()
          Returns the iterator for history entries.
 
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

VSSChangeLogSet

public VSSChangeLogSet(hudson.model.AbstractBuild build,
                       File changeLogFile)
                throws IOException,
                       SAXException
Log set is created with the change log file.

Parameters:
changeLogFile - Change log file.
Throws:
IOException, - SAXException Error while parsing the log file.
IOException
SAXException
Method Detail

isEmptySet

public boolean isEmptySet()
Returns true if the changes are empty.

Specified by:
isEmptySet in class hudson.scm.ChangeLogSet<VSSChangeLogSet.VSSChangeLog>

iterator

public Iterator<VSSChangeLogSet.VSSChangeLog> iterator()
Returns the iterator for history entries.


getLogs

public List getLogs()
Returns:
Returns the log entries as a list.


Copyright © 2004-2011. All Rights Reserved.