public class RapidViewProject extends GreenHopperResource
id, RESOURCE_URI, restclient| Modifier | Constructor and Description |
|---|---|
protected |
RapidViewProject(RestClient restclient,
net.sf.json.JSONObject json)
Creates a project from a JSON payload.
|
| Modifier and Type | Method and Description |
|---|---|
Project |
getJiraProject()
Retrieves the full JIRA project.
|
String |
getKey() |
String |
getName() |
String |
toString() |
getIdprotected RapidViewProject(RestClient restclient, net.sf.json.JSONObject json)
restclient - REST client instancejson - JSON payloadpublic Project getJiraProject() throws JiraException
JiraException - when the retrieval failspublic String getKey()
public String getName()
Copyright © 2022. All rights reserved.