Uses of Class
org.kohsuke.github.GHDeployKey
-
Packages that use GHDeployKey Package Description org.kohsuke.github -
-
Uses of GHDeployKey in org.kohsuke.github
Methods in org.kohsuke.github that return GHDeployKey Modifier and Type Method Description GHDeployKeyGHRepository. addDeployKey(String title, String key)Add deploy key gh deploy key.GHDeployKeyGHDeployKey. wrap(GHRepository repo)Wrap gh deploy key.Methods in org.kohsuke.github that return types with arguments of type GHDeployKey Modifier and Type Method Description List<GHDeployKey>GHRepository. getDeployKeys()Gets deploy keys.
-