Class BitbucketSCMRepository

java.lang.Object
com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMRepository

public class BitbucketSCMRepository extends Object
  • Constructor Details

    • 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 Details

    • 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()
    • getCloneProtocol

      public CloneProtocol getCloneProtocol()
    • getCloneCredentialsId

      public String getCloneCredentialsId()