Uses of Class
org.gitlab4j.api.models.GpgKey
| Package | Description |
|---|---|
| org.gitlab4j.api |
-
Uses of GpgKey in org.gitlab4j.api
Methods in org.gitlab4j.api that return GpgKey Modifier and Type Method Description GpgKeyUserApi. addGpgKey(Integer userId, String key)Add a GPG key for a specific userGpgKeyUserApi. addGpgKey(String key)Add a GPG key for the current userMethods in org.gitlab4j.api that return types with arguments of type GpgKey Modifier and Type Method Description List<GpgKey>UserApi. listGpgKeys()Get all GPG keys for the current user.List<GpgKey>UserApi. listGpgKeys(Integer userId)Get all GPG keys for a given user.