Uses of Class
org.gitlab4j.api.models.SshKey
Packages that use SshKey
-
Uses of SshKey in org.gitlab4j.api
Methods in org.gitlab4j.api that return SshKeyModifier and TypeMethodDescriptionCreate new key owned by specified user.Creates a new key owned by the currently authenticated user.Get a single SSH Key.Methods in org.gitlab4j.api that return types with arguments of type SshKeyModifier and TypeMethodDescriptionUserApi.getOptionalSshKey
(Long keyId) Get a single SSH Key as an Optional instance.UserApi.getSshKeys()
Get a list of currently authenticated user's SSH keys.UserApi.getSshKeys
(Long userId) Get a list of a specified user's SSH keys.