Class BitbucketTagSCMHead

java.lang.Object
jenkins.scm.api.SCMHead
jenkins.plugins.git.GitTagSCMHead
com.cloudbees.jenkins.plugins.bitbucket.BitbucketTagSCMHead
All Implemented Interfaces:
Serializable, Comparable<jenkins.scm.api.SCMHead>, jenkins.scm.api.mixin.SCMHeadMixin, jenkins.scm.api.mixin.TagSCMHead

public class BitbucketTagSCMHead extends jenkins.plugins.git.GitTagSCMHead implements jenkins.scm.api.mixin.TagSCMHead
SCMHead for a Bitbucket tags.
Since:
2.2.11
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
    Constructor
    Description
    BitbucketTagSCMHead(String tagName, long timestamp)
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the repository type.

    Methods inherited from class jenkins.plugins.git.GitTagSCMHead

    getTimestamp

    Methods inherited from class jenkins.scm.api.SCMHead

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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

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

    getTimestamp
  • Constructor Details

    • BitbucketTagSCMHead

      public BitbucketTagSCMHead(@NonNull String tagName, long timestamp)
      Constructor.
      Parameters:
      tagName - the tag name
      timestamp - the timestamp of tag
  • Method Details

    • getRepositoryType

      @CheckForNull public BitbucketRepositoryType getRepositoryType()
      Gets the repository type.
      Returns:
      the repository type or null
    • getPronoun

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