Package | Description |
---|---|
org.gitlab.api |
Modifier and Type | Method and Description |
---|---|
GitlabIssue |
GitlabAPI.createIssue(int projectId,
int assigneeId,
Integer milestoneId,
String labels,
String description,
String title) |
GitlabIssue |
GitlabAPI.editIssue(int projectId,
int issueId,
int assigneeId,
int milestoneId,
String labels,
String description,
String title,
GitlabIssue.Action action) |
GitlabIssue |
GitlabAPI.getIssue(Serializable projectId,
Integer issueId) |
GitlabIssue |
GitlabAPI.moveIssue(Integer projectId,
Integer issueId,
Integer toProjectId) |
Modifier and Type | Method and Description |
---|---|
List<GitlabIssue> |
GitlabAPI.getIssues(GitlabProject project) |
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
|
GitlabNote |
GitlabAPI.createNote(GitlabIssue issue,
String message) |
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.deleteNote(GitlabIssue issue,
GitlabNote noteToDelete)
Delete an Issue Note
|
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
|
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
|
GitlabNote |
GitlabAPI.getNote(GitlabIssue issue,
Integer noteId) |
List<GitlabNote> |
GitlabAPI.getNotes(GitlabIssue issue) |
Copyright © 2017. All Rights Reserved.