| Package | Description |
|---|---|
| net.rcarz.jiraclient |
| Modifier and Type | Method and Description |
|---|---|
net.sf.json.JSON |
RestClient.delete(String path)
Executes an HTTP DELETE with the given path.
|
net.sf.json.JSON |
RestClient.delete(URI uri)
Executes an HTTP DELETE with the given URI.
|
net.sf.json.JSON |
RestClient.get(String path)
Executes an HTTP GET with the given path.
|
net.sf.json.JSON |
RestClient.get(String path,
Map<String,String> params)
Executes an HTTP GET with the given path.
|
net.sf.json.JSON |
RestClient.get(URI uri)
Executes an HTTP GET with the given URI.
|
net.sf.json.JSON |
RestClient.post(String path)
Executes an HTTP POST with the given path.
|
net.sf.json.JSON |
RestClient.post(String path,
File file)
Executes an HTTP POST with the given path and file payload.
|
net.sf.json.JSON |
RestClient.post(String path,
Issue.NewAttachment... attachments)
Executes an HTTP POST with the given path and file payloads.
|
net.sf.json.JSON |
RestClient.post(String path,
net.sf.json.JSON payload)
Executes an HTTP POST with the given path and payload.
|
net.sf.json.JSON |
RestClient.post(URI uri,
net.sf.json.JSON payload)
Executes an HTTP POST with the given URI and payload.
|
net.sf.json.JSON |
RestClient.post(URI uri,
String payload)
Executes an HTTP POST with the given URI and payload.
|
net.sf.json.JSON |
RestClient.put(String path,
net.sf.json.JSON payload)
Executes an HTTP PUT with the given path and payload.
|
net.sf.json.JSON |
RestClient.put(URI uri,
net.sf.json.JSON payload)
Executes an HTTP PUT with the given URI and payload.
|
Copyright © 2022. All rights reserved.