Class BitbucketServerConfigurationHelper

java.lang.Object
com.atlassian.bamboo.plugins.stash.v2.configurator.BitbucketServerConfigurationHelper

public class BitbucketServerConfigurationHelper extends Object
  • Field Details

    • STASH_PLUGIN_KEYS

      public static final Set<String> STASH_PLUGIN_KEYS
  • Method Details

    • isStashRepository

      public static boolean isStashRepository(@NotNull @NotNull VcsRepositoryData vcsRepositoryData)
    • getApplicationLinkServerKeyFromVcsData

      @Nullable public static @Nullable String getApplicationLinkServerKeyFromVcsData(@NotNull @NotNull VcsRepositoryData stashRepositoryData)
    • getApplicationLinkFromVcsData

      @Nullable public static @Nullable com.atlassian.applinks.api.ApplicationLink getApplicationLinkFromVcsData(@NotNull @NotNull com.atlassian.stash.rest.client.applinks.ApplinkStashClientFactory stashClientFactory, @NotNull @NotNull VcsRepositoryData stashRepositoryData)
    • getApplicationLinkBasedOnServerKey

      @Nullable public static @Nullable com.atlassian.applinks.api.ApplicationLink getApplicationLinkBasedOnServerKey(@Nullable @Nullable com.atlassian.stash.rest.client.applinks.ApplinkStashClientFactory stashClientFactory, @Nullable @Nullable String serverKey)