Class BitbucketSCMRepository


  • public class BitbucketSCMRepository
    extends Object
    • Constructor Detail

      • BitbucketSCMRepository

        public BitbucketSCMRepository​(@CheckForNull
                                      String credentialsId,
                                      @CheckForNull
                                      String sshCredentialsId,
                                      @CheckForNull
                                      String projectName,
                                      @CheckForNull
                                      String projectKey,
                                      @CheckForNull
                                      String repositoryName,
                                      @CheckForNull
                                      String repositorySlug,
                                      @CheckForNull
                                      String serverId,
                                      @CheckForNull
                                      String mirrorName)
    • Method Detail

      • getCredentialsId

        @CheckForNull
        public String getCredentialsId()
      • getMirrorName

        public String getMirrorName()
      • getProjectKey

        public String getProjectKey()
      • getProjectName

        public String getProjectName()
      • getRepositoryName

        public String getRepositoryName()
      • getRepositorySlug

        public String getRepositorySlug()
      • getServerId

        @CheckForNull
        public String getServerId()
      • getSshCredentialsId

        @CheckForNull
        public String getSshCredentialsId()
      • isMirrorConfigured

        public boolean isMirrorConfigured()
      • isPersonal

        public boolean isPersonal()
      • isValid

        public boolean isValid()
      • getCloneCredentialsId

        public String getCloneCredentialsId()