Class GitRefSCMHead

    • Nested Class Summary

      • Nested classes/interfaces inherited from class jenkins.scm.api.SCMHead

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

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

      • Fields inherited from class jenkins.scm.api.SCMHead

        PRONOUN
    • Constructor Detail

      • GitRefSCMHead

        public GitRefSCMHead​(@NonNull
                             String name,
                             @NonNull
                             String ref)
        Constructor.
        Parameters:
        name - the name of the ref.
        ref - the ref.
      • GitRefSCMHead

        public GitRefSCMHead​(@NonNull
                             String name)
        Constructor where ref and name are the same.
        Parameters:
        name - the name (and the ref).
    • Method Detail

      • toString

        public String toString()
        Overrides:
        toString in class jenkins.scm.api.SCMHead