| Package | Description |
|---|---|
| net.rcarz.jiraclient.greenhopper |
| Modifier and Type | Method and Description |
|---|---|
static RapidView |
RapidView.get(RestClient restclient,
int id)
Retrieves the given rapid view.
|
RapidView |
GreenHopperClient.getRapidView(int id)
Retreives the rapid view with the given ID.
|
| Modifier and Type | Method and Description |
|---|---|
static List<RapidView> |
RapidView.getAll(RestClient restclient)
Retrieves all rapid views visible to the session user.
|
List<RapidView> |
GreenHopperClient.getRapidViews()
Retreives all rapid views visible to the session user.
|
| Modifier and Type | Method and Description |
|---|---|
static Backlog |
Backlog.get(RestClient restclient,
RapidView rv)
Retrieves the backlog data for the given rapid view.
|
static SprintReport |
SprintReport.get(RestClient restclient,
RapidView rv,
Sprint sprint)
Retrieves the sprint report for the given rapid view and sprint.
|
Copyright © 2022. All rights reserved.