Class RestTrustedKey
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.AbstractRestModel
-
- com.atlassian.bamboo.rest.model.admin.ssh.RestTrustedKey
-
public class RestTrustedKey extends AbstractRestModel
Rest model for a ssh host keys.- Since:
- 5.10
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
self
-
-
Constructor Summary
Constructors Constructor Description RestTrustedKey()
RestTrustedKey(Long id, String host, String key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHost()
Long
getId()
String
getKey()
void
setHost(String host)
void
setId(Long id)
void
setKey(String key)
-
Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
getSelf, setSelf
-
-