Package hudson.plugins.git.util
Class MergeRecord
- java.lang.Object
-
- hudson.model.InvisibleAction
-
- hudson.plugins.git.util.MergeRecord
-
- All Implemented Interfaces:
Action,ModelObject
public class MergeRecord extends InvisibleAction
WhenGitSCMis configured to track another branch by merging it to the current commit for every build, thisActiononAbstractBuildremembers the state of the branch that was merged.- Author:
- Kohsuke Kawaguchi
-
-
Constructor Summary
Constructors Constructor Description MergeRecord(String branch, String sha1)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBranch()StringgetSha1()-
Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
-
-