Optional<StashMirrorServerEntity> |
BitbucketSeverMirrorClient.enrichWithSshUrl(@NotNull com.atlassian.stash.rest.client.api.entity.MirrorServer mirror) |
Finds ssh clone url for given mirror and returns structure enriched with that field.
|
@NotNull Optional<StashMirrorServerEntity> |
BitbucketSeverMirrorHelper.findSpecifiedMirror(com.atlassian.stash.rest.client.api.StashClient stashClient,
String projectKey,
String repositorySlug,
@NotNull com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerMirrorProperties mirrorProperties) |
Finds mirror specified by mirrorProperties on the list
|
List<StashMirrorServerEntity> |
BitbucketSeverMirrorHelper.getRepositoryMirrors(com.atlassian.stash.rest.client.api.StashClient stashClient,
String projectKey,
String repositorySlug) |
Reads all mirrors for a given repository
|
List<StashMirrorServerEntity> |
BitbucketSeverMirrorHelper.getRepositoryMirrors(com.atlassian.stash.rest.client.api.StashClient stashClient,
String projectKey,
String repositorySlug,
Predicate<com.atlassian.stash.rest.client.api.entity.MirrorServer> filter) |
Reads all mirrors for a given repository
|