Package | Description |
---|---|
com.redhat.jenkins.plugins.buildrequester |
Modifier and Type | Method and Description |
---|---|
static HttpUtils.Response |
HttpUtils.doRequest(URL url,
String data,
Map<String,String> headers,
String method) |
static HttpUtils.Response |
HttpUtils.get(URL url,
Map<String,String> headers) |
static HttpUtils.Response |
HttpUtils.post(URL url,
String data,
Map<String,String> headers) |
static HttpUtils.Response |
HttpUtils.put(URL url,
String data,
Map<String,String> headers) |
Copyright © 2004-2015. All Rights Reserved.