Uses of Class
org.miaixz.bus.gitlab.models.Note
Packages that use Note
-
Uses of Note in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab 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.createEpicNote(Object groupIdOrPath, Long epicId, String body) Create a epics's note.NotesApi.createEpicNote(Object groupIdOrPath, Long epicId, String body, Date createdAt) Create a epics's note.NotesApi.createEpicNote(Object groupIdOrPath, Long epicId, String body, Date createdAt, Boolean internal) Create a epics's note.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.createIssueNote(Object projectIdOrPath, Long issueIid, String body, Date createdAt, Boolean internal) Create a issues's note.NotesApi.createMergeRequestNote(Object projectIdOrPath, Long mergeRequestIid, String body, Date createdAt, Boolean internal) Create a merge request's note.NotesApi.getEpicNote(Object groupIdOrPath, Long epicId, Long noteId) Get the specified epics'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.updateEpicNote(Object groupIdOrPath, Long epicId, Long noteId, String body) Update the specified epics's note.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.miaixz.bus.gitlab that return types with arguments of type NoteModifier and TypeMethodDescriptionNotesApi.getEpicNotes(Object groupIdOrPath, Long epicId) Get a list of the epics's notes.NotesApi.getEpicNotes(Object groupIdOrPath, Long epicId, int itemsPerPage) Get a Pager of epics's notes.NotesApi.getEpicNotes(Object groupIdOrPath, Long epicId, int page, int perPage) Get a list of the epic's notes using the specified page and per page settings.NotesApi.getEpicNotesStream(Object groupIdOrPath, Long epicId) Get a Stream of the epics's notes.NotesApi.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. -
Uses of Note in org.miaixz.bus.gitlab.models
Fields in org.miaixz.bus.gitlab.models with type parameters of type NoteModifier and TypeFieldDescriptionstatic final Constants.GroupSearchScope<Note> Constants.GroupSearchScope.NOTESstatic final Constants.ProjectSearchScope<Note> Constants.ProjectSearchScope.NOTESMethods in org.miaixz.bus.gitlab.models that return NoteMethods in org.miaixz.bus.gitlab.models that return types with arguments of type NoteMethods in org.miaixz.bus.gitlab.models with parameters of type NoteMethod parameters in org.miaixz.bus.gitlab.models with type arguments of type Note