public class Backlog extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Backlog(RestClient restclient,
net.sf.json.JSONObject json)
Creates the backlog from a JSON payload.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canEditEpics() |
boolean |
canManageSprints() |
static Backlog |
get(RestClient restclient,
RapidView rv)
Retrieves the backlog data for the given rapid view.
|
List<SprintIssue> |
getBacklogIssues() |
List<Epic> |
getEpics() |
List<SprintIssue> |
getIssues() |
List<Marker> |
getMarkers() |
List<RapidViewProject> |
getProjects() |
int |
getRankCustomFieldId() |
List<Sprint> |
getSprints() |
Map<String,List<RapidViewVersion>> |
getVersionsPerProject() |
boolean |
maxIssuesExceeded() |
int |
queryResultLimit() |
protected Backlog(RestClient restclient, net.sf.json.JSONObject json)
restclient - REST client instancejson - JSON payloadpublic static Backlog get(RestClient restclient, RapidView rv) throws JiraException
restclient - REST client instancerv - Rapid View instanceJiraException - when the retrieval failspublic List<SprintIssue> getIssues()
public List<SprintIssue> getBacklogIssues()
public int getRankCustomFieldId()
public List<RapidViewProject> getProjects()
public boolean canEditEpics()
public boolean canManageSprints()
public boolean maxIssuesExceeded()
public int queryResultLimit()
public Map<String,List<RapidViewVersion>> getVersionsPerProject()
Copyright © 2022. All rights reserved.