Uses of Class
org.miaixz.bus.gitlab.models.BoardList
Packages that use BoardList
-
Uses of BoardList in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab that return BoardListModifier and TypeMethodDescriptionBoardsApi.createGroupIssueBoardList(Object groupIdOrPath, Long boardId, Long labelId, Long assigneeId, Long milestoneId, Long iterationId) Creates a new Issue Board list.BoardsApi.createProjectIssueBoardList(Object projectIdOrPath, Long boardId, Long labelId, Long assigneeId, Long milestoneId, Long iterationId) Creates a new Issue Board list.BoardsApi.getGroupEpicBoardList(Object groupIdOrPath, Long boardId, Long listId) Get a single epic board list.BoardsApi.getGroupIssueBoardList(Object groupIdOrPath, Long boardId, Long listId) Get a single issue board list.BoardsApi.getProjectIssueBoardList(Object projectIdOrPath, Long boardId, Long listId) Get a single issue board list.BoardsApi.updateGroupIssueBoardList(Object groupIdOrPath, Long boardId, Long listId, Integer position) Updates an existing Issue Board list.BoardsApi.updateProjectIssueBoardList(Object projectIdOrPath, Long boardId, Long listId, Integer position) Updates an existing Issue Board list.Methods in org.miaixz.bus.gitlab that return types with arguments of type BoardListModifier and TypeMethodDescriptionBoardsApi.getGroupEpicBoardLists(Object groupIdOrPath, Long boardId) Get a list of the board’s lists.BoardsApi.getGroupEpicBoardLists(Object groupIdOrPath, Long boardId, int itemsPerPage) Get a Pager of the board’s lists.BoardsApi.getGroupEpicBoardLists(Object groupIdOrPath, Long boardId, int page, int perPage) Get a list of the board’s lists for the specified group to using the specified page and per page setting.BoardsApi.getGroupEpicBoardsListsStream(Object groupIdOrPath, Long boardId) Get a Stream of the board’s lists.BoardsApi.getGroupIssueBoardLists(Object groupIdOrPath, Long boardId) Get a list of the board’s lists.BoardsApi.getGroupIssueBoardLists(Object groupIdOrPath, Long boardId, int itemsPerPage) Get a Pager of the board’s lists.BoardsApi.getGroupIssueBoardLists(Object groupIdOrPath, Long boardId, int page, int perPage) Get a list of the board’s lists for the specified group to using the specified page and per page setting.BoardsApi.getGroupIssueBoardsListsStream(Object groupIdOrPath, Long boardId) Get a Stream of the board’s lists.BoardsApi.getOptionalGroupEpicBoardList(Object groupIdOrPath, Long boardId, Long listId) Get a single epic board list as an Optional instance.BoardsApi.getOptionalGroupIssueBoardList(Object groupIdOrPath, Long boardId, Long listId) Get a single issue board list as an Optional instance.BoardsApi.getOptionalProjectIssueBoardList(Object projectIdOrPath, Long boardId, Long listId) Get a single issue board list as an Optional instance.BoardsApi.getProjectIssueBoardLists(Object projectIdOrPath, Long boardId) Get a list of the board’s lists.BoardsApi.getProjectIssueBoardLists(Object projectIdOrPath, Long boardId, int itemsPerPage) Get a Pager of the board’s lists.BoardsApi.getProjectIssueBoardLists(Object projectIdOrPath, Long boardId, int page, int perPage) Get a list of the board’s lists for the specified project to using the specified page and per page setting.BoardsApi.getProjectIssueBoardsListsStream(Object projectIdOrPath, Long boardId) Get a Stream of the board’s lists. -
Uses of BoardList in org.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return types with arguments of type BoardListMethod parameters in org.miaixz.bus.gitlab.models with type arguments of type BoardList