Uses of Class
org.gitlab4j.api.models.BoardList
Packages that use BoardList
-
Uses of BoardList in org.gitlab4j.api
Methods in org.gitlab4j.api that return BoardListModifier and TypeMethodDescriptionBoardsApi.createBoardList
(Object projectIdOrPath, Long boardId, Long labelId) Creates a new Issue Board list.BoardsApi.getBoardList
(Object projectIdOrPath, Long boardId, Long listId) Get a single issue board list.BoardsApi.updateBoard
(Object projectIdOrPath, Long boardId, String name, Long assigneeId, Long milestoneId, String labels, Integer weight) Updates an existing Issue Board.BoardsApi.updateBoardList
(Object projectIdOrPath, Long boardId, Long listId, Integer position) Updates an existing Issue Board list.Methods in org.gitlab4j.api that return types with arguments of type BoardListModifier and TypeMethodDescriptionBoardsApi.getBoardLists
(Object projectIdOrPath, Long boardId) Get a list of the board’s lists.BoardsApi.getBoardLists
(Object projectIdOrPath, Long boardId, int itemsPerPage) Get a Pager of the board’s lists.BoardsApi.getBoardLists
(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.getBoardsListsStream
(Object projectIdOrPath, Long boardId) Get a Stream of the board’s lists.BoardsApi.getOptionalBoardList
(Object projectIdOrPath, Long boardId, Long listId) Get a single issue board list as an Optional instance. -
Uses of BoardList in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return types with arguments of type BoardListMethod parameters in org.gitlab4j.api.models with type arguments of type BoardList