Class BitbucketProjectClientImpl
- java.lang.Object
 - 
- com.atlassian.bitbucket.jenkins.internal.client.BitbucketProjectClientImpl
 
 
- 
- All Implemented Interfaces:
 BitbucketProjectClient
public class BitbucketProjectClientImpl extends Object implements BitbucketProjectClient
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BitbucketProjectgetProject()Get the project associated with the given project keyBitbucketRepositoryClientgetRepositoryClient(String repositorySlug)Return a repository search client 
 - 
 
- 
- 
Method Detail
- 
getProject
public BitbucketProject getProject()
Description copied from interface:BitbucketProjectClientGet the project associated with the given project key- Specified by:
 getProjectin interfaceBitbucketProjectClient- Returns:
 - the result of the call
 
 
- 
getRepositoryClient
public BitbucketRepositoryClient getRepositoryClient(String repositorySlug)
Description copied from interface:BitbucketProjectClientReturn a repository search client- Specified by:
 getRepositoryClientin interfaceBitbucketProjectClient- Parameters:
 repositorySlug- the repository slug- Returns:
 - a client that is ready to use
 
 
 - 
 
 -