public class Board extends AgileResource
ATTR_ID, ATTR_NAME, ATTR_SELF, RESOURCE_URI| Modifier | Constructor and Description |
|---|---|
protected |
Board(RestClient restclient,
net.sf.json.JSONObject json)
Creates a Board from a JSON payload.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
deserialize(net.sf.json.JSONObject json)
Deserialize the json to extract standard attributes and keep a reference of
other attributes.
|
static Board |
get(RestClient restclient,
long id)
Retrieves the given rapid view.
|
static List<Board> |
getAll(RestClient restclient)
Retrieves all boards visible to the session user.
|
List<Issue> |
getBacklog() |
List<Epic> |
getEpics() |
List<Issue> |
getIssuesWithoutEpic() |
List<Sprint> |
getSprints() |
String |
getType() |
getAttribute, getId, getName, getResource, getResourceArray, getRestclient, getSelfURL, toStringprotected Board(RestClient restclient, net.sf.json.JSONObject json) throws JiraException
restclient - REST client instancejson - JSON payloadJiraExceptionpublic static Board get(RestClient restclient, long id) throws JiraException
restclient - REST client instanceid - Internal JIRA ID of the rapid viewJiraException - when the retrieval failspublic static List<Board> getAll(RestClient restclient) throws JiraException
restclient - REST client instanceJiraException - when the retrieval failsprotected void deserialize(net.sf.json.JSONObject json)
throws JiraException
AgileResourcejson - The JSON object to read.JiraExceptionpublic String getType()
public List<Sprint> getSprints() throws JiraException
JiraException - when the retrieval failspublic List<Issue> getBacklog() throws JiraException
JiraException - when the retrieval failspublic List<Issue> getIssuesWithoutEpic() throws JiraException
JiraException - when the retrieval failspublic List<Epic> getEpics() throws JiraException
JiraException - when the retrieval failsCopyright © 2022. All rights reserved.