Class SCMHeadWithOwnerAndRepo

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

@Deprecated public class SCMHeadWithOwnerAndRepo extends jenkins.scm.api.SCMHead
Deprecated.
Legacy class retained to allow for graceful migration of serialized data.
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    Deprecated.
     
    static class 
    Deprecated.

    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
    SCMHeadWithOwnerAndRepo(String repoOwner, String repoName, String branchName)
    Deprecated.
     
  • Method Summary

    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

    • SCMHeadWithOwnerAndRepo

      public SCMHeadWithOwnerAndRepo(String repoOwner, String repoName, String branchName)
      Deprecated.