Uses of Class
org.gitlab4j.api.models.GpgKey
Packages that use GpgKey
-
Uses of GpgKey in org.gitlab4j.api
Methods in org.gitlab4j.api that return GpgKeyModifier and TypeMethodDescriptionAdd a GPG key for a specific userAdd a GPG key for the current userMethods in org.gitlab4j.api that return types with arguments of type GpgKeyModifier and TypeMethodDescriptionUserApi.listGpgKeys()
Get all GPG keys for the current user.UserApi.listGpgKeys
(Long userId) Get all GPG keys for a given user.