Package jenkins.plugins.git
Interface GitSCMHeadMixin
-
- All Superinterfaces:
Comparable<jenkins.scm.api.SCMHead>
,jenkins.scm.api.mixin.SCMHeadMixin
,Serializable
- All Known Implementing Classes:
GitBranchSCMHead
,GitRefSCMHead
public interface GitSCMHeadMixin extends jenkins.scm.api.mixin.SCMHeadMixin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getRef()
The ref, e.g.-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
getRef
String getRef()
The ref, e.g. /refs/heads/master- Returns:
- the ref
-
-