Package com.atlassian.bamboo.vcs.export
Interface YamlExportVcsRepositoryHelper.AuthenticationVisitor
- Enclosing class:
- YamlExportVcsRepositoryHelper
public static interface YamlExportVcsRepositoryHelper.AuthenticationVisitor
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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)
-