Uses of Class
org.kohsuke.github.GHKey
-
Packages that use GHKey Package Description org.kohsuke.github -
-
Uses of GHKey in org.kohsuke.github
Subclasses of GHKey in org.kohsuke.github Modifier and Type Class Description classGHVerifiedKeyThe type GHVerifiedKey.Methods in org.kohsuke.github that return GHKey Modifier and Type Method Description GHKeyGHMyself. addPublicKey(String title, String key)Add public SSH key for the user.Methods in org.kohsuke.github that return types with arguments of type GHKey Modifier and Type Method Description List<GHKey>GHUser. getKeys()Gets keys.List<GHKey>GHMyself. getPublicKeys()Returns the read-only list of all the public keys of the current user.
-