public class RapidView extends GreenHopperResource
id, RESOURCE_URI, restclient| Modifier | Constructor and Description |
|---|---|
protected |
RapidView(RestClient restclient,
net.sf.json.JSONObject json)
Creates a rapid view from a JSON payload.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
canEdit() |
static RapidView |
get(RestClient restclient,
int id)
Retrieves the given rapid view.
|
static List<RapidView> |
getAll(RestClient restclient)
Retrieves all rapid views visible to the session user.
|
Backlog |
getBacklogData()
Retrieves the backlog data for this rapid view.
|
String |
getName() |
SprintReport |
getSprintReport(Sprint sprint)
Retrieves the sprint report for the given sprint.
|
List<Sprint> |
getSprints()
Retrieves all sprints associated with this rapid view.
|
Boolean |
isSprintSupportEnabled() |
String |
toString() |
getIdprotected RapidView(RestClient restclient, net.sf.json.JSONObject json)
restclient - REST client instancejson - JSON payloadpublic static RapidView get(RestClient restclient, int id) throws JiraException
restclient - REST client instanceid - Internal JIRA ID of the rapid viewJiraException - when the retrieval failspublic static List<RapidView> getAll(RestClient restclient) throws JiraException
restclient - REST client instanceJiraException - when the retrieval failspublic List<Sprint> getSprints() throws JiraException
JiraException - when the retrieval failspublic SprintReport getSprintReport(Sprint sprint) throws JiraException
sprint - Sprint to lookupJiraException - when the retrieval failspublic Backlog getBacklogData() throws JiraException
JiraException - when the retrieval failspublic String getName()
public Boolean canEdit()
public Boolean isSprintSupportEnabled()
Copyright © 2022. All rights reserved.