Package | Description |
---|---|
com.atlassian.bamboo.plugins.stash | |
com.atlassian.bamboo.plugins.stash.rest.entity |
Modifier and Type | Method and Description |
---|---|
Optional<StashMirrorServerEntity> |
BitbucketSeverMirrorClient.enrichWithSshUrl(com.atlassian.stash.rest.client.api.entity.MirrorServer mirror)
Finds ssh clone url for given mirror and returns structure enriched with that field.
|
Optional<StashMirrorServerEntity> |
BitbucketSeverMirrorHelper.findSpecifiedMirror(com.atlassian.stash.rest.client.api.StashClient stashClient,
String projectKey,
String repositorySlug,
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
|
Modifier and Type | Method and Description |
---|---|
static StashMirrorServerEntity |
StashMirrorServerEntity.fromMirrorAndUrl(com.atlassian.stash.rest.client.api.entity.MirrorServer mirrorServer,
String sshUrl) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.