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 boolean
equals(Object o)
String
getName()
String
getRemote()
int
hashCode()
String
toString()
-
Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
-
-