Package com.atlassian.bamboo.vcs.export
Interface YamlExportVcsRepositoryHelper.AuthenticationVisitor
-
- Enclosing class:
- YamlExportVcsRepositoryHelper
public static interface YamlExportVcsRepositoryHelper.AuthenticationVisitor
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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 Detail
-
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)
-
-