Package jetbrains.buildServer.vcs.impl
Class VcsRootSshKeyManagerImpl
- java.lang.Object
-
- jetbrains.buildServer.vcs.impl.VcsRootSshKeyManagerImpl
-
- All Implemented Interfaces:
VcsRootSshKeyManager
,TeamCityExtension
public class VcsRootSshKeyManagerImpl extends Object implements VcsRootSshKeyManager
-
-
Field Summary
-
Fields inherited from interface jetbrains.buildServer.ssh.VcsRootSshKeyManager
VCS_ROOT_TEAMCITY_SSH_KEY_NAME
-
-
Constructor Summary
Constructors Constructor Description VcsRootSshKeyManagerImpl(ExtensionsProvider extensions, VcsRootInstancesManager rootManager, SecurityContextEx securityContext)
-
-
-
Constructor Detail
-
VcsRootSshKeyManagerImpl
public VcsRootSshKeyManagerImpl(@NotNull ExtensionsProvider extensions, @NotNull VcsRootInstancesManager rootManager, @NotNull SecurityContextEx securityContext)
-
-
Method Detail
-
getKey
@Nullable public TeamCitySshKey getKey(@NotNull VcsRoot root)
- Specified by:
getKey
in interfaceVcsRootSshKeyManager
-
-