Package hudson.scm

Class ChangeLogParser

  • Direct Known Subclasses:
    NullChangeLogParser

    public abstract class ChangeLogParser
    extends Object
    Encapsulates the file format of the changelog. Instances should be stateless, but persisted as a part of build.
    Author:
    Kohsuke Kawaguchi