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
IOExceptionSAXException@Deprecated public ChangeLogSet<? extends ChangeLogSet.Entry> parse(AbstractBuild build, File changelogFile) throws IOException, SAXException
IOExceptionSAXExceptionCopyright © 2019. All rights reserved.