Modifier and Type | Class and Description |
---|---|
class |
RemoteTrustedKeyHelperImpl
Trusted key helper works at agent side
|
Modifier and Type | Field and Description |
---|---|
protected TrustedKeyHelper |
AbstractGitOperationHelper.trustedKeyHelper |
Modifier and Type | Method and Description |
---|---|
static GitOperationHelper |
GitOperationHelperFactory.createGitOperationHelper(AbstractGitExecutor executor,
GitRepositoryAccessData accessData,
SshProxyService sshProxyService,
BuildLogger buildLogger,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
TrustedKeyHelper trustedKeyHelper) |
static GitOperationHelper |
GitOperationHelperFactory.createGitOperationHelper(GitRepository repository,
GitRepositoryAccessData accessData,
SshProxyService sshProxyService,
BuildLogger buildLogger,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
TrustedKeyHelper trustedKeyHelper) |
void |
GitRepository.setTrustedKeyHelper(TrustedKeyHelper trustedKeyHelper) |
void |
GitHubRepository.setTrustedKeyHelper(TrustedKeyHelper trustedKeyHelper) |
Constructor and Description |
---|
AbstractGitOperationHelper(GitRepositoryAccessData accessData,
BuildLogger buildLogger,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
TrustedKeyHelper trustedKeyHelper) |
GitMavenPomAccessor(GitRepository repository,
SshProxyService sshProxyService,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
String gitCapability,
TrustedKeyHelper trustedKeyHelper) |
JGitOperationHelper(GitRepositoryAccessData accessData,
BuildLogger buildLogger,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
TrustedKeyHelper trustedKeyHelper) |
NativeGitOperationHelper(AbstractGitExecutor repository,
GitRepositoryAccessData accessData,
SshProxyService sshProxyService,
BuildLogger buildLogger,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
TrustedKeyHelper trustedKeyHelper) |
NativeGitOperationHelper(GitRepository repository,
GitRepositoryAccessData accessData,
SshProxyService sshProxyService,
BuildLogger buildLogger,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
TrustedKeyHelper trustedKeyHelper) |
Modifier and Type | Field and Description |
---|---|
protected TrustedKeyHelper |
AbstractGitExecutor.trustedKeyHelper |
Modifier and Type | Method and Description |
---|---|
void |
AbstractGitExecutor.setTrustedKeyHelper(TrustedKeyHelper trustedKeyHelper) |
Modifier and Type | Method and Description |
---|---|
void |
HgRepository.setTrustedKeyHelper(TrustedKeyHelper trustedKeyHelper) |
Constructor and Description |
---|
HgRepositoryAccessImpl(HgRepositoryAccessData substitutedAccessData,
BuildLogger buildLogger,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
SshProxyService sshProxyService,
ScopedExclusionService exclusionService,
TrustedKeyHelper trustedKeyHelper,
CapabilityContext capabilityContext,
File workingDirectory) |
HgRepositoryAccessImpl(HgRepository repository,
BuildLogger buildLogger,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
SshProxyService sshProxyService,
ScopedExclusionService exclusionService,
TrustedKeyHelper trustedKeyHelper,
CapabilityContext capabilityContext) |
Modifier and Type | Field and Description |
---|---|
protected TrustedKeyHelper |
AbstractMercurialExecutor.trustedKeyHelper |
Modifier and Type | Field and Description |
---|---|
protected TrustedKeyHelper |
SvnRepository.trustedKeyHelper |
Modifier and Type | Method and Description |
---|---|
void |
SvnRepository.setTrustedKeyHelper(TrustedKeyHelper trustedKeyHelper) |
Constructor and Description |
---|
BambooSvnSshAuthenticationManager(File configDirectory,
String userName,
String password,
File privateKey,
String passphrase,
boolean storeAuth,
TrustedKeyHelper trustedKeyHelper) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTrustedKeyHelper
Basic implementation for server and agent side.
|
class |
ServerTrustedKeyHelperImpl |
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Supplier<TrustedKeyHelper> |
ComponentAccessor.TRUSTED_KEY_HELPER
Deprecated.
|
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.