Uses of Interface
com.atlassian.bamboo.security.TrustedKeyHelper
-
-
Uses of TrustedKeyHelper in com.atlassian.bamboo.agent.remote.security
Classes in com.atlassian.bamboo.agent.remote.security that implement TrustedKeyHelper Modifier and Type Class Description class
RemoteTrustedKeyHelperImpl
Trusted key helper works at agent side -
Uses of TrustedKeyHelper in com.atlassian.bamboo.plugins.git
Fields in com.atlassian.bamboo.plugins.git declared as TrustedKeyHelper Modifier and Type Field Description protected TrustedKeyHelper
AbstractGitOperationHelper. trustedKeyHelper
Methods in com.atlassian.bamboo.plugins.git with parameters of type TrustedKeyHelper Modifier and Type Method Description static 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)
Constructors in com.atlassian.bamboo.plugins.git with parameters of type TrustedKeyHelper Constructor Description AbstractGitOperationHelper(GitRepositoryAccessData accessData, @NotNull BuildLogger buildLogger, @NotNull com.atlassian.sal.api.message.I18nResolver i18nResolver, @NotNull TrustedKeyHelper trustedKeyHelper)
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
Fields in com.atlassian.bamboo.plugins.git.v2 declared as TrustedKeyHelper Modifier and Type Field Description protected TrustedKeyHelper
AbstractGitExecutor. trustedKeyHelper
Constructors in com.atlassian.bamboo.plugins.git.v2 with parameters of type TrustedKeyHelper Constructor Description AbstractGitExecutor(CapabilityContext capabilityContext, CredentialsAccessor credentialsAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext)
GitBambooSpecsHandler(CapabilityContext capabilityContext, CredentialsAccessor credentialsAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext)
GitBranchCreator(CapabilityContext capabilityContext, CredentialsAccessor credentialsAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext)
GitBranchDetector(CapabilityContext capabilityContext, CredentialsAccessor credentialsAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext)
GitChangeDetector(CapabilityContext capabilityContext, CredentialsAccessor credentialsAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggerManager buildLoggerManager, BuildLoggingContext buildLoggingContext)
GitConnectionTester(CapabilityContext capabilityContext, CredentialsAccessor credentialsAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext)
GitTagCreator(CapabilityContext capabilityContext, CredentialsAccessor credentialsAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext)
GitTagsHandler(CapabilityContext capabilityContext, CredentialsAccessor credentialsAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext)
GitVariableGenerator(CapabilityContext capabilityContext, CredentialsAccessor credentialsAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext)
GitWorkingCopyManager(CapabilityContext capabilityContext, CredentialsAccessor credentialsAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, AgentContext agentContext, BuildLoggerManager buildLoggerManager, VcsBranchIntegrationHelper branchIntegrationHelper, BuildLoggingContext buildLoggingContext)
-
Uses of TrustedKeyHelper in com.atlassian.bamboo.repository.svn
Fields in com.atlassian.bamboo.repository.svn declared as TrustedKeyHelper Modifier and Type Field Description protected TrustedKeyHelper
SvnRepository. trustedKeyHelper
Methods in com.atlassian.bamboo.repository.svn with parameters of type TrustedKeyHelper Modifier and Type Method Description void
SvnRepository. setTrustedKeyHelper(TrustedKeyHelper trustedKeyHelper)
Constructors in com.atlassian.bamboo.repository.svn with parameters of type TrustedKeyHelper Constructor Description BambooSvnSshAuthenticationManager(File configDirectory, String userName, String password, File privateKey, String passphrase, boolean storeAuth, TrustedKeyHelper trustedKeyHelper)
-
Uses of TrustedKeyHelper in com.atlassian.bamboo.security
Classes in com.atlassian.bamboo.security that implement TrustedKeyHelper Modifier and Type Class Description class
AbstractTrustedKeyHelper
Basic implementation for server and agent side.class
ServerTrustedKeyHelperImpl
-
Uses of TrustedKeyHelper in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type TrustedKeyHelper Modifier and Type Field Description static Supplier<TrustedKeyHelper>
ComponentAccessor. TRUSTED_KEY_HELPER
Deprecated.
-