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