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 StringgetCloneCredentialsId()CloneProtocolgetCloneProtocol()StringgetCredentialsId()StringgetMirrorName()StringgetProjectKey()StringgetProjectName()StringgetRepositoryName()StringgetRepositorySlug()StringgetServerId()StringgetSshCredentialsId()booleanisMirrorConfigured()booleanisPersonal()booleanisValid() 
 - 
 
- 
- 
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()
 
 - 
 
 -