Uses of Class
com.atlassian.bamboo.plugins.stash.rest.entity.StashMirrorServerEntity
Packages that use StashMirrorServerEntity
Package
Description
-
Uses of StashMirrorServerEntity in com.atlassian.bamboo.plugins.stash
Methods in com.atlassian.bamboo.plugins.stash that return types with arguments of type StashMirrorServerEntityModifier 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
Methods in com.atlassian.bamboo.plugins.stash.rest.entity that return StashMirrorServerEntityModifier and TypeMethodDescriptionstatic StashMirrorServerEntityStashMirrorServerEntity.fromMirrorAndUrl(com.atlassian.stash.rest.client.api.entity.MirrorServer mirrorServer, String sshUrl)