public abstract class ChangeLogParser extends Object
Constructor and Description |
---|
ChangeLogParser() |
Modifier and Type | Method and Description |
---|---|
ChangeLogSet<? extends ChangeLogSet.Entry> |
parse(AbstractBuild build,
File changelogFile)
Deprecated.
|
ChangeLogSet<? extends ChangeLogSet.Entry> |
parse(Run build,
RepositoryBrowser<?> browser,
File changelogFile) |
public ChangeLogSet<? extends ChangeLogSet.Entry> parse(Run build, RepositoryBrowser<?> browser, File changelogFile) throws IOException, SAXException
IOException
SAXException
@Deprecated public ChangeLogSet<? extends ChangeLogSet.Entry> parse(AbstractBuild build, File changelogFile) throws IOException, SAXException
IOException
SAXException
Copyright © 2004–2022. All rights reserved.