Class FakeChangeLogSCM

  • All Implemented Interfaces:
    ExtensionPoint, Describable<SCM>

    public class FakeChangeLogSCM
    extends NullSCM
    SCM for test that enables the caller to fake changelog entries programatically. This SCM doesn't really touch any files. TODO: to be moved to Jenkins' test harness.
    Author:
    Kohsuke Kawaguchi