hudson.scm
Class NullChangeLogParser

java.lang.Object
  extended by hudson.scm.ChangeLogParser
      extended by hudson.scm.NullChangeLogParser

public class NullChangeLogParser
extends ChangeLogParser

ChangeLogParser for no SCM.

Author:
Kohsuke Kawaguchi

Field Summary
static NullChangeLogParser INSTANCE
           
 
Constructor Summary
NullChangeLogParser()
           
 
Method Summary
 ChangeLogSet<? extends ChangeLogSet.Entry> parse(AbstractBuild build, File changelogFile)
           
 Object readResolve()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final NullChangeLogParser INSTANCE
Constructor Detail

NullChangeLogParser

public NullChangeLogParser()
Method Detail

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.