Package | Description |
---|---|
org.gitlab.api |
Modifier and Type | Method and Description |
---|---|
GitlabAward |
GitlabAPI.createAward(GitlabIssue issue,
Integer noteId,
String awardName)
Create an award for an issue note
|
GitlabAward |
GitlabAPI.createAward(GitlabIssue issue,
String awardName)
Create an award for an issue
|
GitlabAward |
GitlabAPI.createAward(GitlabMergeRequest mergeRequest,
String awardName)
Create an award for a merge request
|
GitlabAward |
GitlabAPI.getAward(GitlabIssue issue,
Integer awardId)
Get a specific award for an issue
|
GitlabAward |
GitlabAPI.getAward(GitlabIssue issue,
Integer noteId,
Integer awardId)
Get a specific award for an issue note
|
GitlabAward |
GitlabAPI.getAward(GitlabMergeRequest mergeRequest,
Integer awardId)
Get a specific award for a merge request
|
Modifier and Type | Method and Description |
---|---|
List<GitlabAward> |
GitlabAPI.getAllAwards(GitlabIssue issue)
Get all awards for an issue
|
List<GitlabAward> |
GitlabAPI.getAllAwards(GitlabIssue issue,
Integer noteId)
Get all awards for an issue note
|
List<GitlabAward> |
GitlabAPI.getAllAwards(GitlabMergeRequest mergeRequest)
Get all awards for a merge request
|
Modifier and Type | Method and Description |
---|---|
void |
GitlabAPI.deleteAward(GitlabIssue issue,
GitlabAward award)
Delete an award for an issue
|
void |
GitlabAPI.deleteAward(GitlabIssue issue,
Integer noteId,
GitlabAward award)
Delete an award for an issue note
|
void |
GitlabAPI.deleteAward(GitlabMergeRequest mergeRequest,
GitlabAward award)
Delete an award for a merge request
|
Copyright © 2019. All rights reserved.