hudson.scm
Class ChangeLogParser
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChangeLogParser
public ChangeLogParser()
parse
public abstract ChangeLogSet<? extends ChangeLogSet.Entry> parse(AbstractBuild build,
File changelogFile)
throws IOException,
SAXException
- Throws:
IOException
SAXException
Copyright © 2004-2013. All Rights Reserved.