Interface YamlExportVcsRepositoryHelper.AuthenticationVisitor

Enclosing class:
YamlExportVcsRepositoryHelper

public static interface YamlExportVcsRepositoryHelper.AuthenticationVisitor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    acceptSharedCredentials(com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentialsIdentifier authentication)
     
    void
    acceptSshKey(com.atlassian.bamboo.specs.builders.repository.git.SshPrivateKeyAuthentication authentication)
     
    void
    acceptUsernamePassword(com.atlassian.bamboo.specs.builders.repository.git.UserPasswordAuthentication authentication)
     
  • Method Details

    • acceptUsernamePassword

      void acceptUsernamePassword(com.atlassian.bamboo.specs.builders.repository.git.UserPasswordAuthentication authentication)
    • acceptSshKey

      void acceptSshKey(com.atlassian.bamboo.specs.builders.repository.git.SshPrivateKeyAuthentication authentication)
    • acceptSharedCredentials

      void acceptSharedCredentials(com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentialsIdentifier authentication)