Class BitbucketSCMRepository
- java.lang.Object
-
- com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMRepository
-
public class BitbucketSCMRepository extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCloneCredentialsId()
CloneProtocol
getCloneProtocol()
String
getCredentialsId()
String
getMirrorName()
String
getProjectKey()
String
getProjectName()
String
getRepositoryName()
String
getRepositorySlug()
String
getServerId()
String
getSshCredentialsId()
boolean
isMirrorConfigured()
boolean
isPersonal()
boolean
isValid()
-
-
-
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()
-
getCloneProtocol
public CloneProtocol getCloneProtocol()
-
getCloneCredentialsId
public String getCloneCredentialsId()
-
-