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 class
GHVerifiedKey
The type GHVerifiedKey.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 pulic keys of the current user.
-