Uses of Class
org.gitlab4j.api.models.Board
Packages that use Board
-
Uses of Board in org.gitlab4j.api
Methods in org.gitlab4j.api that return BoardModifier and TypeMethodDescriptionBoardsApi.createBoard
(Object projectIdOrPath, String name) Creates a new Issue Board.Get a single issue board.Methods in org.gitlab4j.api that return types with arguments of type BoardModifier and TypeMethodDescriptionLists Issue Boards in the given project.Get a Pager of all issue boards for the specified project.Get all issue boards for the specified project using the specified page and per page settingBoardsApi.getBoardsStream
(Object projectIdOrPath) Get a Stream of all issue boards for the specified project.BoardsApi.getOptionalBoard
(Object projectIdOrPath, Long boardId) Get an issue board as an Optional instance.