Class MergeRecord

  • All Implemented Interfaces:
    Action, ModelObject

    public class MergeRecord
    extends InvisibleAction
    When GitSCM is configured to track another branch by merging it to the current commit for every build, this Action on AbstractBuild remembers the state of the branch that was merged.
    Author:
    Kohsuke Kawaguchi
    • Constructor Detail

      • MergeRecord

        public MergeRecord​(String branch,
                           String sha1)
    • Method Detail

      • getBranch

        public String getBranch()
      • getSha1

        public String getSha1()