Class BitbucketMirrorClientImpl
java.lang.Object
com.atlassian.bitbucket.jenkins.internal.client.BitbucketMirrorClientImpl
- All Implemented Interfaces:
BitbucketMirrorClient
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve a page of mirrored repository descriptors for the given repository IDgetRepositoryDetails(BitbucketMirroredRepositoryDescriptor repositoryDescriptor) Returns the mirrored repository details for the given repository url.
-
Method Details
-
getMirroredRepositoryDescriptors
Description copied from interface:BitbucketMirrorClientRetrieve a page of mirrored repository descriptors for the given repository ID- Specified by:
getMirroredRepositoryDescriptorsin interfaceBitbucketMirrorClient- Returns:
- The mirrored repository descriptors for the given repository
-
getRepositoryDetails
public BitbucketMirroredRepository getRepositoryDetails(BitbucketMirroredRepositoryDescriptor repositoryDescriptor) Description copied from interface:BitbucketMirrorClientReturns the mirrored repository details for the given repository url.- Specified by:
getRepositoryDetailsin interfaceBitbucketMirrorClient- Parameters:
repositoryDescriptor- the descriptor of repository.- Returns:
- mirrored repository details
-