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 BitbucketProject
getProject()
Get the project associated with the given project keyBitbucketRepositoryClient
getRepositoryClient(String repositorySlug)
Return a repository search client
-
-
-
Method Detail
-
getProject
public BitbucketProject getProject()
Description copied from interface:BitbucketProjectClient
Get the project associated with the given project key- Specified by:
getProject
in interfaceBitbucketProjectClient
- Returns:
- the result of the call
-
getRepositoryClient
public BitbucketRepositoryClient getRepositoryClient(String repositorySlug)
Description copied from interface:BitbucketProjectClient
Return a repository search client- Specified by:
getRepositoryClient
in interfaceBitbucketProjectClient
- Parameters:
repositorySlug
- the repository slug- Returns:
- a client that is ready to use
-
-