Uses of Interface
com.atlassian.bamboo.security.TrustedKeyHelper
Package
Description
-
Uses of TrustedKeyHelper in com.atlassian.bamboo.agent.remote.security
Modifier and TypeClassDescriptionclass
Trusted key helper works at agent side -
Uses of TrustedKeyHelper in com.atlassian.bamboo.plugins.git
Modifier and TypeFieldDescriptionprotected final TrustedKeyHelper
AbstractGitOperationHelper.trustedKeyHelper
Modifier and TypeMethodDescriptionstatic GitOperationHelper
GitOperationHelperFactory.createGitOperationHelper
(@NotNull GitRepository repository, @NotNull GitRepositoryAccessData accessData, @NotNull SshProxyService sshProxyService, @NotNull BuildLogger buildLogger, @NotNull com.atlassian.sal.api.message.I18nResolver i18nResolver, @NotNull TrustedKeyHelper trustedKeyHelper) static GitOperationHelper
GitOperationHelperFactory.createGitOperationHelper
(@NotNull AbstractGitExecutor executor, @NotNull GitRepositoryAccessData accessData, @NotNull SshProxyService sshProxyService, @NotNull BuildLogger buildLogger, @NotNull com.atlassian.sal.api.message.I18nResolver i18nResolver, @NotNull TrustedKeyHelper trustedKeyHelper) void
GitHubRepository.setTrustedKeyHelper
(TrustedKeyHelper trustedKeyHelper) void
GitRepository.setTrustedKeyHelper
(TrustedKeyHelper trustedKeyHelper) ModifierConstructorDescriptionAbstractGitOperationHelper
(GitRepositoryAccessData accessData, @NotNull BuildLogger buildLogger, @NotNull com.atlassian.sal.api.message.I18nResolver i18nResolver, @NotNull TrustedKeyHelper trustedKeyHelper) protected
GitMavenPomAccessor
(GitRepository repository, @NotNull SshProxyService sshProxyService, @NotNull com.atlassian.sal.api.message.I18nResolver i18nResolver, @Nullable String gitCapability, TrustedKeyHelper trustedKeyHelper) JGitOperationHelper
(GitRepositoryAccessData accessData, @NotNull BuildLogger buildLogger, @NotNull com.atlassian.sal.api.message.I18nResolver i18nResolver, @NotNull TrustedKeyHelper trustedKeyHelper) NativeGitOperationHelper
(@NotNull GitRepository repository, @NotNull GitRepositoryAccessData accessData, @NotNull SshProxyService sshProxyService, @NotNull BuildLogger buildLogger, @NotNull com.atlassian.sal.api.message.I18nResolver i18nResolver, @NotNull TrustedKeyHelper trustedKeyHelper) NativeGitOperationHelper
(@NotNull AbstractGitExecutor repository, @NotNull GitRepositoryAccessData accessData, @NotNull SshProxyService sshProxyService, @NotNull BuildLogger buildLogger, @NotNull com.atlassian.sal.api.message.I18nResolver i18nResolver, @NotNull TrustedKeyHelper trustedKeyHelper) -
Uses of TrustedKeyHelper in com.atlassian.bamboo.plugins.git.v2
Modifier and TypeFieldDescriptionprotected final TrustedKeyHelper
AbstractGitExecutor.trustedKeyHelper
ModifierConstructorDescriptionAbstractGitExecutor
(CapabilityContext capabilityContext, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext, GitConfigurationProvider gitConfigurationProvider) GitBambooSpecsHandler
(CapabilityContext capabilityContext, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext, GitConfigurationProvider gitConfigurationProvider) GitBranchCreator
(CapabilityContext capabilityContext, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext, GitConfigurationProvider gitConfigurationProvider) GitBranchDetector
(CapabilityContext capabilityContext, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext, GitConfigurationProvider gitConfigurationProvider) GitChangeDetector
(CapabilityContext capabilityContext, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggerManager buildLoggerManager, BuildLoggingContext buildLoggingContext, GitConfigurationProvider gitConfigurationProvider) GitConnectionTester
(CapabilityContext capabilityContext, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext, com.atlassian.plugins.whitelist.OutboundWhitelist outboundWhitelist, GitConfigurationProvider gitConfigurationProvider) GitTagCreator
(CapabilityContext capabilityContext, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext, GitConfigurationProvider gitConfigurationProvider) GitTagsHandler
(CapabilityContext capabilityContext, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext, GitConfigurationProvider gitConfigurationProvider) GitVariableGenerator
(CapabilityContext capabilityContext, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext, GitConfigurationProvider gitConfigurationProvider) GitWorkingCopyManager
(CapabilityContext capabilityContext, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, AgentContext agentContext, BuildLoggerManager buildLoggerManager, VcsBranchIntegrationHelper branchIntegrationHelper, BuildLoggingContext buildLoggingContext, GitConfigurationProvider gitConfigurationProvider) -
Uses of TrustedKeyHelper in com.atlassian.bamboo.repository.svn
Modifier and TypeMethodDescriptionvoid
SvnRepository.setTrustedKeyHelper
(TrustedKeyHelper trustedKeyHelper) ModifierConstructorDescriptionBambooSvnSshAuthenticationManager
(File configDirectory, String userName, String password, File privateKey, String passphrase, boolean storeAuth, TrustedKeyHelper trustedKeyHelper) -
Uses of TrustedKeyHelper in com.atlassian.bamboo.security
Modifier and TypeClassDescriptionclass
Basic implementation for server and agent side.class
-
Uses of TrustedKeyHelper in com.atlassian.bamboo.spring
Modifier and TypeFieldDescriptionstatic final Supplier<TrustedKeyHelper>
ComponentAccessor.TRUSTED_KEY_HELPER
Deprecated.