Package | Description |
---|---|
com.atlassian.bamboo.plugins.stash | |
com.atlassian.bamboo.plugins.stash.rest.entity |
Modifier and Type | Method and Description |
---|---|
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.
|
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
|
Modifier and Type | Method and Description |
---|---|
static StashMirrorServerEntity |
StashMirrorServerEntity.fromMirrorAndUrl(com.atlassian.stash.rest.client.api.entity.MirrorServer mirrorServer,
String sshUrl) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.