Package | Description |
---|---|
org.gitlab.api |
Modifier and Type | Method and Description |
---|---|
GitlabIssue |
GitlabAPI.createIssue(int projectId,
int assigneeId,
int 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) |
Modifier and Type | Method and Description |
---|---|
List<GitlabIssue> |
GitlabAPI.getIssues(GitlabProject project) |
Modifier and Type | Method and Description |
---|---|
GitlabNote |
GitlabAPI.createNote(GitlabIssue issue,
String message) |
List<GitlabNote> |
GitlabAPI.getNotes(GitlabIssue issue) |
Copyright © 2015. All Rights Reserved.