Package | Description |
---|---|
org.gitlab.api |
Modifier and Type | Method and Description |
---|---|
GitlabSSHKey |
GitlabAPI.createDeployKey(java.lang.Integer targetProjectId,
java.lang.String title,
java.lang.String key)
Create a new deploy key for the project
|
GitlabSSHKey |
GitlabAPI.createPushDeployKey(java.lang.Integer targetProjectId,
java.lang.String title,
java.lang.String key)
Create a new deploy key for the project which can push.
|
GitlabSSHKey |
GitlabAPI.createSSHKey(java.lang.Integer targetUserId,
java.lang.String title,
java.lang.String key)
Create a new ssh key for the user
|
GitlabSSHKey |
GitlabAPI.getSSHKey(java.lang.Integer keyId)
Get key with user information by ID of an SSH key.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<GitlabSSHKey> |
GitlabAPI.getDeployKeys(java.lang.Integer targetProjectId)
Gets all deploy keys for a project
|
java.util.List<GitlabSSHKey> |
GitlabAPI.getSSHKeys(java.lang.Integer targetUserId)
Gets all ssh keys for a user
|
Copyright © 2017. All Rights Reserved.