Class BitbucketSCMHead

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

      Constructors 
      Modifier Constructor Description
      protected BitbucketSCMHead​(String name, String latestCommit, long updatedDate)  
    • Constructor Detail

      • BitbucketSCMHead

        protected BitbucketSCMHead​(String name,
                                   @CheckForNull
                                   String latestCommit,
                                   long updatedDate)
    • Method Detail

      • getLatestCommit

        @CheckForNull
        public String getLatestCommit()
      • getUpdatedDate

        public long getUpdatedDate()
      • getFullRef

        public abstract String getFullRef()