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
WhenGitSCM
is configured to track another branch by merging it to the current commit for every build, thisAction
onAbstractBuild
remembers 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 String
getBranch()
String
getSha1()
-
Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
-
-