| java.lang.Object | |
| ↳ | com.atlassian.jira.rest.v2.issue.Examples |
This class holds constants that are
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | JIRA_BASE_URL | The base URL for the example JIRA instance. | |||||||||
| String | REST_BASE_URL | The base URL for the REST API. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new URI consisting of the
JIRA_BASE_URL followed by the passed-in path segments. | |||||||||||
Creates a new URI consisting of the
REST_BASE_URL followed by the passed-in path segments. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
The base URL for the example JIRA instance.
The base URL for the REST API.
Creates a new URI consisting of the JIRA_BASE_URL followed by the passed-in path segments.
| pathSegments | the path segments to append |
|---|
| IllegalArgumentException | if the passed-in paths are not valid |
|---|
Creates a new URI consisting of the 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 |
|---|

