hudson.plugins.clearcase.ucm
Class UcmChangeLogParser

java.lang.Object
  extended by hudson.scm.ChangeLogParser
      extended by hudson.plugins.clearcase.ucm.UcmChangeLogParser

public class UcmChangeLogParser
extends hudson.scm.ChangeLogParser

ClearCase change log parser.

Author:
Erik Ramfelt

Constructor Summary
UcmChangeLogParser()
           
 
Method Summary
 UcmChangeLogSet parse(hudson.model.AbstractBuild build, java.io.File changeLogFile)
          Parses the change log file and returns a ClearCase change log set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UcmChangeLogParser

public UcmChangeLogParser()
Method Detail

parse

public UcmChangeLogSet parse(hudson.model.AbstractBuild build,
                             java.io.File changeLogFile)
                      throws java.io.IOException,
                             org.xml.sax.SAXException
Parses the change log file and returns a ClearCase change log set.

Specified by:
parse in class hudson.scm.ChangeLogParser
Parameters:
build - the build for the change log
changeLogFile - the change log file
Returns:
the change log set
Throws:
java.io.IOException
org.xml.sax.SAXException


Copyright © 2009. All Rights Reserved.