Class 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:
    Serialized Form
    • 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.
    • Constructor Detail

      • BitbucketTagSCMHead

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

      • 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