|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.rest.v2.issue.Examples
public class Examples
This class holds constants that are
| Field Summary | |
|---|---|
static String |
JIRA_BASE_URL
The base URL for the example JIRA instance. |
static String |
REST_BASE_URL
The base URL for the REST API. |
| Method Summary | |
|---|---|
static URI |
jiraURI(String... pathSegments)
Creates a new URI consisting of the JIRA_BASE_URL followed by the passed-in path segments. |
static URI |
restURI(String... pathSegments)
Creates a new URI consisting of the REST_BASE_URL followed by the passed-in path segments. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String JIRA_BASE_URL
public static final String REST_BASE_URL
| Method Detail |
|---|
public static URI jiraURI(String... pathSegments)
JIRA_BASE_URL followed by the passed-in path segments.
pathSegments - the path segments to append
IllegalArgumentException - if the passed-in paths are not validpublic static URI restURI(String... pathSegments)
REST_BASE_URL followed by the passed-in path segments.
pathSegments - the path segments to append
IllegalArgumentException - if the passed-in paths are not valid
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||