hudson.scm
Class IntegrityChangeLogParser

java.lang.Object
  extended by hudson.scm.ChangeLogParser
      extended by hudson.scm.IntegrityChangeLogParser

public class IntegrityChangeLogParser
extends hudson.scm.ChangeLogParser

This class provides the parser to read the changelog.xml that is generated at the end of a build listing the SCM changes


Constructor Summary
IntegrityChangeLogParser(String url)
          Provides a mechanism to obtain the host/port information for constructing links to annotations and differences views
 
Method Summary
 IntegrityChangeLogSet parse(hudson.model.AbstractBuild build, File changeLogFile)
          Overridden ChangeLogParser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegrityChangeLogParser

public IntegrityChangeLogParser(String url)
Provides a mechanism to obtain the host/port information for constructing links to annotations and differences views

Method Detail

parse

public IntegrityChangeLogSet parse(hudson.model.AbstractBuild build,
                                   File changeLogFile)
                            throws IOException,
                                   SAXException
Overridden ChangeLogParser

Specified by:
parse in class hudson.scm.ChangeLogParser
Throws:
IOException
SAXException
See Also:
ChangeLogParser.parse(hudson.model.AbstractBuild, java.io.File)


Copyright © 2004-2012 Hudson. All Rights Reserved.