Class BitbucketSCMHead

java.lang.Object
jenkins.scm.api.SCMHead
com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMHead
All Implemented Interfaces:
Serializable, Comparable<jenkins.scm.api.SCMHead>, jenkins.scm.api.mixin.SCMHeadMixin
Direct Known Subclasses:
BitbucketBranchSCMHead, BitbucketPullRequestSCMHead, BitbucketTagSCMHead

public abstract class BitbucketSCMHead extends jenkins.scm.api.SCMHead
Since:
4.0.0
See Also:
  • 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)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract String
     
     
    long
     

    Methods inherited from class jenkins.scm.api.SCMHead

    compareTo, equals, getAction, getAllActions, getName, getOrigin, getPronoun, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • BitbucketSCMHead

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

    • getLatestCommit

      @CheckForNull public String getLatestCommit()
    • getUpdatedDate

      public long getUpdatedDate()
    • getFullRef

      public abstract String getFullRef()