public class NullChangeLogParser extends ChangeLogParser
ChangeLogParser for no SCM.| Modifier and Type | Field and Description |
|---|---|
static NullChangeLogParser |
INSTANCE |
| Constructor and Description |
|---|
NullChangeLogParser() |
| Modifier and Type | Method and Description |
|---|---|
ChangeLogSet<? extends ChangeLogSet.Entry> |
parse(Run build,
RepositoryBrowser<?> browser,
File changelogFile) |
Object |
readResolve() |
parsepublic static final NullChangeLogParser INSTANCE
public ChangeLogSet<? extends ChangeLogSet.Entry> parse(Run build, RepositoryBrowser<?> browser, File changelogFile) throws IOException, SAXException
parse in class ChangeLogParserIOExceptionSAXExceptionpublic Object readResolve()
Copyright © 2019. All rights reserved.