| Package | Description |
|---|---|
| hudson.plugins.blazemeter.api |
| Modifier and Type | Method and Description |
|---|---|
static BzmHttpWrapper.Method |
BzmHttpWrapper.Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BzmHttpWrapper.Method[] |
BzmHttpWrapper.Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<V> org.apache.http.HttpResponse |
BzmHttpWrapper.httpResponse(String url,
V data,
BzmHttpWrapper.Method method) |
<T,V> T |
BzmHttpWrapper.response(String url,
V data,
BzmHttpWrapper.Method method,
Class<T> returnType,
Class<V> dataType) |
Copyright © July 2012-2016 BlazeMeterInc. All Rights Reserved.