Uses of Class
com.atlassian.bamboo.plugins.stash.rest.entity.StashMirrorServerEntity
Package
Description
-
Uses of StashMirrorServerEntity in com.atlassian.bamboo.plugins.stash
Modifier and TypeMethodDescriptionBitbucketSeverMirrorClient.enrichWithSshUrl
(@NotNull com.atlassian.stash.rest.client.api.entity.MirrorServer mirror, @NotNull com.atlassian.applinks.api.ApplicationLink applicationLink) 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, String serverKey, @NotNull com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerMirrorProperties mirrorProperties) Finds mirror specified by mirrorProperties on the listBitbucketSeverMirrorHelper.getRepositoryMirrors
(com.atlassian.stash.rest.client.api.StashClient stashClient, String projectKey, String repositorySlug, String serverKey) Reads all mirrors for a given repositoryBitbucketSeverMirrorHelper.getRepositoryMirrors
(com.atlassian.stash.rest.client.api.StashClient stashClient, String projectKey, String repositorySlug, String serverKey, Predicate<com.atlassian.stash.rest.client.api.entity.MirrorServer> filter) Reads all mirrors for a given repository -
Uses of StashMirrorServerEntity in com.atlassian.bamboo.plugins.stash.rest.entity
Modifier and TypeMethodDescriptionstatic StashMirrorServerEntity
StashMirrorServerEntity.fromMirrorAndUrl
(com.atlassian.stash.rest.client.api.entity.MirrorServer mirrorServer, String sshUrl)