Package hudson.scm
Class NullChangeLogParser
- java.lang.Object
-
- hudson.scm.ChangeLogParser
-
- hudson.scm.NullChangeLogParser
-
public class NullChangeLogParser extends ChangeLogParser
ChangeLogParser
for no SCM.- Author:
- Kohsuke Kawaguchi
-
-
Field Summary
Fields Modifier and Type Field Description static NullChangeLogParser
INSTANCE
-
Constructor Summary
Constructors Constructor Description NullChangeLogParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeLogSet<? extends ChangeLogSet.Entry>
parse(Run build, RepositoryBrowser<?> browser, File changelogFile)
protected Object
readResolve()
-
Methods inherited from class hudson.scm.ChangeLogParser
parse
-
-
-
-
Field Detail
-
INSTANCE
public static final NullChangeLogParser INSTANCE
-
-
Method Detail
-
parse
public ChangeLogSet<? extends ChangeLogSet.Entry> parse(Run build, RepositoryBrowser<?> browser, File changelogFile) throws IOException, SAXException
- Overrides:
parse
in classChangeLogParser
- Throws:
IOException
SAXException
-
readResolve
protected Object readResolve()
-
-