hudson.scm
Class ChangeLogParser

java.lang.Object
  extended by hudson.scm.ChangeLogParser
Direct Known Subclasses:
ExtractChangeLogParser, FakeChangeLogSCM.FakeChangeLogParser, NullChangeLogParser

public abstract class ChangeLogParser
extends Object

Encapsulates the file format of the changelog. Instances should be stateless, but persisted as a part of Build.

Author:
Kohsuke Kawaguchi

Constructor Summary
ChangeLogParser()
           
 
Method Summary
abstract  ChangeLogSet<? extends ChangeLogSet.Entry> parse(AbstractBuild build, File changelogFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeLogParser

public ChangeLogParser()
Method Detail

parse

public abstract ChangeLogSet<? extends ChangeLogSet.Entry> parse(AbstractBuild build,
                                                                 File changelogFile)
                                                          throws IOException,
                                                                 SAXException
Throws:
IOException
SAXException


Copyright © 2004-2013. All Rights Reserved.