hudson.scm
Class IntegrityChangeLogParser

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

public class IntegrityChangeLogParser
extends hudson.scm.ChangeLogParser

At this point, this


Constructor Summary
IntegrityChangeLogParser(java.lang.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, java.io.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(java.lang.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,
                                   java.io.File changeLogFile)
                            throws java.io.IOException,
                                   org.xml.sax.SAXException
Overridden ChangeLogParser

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


Copyright © 2004-2011 Hudson. All Rights Reserved.