Package com.jcabi.github
Interface DeployKey
- All Superinterfaces:
JsonPatchable,JsonReadable
- All Known Implementing Classes:
DeployKey.Smart
GitHub deploy key.
- Since:
- 0.8
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classSmart DeployKey with extra features. -
Method Summary
Methods inherited from interface com.jcabi.github.JsonPatchable
patchMethods inherited from interface com.jcabi.github.JsonReadable
json
-
Method Details
-
number
int number()Get id of a deploy key.- Returns:
- Id
-
remove
Delete a deploy key.- Throws:
IOException- If there is any I/O problem- See Also:
-