Uses of Class
jetbrains.buildServer.ssh.TeamCitySshKey
-
Packages that use TeamCitySshKey Package Description jetbrains.buildServer.agent.ssh jetbrains.buildServer.ssh jetbrains.buildServer.vcs.impl -
-
Uses of TeamCitySshKey in jetbrains.buildServer.agent.ssh
Methods in jetbrains.buildServer.agent.ssh that return TeamCitySshKey Modifier and Type Method Description TeamCitySshKeyAgentRunningBuildSshKeyManager. getKey(String keyId)Returns an uploaded key for the given keyId or null if key not found or there was a problem retrieving it -
Uses of TeamCitySshKey in jetbrains.buildServer.ssh
Methods in jetbrains.buildServer.ssh that return TeamCitySshKey Modifier and Type Method Description TeamCitySshKeyServerSshKeyManager. addKey(SProject p, String keyName, byte[] privateKey, ConfigAction configAction)TeamCitySshKeyServerSshKeyManager. getKey(SProject p, String keyName)TeamCitySshKeyVcsRootSshKeyManager. getKey(VcsRoot root)Methods in jetbrains.buildServer.ssh that return types with arguments of type TeamCitySshKey Modifier and Type Method Description List<TeamCitySshKey>ServerSshKeyManager. getKeys(SProject p)List<TeamCitySshKey>ServerSshKeyManager. getOwnKeys(SProject p)Map<SProject,List<TeamCitySshKey>>ServerSshKeyManager. getProjectKeys(SProject p)Methods in jetbrains.buildServer.ssh with parameters of type TeamCitySshKey Modifier and Type Method Description intTeamCitySshKey. compareTo(TeamCitySshKey other)StringServerSshKeyManager. getPublicKey(TeamCitySshKey key)Retrieves public key of TeamCitySshKey if it is not encrypted. -
Uses of TeamCitySshKey in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl that return TeamCitySshKey Modifier and Type Method Description TeamCitySshKeyVcsRootSshKeyManagerImpl. getKey(VcsRoot root)
-