-
Methods in org.gitlab4j.api that return AwardEmoji
Modifier and Type |
Method |
Description |
AwardEmoji |
AwardEmojiApi.addIssueAwardEmoji(Object projectIdOrPath,
Long issueIid,
String name) |
Add an award emoji for the specified issue.
|
AwardEmoji |
AwardEmojiApi.addIssueNoteAwardEmoji(Object projectIdOrPath,
Long issueIid,
Long noteId,
String name) |
Add an award emoji for the specified issue note.
|
AwardEmoji |
AwardEmojiApi.addMergeRequestAwardEmoji(Object projectIdOrPath,
Integer mergeRequestIid,
Integer noteId,
String name) |
Add an award emoji for the specified merge request note.
|
AwardEmoji |
AwardEmojiApi.addMergeRequestAwardEmoji(Object projectIdOrPath,
Long mergeRequestIid,
String name) |
Add an award emoji to the specified merge request.
|
AwardEmoji |
AwardEmojiApi.addNoteAwardEmoji(Object projectIdOrPath,
Long issueIid,
Long noteId,
String name) |
Deprecated.
|
AwardEmoji |
AwardEmojiApi.addSnippetAwardEmoji(Object projectIdOrPath,
Long snippetId,
String name) |
Add an award emoji to the specified snippet.
|
AwardEmoji |
AwardEmojiApi.getIssueAwardEmoji(Object projectIdOrPath,
Long issueIid,
Long awardId) |
Get the specified award emoji for the specified issue.
|
AwardEmoji |
AwardEmojiApi.getIssueNoteAwardEmoji(Object projectIdOrPath,
Long issueIid,
Long noteId,
Long awardId) |
Get the specified award emoji for the specified issue note.
|
AwardEmoji |
AwardEmojiApi.getMergeRequestAwardEmoji(Object projectIdOrPath,
Long mergeRequestIid,
Long awardId) |
Get the specified award emoji for the specified merge request.
|
AwardEmoji |
AwardEmojiApi.getMergeRequestNoteAwardEmoji(Object projectIdOrPath,
Long mergeRequestIid,
Long noteId,
Long awardId) |
Get the specified award emoji for the specified merge request note.
|
AwardEmoji |
AwardEmojiApi.getNoteAwardEmoji(Object projectIdOrPath,
Long issueIid,
Long noteId,
Long awardId) |
Deprecated.
|
AwardEmoji |
AwardEmojiApi.getSnippetAwardEmoji(Object projectIdOrPath,
Long snippetId,
Long awardId) |
Get the specified award emoji for the specified snippet.
|
AwardEmojiApi.addIssueNoteAwardEmoji(Object, Long, Long, String)