Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method and Description |
---|---|
Board |
BoardsApi.createBoard(Object projectIdOrPath,
String name)
Creates a new Issue Board.
|
Board |
BoardsApi.getBoard(Object projectIdOrPath,
Integer boardId)
Get a single issue board.
|
Modifier and Type | Method and Description |
---|---|
List<Board> |
BoardsApi.getBoards(Object projectIdOrPath)
Lists Issue Boards in the given project.
|
Pager<Board> |
BoardsApi.getBoards(Object projectIdOrPath,
int itemsPerPage)
Get a Pager of all issue boards for the specified project.
|
List<Board> |
BoardsApi.getBoards(Object projectIdOrPath,
int page,
int perPage)
Get all issue boards for the specified project using the specified page and per page setting
|
Stream<Board> |
BoardsApi.getBoardsStream(Object projectIdOrPath)
Get a Stream of all issue boards for the specified project.
|
Optional<Board> |
BoardsApi.getOptionalBoard(Object projectIdOrPath,
Integer boardId)
Get an issue board as an Optional instance.
|
Copyright © 2019. All rights reserved.