Class BitbucketProjectClientImpl
java.lang.Object
com.atlassian.bitbucket.jenkins.internal.client.BitbucketProjectClientImpl
- All Implemented Interfaces:
BitbucketProjectClient
-
Method Summary
Modifier and TypeMethodDescriptionGet the project associated with the given project keygetRepositoryClient(String repositorySlug) Return a repository search client
-
Method Details
-
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
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
-