@ExperimentalApi public class

BoardDataResource

extends Object
java.lang.Object
   ↳ com.atlassian.jira.rest.v2.board.BoardDataResource

@ExperimentalApi

This class is considered usable by external developers but its contracts have not stabilized.

Experimental APIs may be changed at any time before being marked @Internal or @PublicApi.

Summary

Public Constructors
BoardDataResource(BoardDataJsonableAdaptor boardDataJsonableAdaptor, BoardService boardService, BoardDataService boardDataService, JiraAuthenticationContext authenticationContext)
Public Methods
Response getBoard(String boardId)
Returns the board data with the given board id, or an error.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public BoardDataResource (BoardDataJsonableAdaptor boardDataJsonableAdaptor, BoardService boardService, BoardDataService boardDataService, JiraAuthenticationContext authenticationContext)

Public Methods

public Response getBoard (String boardId)

Returns the board data with the given board id, or an error.

Returns
  • The board data for the board with the given id