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 TeamCitySshKey
AgentRunningBuildSshKeyManager. 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 TeamCitySshKey
ServerSshKeyManager. addKey(SProject p, String keyName, byte[] privateKey, ConfigAction configAction)
TeamCitySshKey
ServerSshKeyManager. getKey(SProject p, String keyName)
TeamCitySshKey
VcsRootSshKeyManager. 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 int
TeamCitySshKey. compareTo(TeamCitySshKey other)
String
ServerSshKeyManager. 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 TeamCitySshKey
VcsRootSshKeyManagerImpl. getKey(VcsRoot root)
-