Class BitbucketServerSshKeyHandler

java.lang.Object
com.atlassian.bamboo.plugins.stash.v2.configurator.BitbucketServerSshKeyHandler
Direct Known Subclasses:
BitbucketServerExporter, BitbucketServerServerConfigurator, StashBulkActionsResource

public class BitbucketServerSshKeyHandler extends Object
  • Constructor Details

    • BitbucketServerSshKeyHandler

      public BitbucketServerSshKeyHandler()
    • BitbucketServerSshKeyHandler

      public BitbucketServerSshKeyHandler(@NotNull @NotNull VcsRepositoryManager vcsRepositoryManager)
  • Method Details

    • generateKeyPair

      protected StashKeyUpdateStatus generateKeyPair(String label)
    • getAuthenticationErrors

      @NotNull protected @NotNull ErrorCollection getAuthenticationErrors(@NotNull @NotNull String url, @NotNull @NotNull String privateKey)
    • sshKeyLocationToString

      @NotNull protected @NotNull String sshKeyLocationToString(boolean isRepositoryStoredKey, String stashProjectKey, String stashRepositorySlug)