@Immutable public interface DeployKeys
@NotNull(message="iterable is never NULL") Iterable<DeployKey> iterate()
@NotNull(message="deploy key is never NULL") DeployKey get(int number)
number
- Id of a deploy key@NotNull(message="deploy key is never NULL") DeployKey create(@NotNull(message="title can\'t be NULL") String title, @NotNull(message="key can\'t be NULL") String key) throws IOException
title
- Titlekey
- KeyIOException
- If there is any I/O problemCopyright © 2012–2014 jcabi.com. All rights reserved.