Class MergeRecord

java.lang.Object
hudson.model.InvisibleAction
hudson.plugins.git.util.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 Details

    • MergeRecord

      public MergeRecord(String branch, String sha1)
  • Method Details

    • getBranch

      public String getBranch()
    • getSha1

      public String getSha1()