Uses of Interface
com.jcabi.github.DeployKey
-
Packages that use DeployKey Package Description com.jcabi.github Object Oriented Github API. -
-
Uses of DeployKey in com.jcabi.github
Classes in com.jcabi.github that implement DeployKey Modifier and Type Class Description static class
DeployKey.Smart
Smart DeployKey with extra features.Methods in com.jcabi.github that return DeployKey Modifier and Type Method Description DeployKey
DeployKeys. create(String title, String key)
Create a deploy key.DeployKey
DeployKeys. get(int number)
Get a single deploy key.Methods in com.jcabi.github that return types with arguments of type DeployKey Modifier and Type Method Description Iterable<DeployKey>
DeployKeys. iterate()
Iterate them all.Constructors in com.jcabi.github with parameters of type DeployKey Constructor Description Smart(DeployKey dkey)
Public ctor.
-