| Package | Description |
|---|---|
| com.mber.client |
| Modifier and Type | Method and Description |
|---|---|
static HTTParty.Call |
HTTParty.delete(String url,
net.sf.json.JSONObject args) |
static HTTParty.Call |
HTTParty.get(String url) |
static HTTParty.Call |
HTTParty.get(String url,
net.sf.json.JSONObject args) |
static HTTParty.Call |
HTTParty.post(String url,
net.sf.json.JSONObject data) |
static HTTParty.Call |
HTTParty.put(String url,
File file) |
static HTTParty.Call |
HTTParty.put(String url,
File file,
hudson.model.BuildListener listener) |
static HTTParty.Call |
HTTParty.put(String url,
net.sf.json.JSONObject data) |
| Modifier and Type | Method and Description |
|---|---|
List<HTTParty.Call> |
MberClient.getCallHistory() |
Copyright © 2004-2015. All Rights Reserved.