Package jenkins.plugins.git
Class GitRemoteHeadRefAction
- java.lang.Object
-
- hudson.model.InvisibleAction
-
- jenkins.plugins.git.GitRemoteHeadRefAction
-
- All Implemented Interfaces:
Action,ModelObject,Serializable
public class GitRemoteHeadRefAction extends InvisibleAction implements Serializable
- Author:
- Stephen Connolly
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GitRemoteHeadRefAction(String remote, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()StringgetRemote()inthashCode()StringtoString()-
Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
-
-