Uses of Class
org.gitlab4j.api.models.Note
Packages that use Note
-
Uses of Note in org.gitlab4j.api
Methods in org.gitlab4j.api that return NoteModifier and TypeMethodDescriptionDiscussionsApi.addCommitDiscussionNote
(Object projectIdOrPath, String commitSha, String discussionId, String body, Date createdAt) Adds a note to an existing commit discussion.DiscussionsApi.addIssueThreadNote
(Object projectIdOrPath, Long issueIid, String discussionId, String body, Date createdAt) Adds a new note to the thread.DiscussionsApi.addMergeRequestThreadNote
(Object projectIdOrPath, Long mergeRequestIid, String discussionId, String body, Date createdAt) Adds a new note to the thread.NotesApi.createIssueNote
(Object projectIdOrPath, Long issueIid, String body) Create a issues's note.NotesApi.createIssueNote
(Object projectIdOrPath, Long issueIid, String body, Date createdAt) Create a issues's note.NotesApi.createMergeRequestNote
(Object projectIdOrPath, Long mergeRequestIid, String body) Create a merge request's note.NotesApi.getIssueNote
(Object projectIdOrPath, Long issueIid, Long noteId) Get the specified issues's note.NotesApi.getMergeRequestNote
(Object projectIdOrPath, Long mergeRequestIid, Long noteId) Get the specified merge request's note.DiscussionsApi.modifyCommitDiscussionNote
(Object projectIdOrPath, String commitSha, String discussionId, Long noteId, String body) Modify an existing discussion note of a commit.DiscussionsApi.modifyIssueThreadNote
(Object projectIdOrPath, Long issueIid, String discussionId, Long noteId, String body) Modify existing thread note of an issue.DiscussionsApi.modifyMergeRequestThreadNote
(Object projectIdOrPath, Long mergeRequestIid, String discussionId, Long noteId, String body, Boolean resolved) Modify or resolve an existing thread note of a merge request.DiscussionsApi.resolveCommitDiscussionNote
(Object projectIdOrPath, String commitSha, String discussionId, Long noteId, Boolean resolved) Resolve or unresolve an existing discussion note of a commit.NotesApi.updateIssueNote
(Object projectIdOrPath, Long issueIid, Long noteId, String body) Update the specified issues's note.NotesApi.updateMergeRequestNote
(Object projectIdOrPath, Long mergeRequestIid, Long noteId, String body) Update the specified merge request's note.Methods in org.gitlab4j.api that return types with arguments of type NoteModifier and TypeMethodDescriptionNotesApi.getIssueNotes
(Object projectIdOrPath, Long issueIid) Get a list of the issues's notes.NotesApi.getIssueNotes
(Object projectIdOrPath, Long issueIid, int itemsPerPage) Get a Pager of issues's notes.NotesApi.getIssueNotes
(Object projectIdOrPath, Long issueIid, int page, int perPage) Get a list of the issue's notes using the specified page and per page settings.NotesApi.getIssueNotesStream
(Object projectIdOrPath, Long issueIid) Get a Stream of the issues's notes.NotesApi.getMergeRequestNotes
(Object projectIdOrPath, Long mergeRequestIid) Gets a list of all notes for a single merge requestNotesApi.getMergeRequestNotes
(Object projectIdOrPath, Long mergeRequestIid, int itemsPerPage) Get a Pager of all notes for a single merge requestNotesApi.getMergeRequestNotes
(Object projectIdOrPath, Long mergeRequestIid, int page, int perPage) Gets a list of all notes for a single merge request using the specified page and per page settings.NotesApi.getMergeRequestNotes
(Object projectIdOrPath, Long mergeRequestIid, Constants.SortOrder sortOrder, Note.OrderBy orderBy) Gets a list of all notes for a single merge request.NotesApi.getMergeRequestNotes
(Object projectIdOrPath, Long mergeRequestIid, Constants.SortOrder sortOrder, Note.OrderBy orderBy, int itemsPerPage) Get a Pager of all notes for a single merge requestNotesApi.getMergeRequestNotes
(Object projectIdOrPath, Long mergeRequestIid, Constants.SortOrder sortOrder, Note.OrderBy orderBy, int page, int perPage) Gets a list of all notes for a single merge request using the specified page and per page settings.NotesApi.getMergeRequestNotesStream
(Object projectIdOrPath, Long mergeRequestIid) Gets a Stream of all notes for a single merge requestNotesApi.getMergeRequestNotesStream
(Object projectIdOrPath, Long mergeRequestIid, Constants.SortOrder sortOrder, Note.OrderBy orderBy) Gets a Stream of all notes for a single merge request.Deprecated.Deprecated.As of release 4.7.0, replaced byNotesApi.getIssueNotes(Object, Long, int)
Deprecated.As of release 4.7.0, replaced byNotesApi.getIssueNotes(Object, Long, int, int)
-
Uses of Note in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return NoteMethods in org.gitlab4j.api.models that return types with arguments of type NoteMethods in org.gitlab4j.api.models with parameters of type NoteMethod parameters in org.gitlab4j.api.models with type arguments of type Note
NotesApi.getIssueNotes(Object, Long)