Package | Description |
---|---|
com.oracle.cloud.compute.jenkins.client | |
com.oracle.cloud.compute.jenkins.model |
Modifier and Type | Method and Description |
---|---|
SSHKey |
ProxyComputeCloudClient.getSSHKey(String name) |
SSHKey |
JaxrsComputeCloudClient.getSSHKey(String name) |
SSHKey |
ComputeCloudClient.getSSHKey(String name)
Retrieves an SSH key of the current user.
|
Modifier and Type | Method and Description |
---|---|
Collection<SSHKey> |
ProxyComputeCloudClient.getSSHKeys() |
Collection<SSHKey> |
JaxrsComputeCloudClient.getSSHKeys() |
Collection<SSHKey> |
ComputeCloudClient.getSSHKeys()
Retrieves the SSH keys of the current user.
|
Modifier and Type | Method and Description |
---|---|
SSHKey |
SSHKey.enabled(Boolean enabled) |
SSHKey |
SSHKey.key(String key) |
SSHKey |
SSHKey.name(String name) |
SSHKey |
SSHKey.uri(String uri) |
Copyright © 2016–2018. All rights reserved.