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