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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final NullChangeLogParser INSTANCE
NullChangeLogParser
public NullChangeLogParser()
parse
public ChangeLogSet<? extends ChangeLogSet.Entry> parse(AbstractBuild build,
File changelogFile)
throws IOException,
SAXException
- Specified by:
parse
in class ChangeLogParser
- Throws:
IOException
SAXException
readResolve
public Object readResolve()
Copyright © 2004-2013. All Rights Reserved.