public class GreenHopperClient extends Object
| Constructor and Description |
|---|
GreenHopperClient(JiraClient jira)
Creates a GreenHopper client.
|
| Modifier and Type | Method and Description |
|---|---|
RapidView |
getRapidView(int id)
Retreives the rapid view with the given ID.
|
List<RapidView> |
getRapidViews()
Retreives all rapid views visible to the session user.
|
public GreenHopperClient(JiraClient jira)
jira - JIRA clientpublic RapidView getRapidView(int id) throws JiraException
id - Rapid View IDJiraException - when something goes wrongpublic List<RapidView> getRapidViews() throws JiraException
JiraException - when something goes wrongCopyright © 2022. All rights reserved.