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
  • Nested Class Summary

    Nested classes/interfaces inherited from interface jenkins.scm.api.mixin.SCMHeadMixin

    jenkins.scm.api.mixin.SCMHeadMixin.Equality
  • Method Summary

    Modifier and Type
    Method
    Description
    The ref, e.g.

    Methods inherited from interface java.lang.Comparable

    compareTo

    Methods inherited from interface jenkins.scm.api.mixin.SCMHeadMixin

    getName, getOrigin
  • Method Details

    • getRef

      String getRef()
      The ref, e.g. /refs/heads/master
      Returns:
      the ref