Package hudson.scm
Class ChangeLogParser
java.lang.Object
hudson.scm.ChangeLogParser
- Direct Known Subclasses:
NullChangeLogParser
Encapsulates the file format of the changelog.
Instances should be stateless, but
persisted as a part of build.
- Author:
- Kohsuke Kawaguchi
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionChangeLogSet<? extends ChangeLogSet.Entry>
parse
(AbstractBuild build, File changelogFile) Deprecated.ChangeLogSet<? extends ChangeLogSet.Entry>
parse
(Run build, RepositoryBrowser<?> browser, File changelogFile)
-
Constructor Details
-
ChangeLogParser
public ChangeLogParser()
-
-
Method Details
-
parse
public ChangeLogSet<? extends ChangeLogSet.Entry> parse(Run build, RepositoryBrowser<?> browser, File changelogFile) throws IOException, SAXException - Throws:
IOException
SAXException
- Since:
- 1.568
-
parse
@Deprecated public ChangeLogSet<? extends ChangeLogSet.Entry> parse(AbstractBuild build, File changelogFile) throws IOException, SAXException Deprecated.- Throws:
IOException
SAXException
-