| Package | Description |
|---|---|
| org.jbehave.core.io.rest | |
| org.jbehave.core.io.rest.redmine |
| Modifier and Type | Method and Description |
|---|---|
RESTClient.Type |
RESTClient.getType() |
static RESTClient.Type |
RESTClient.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RESTClient.Type[] |
RESTClient.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
UploadToREST.entity(String resourcePath,
String text,
RESTClient.Type type) |
protected String |
LoadFromREST.text(String entity,
RESTClient.Type type) |
protected String |
UploadToREST.uri(String resourcePath,
RESTClient.Type type) |
protected String |
LoadFromREST.uri(String resourcePath,
RESTClient.Type type) |
| Constructor and Description |
|---|
LoadFromREST(RESTClient.Type type) |
LoadFromREST(RESTClient.Type type,
String username,
String password) |
RESTClient(RESTClient.Type type) |
RESTClient(RESTClient.Type type,
String username,
String password) |
UploadToREST(RESTClient.Type type) |
UploadToREST(RESTClient.Type type,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
UploadToRedmine.entity(String resourcePath,
String text,
RESTClient.Type type) |
protected String |
LoadFromRedmine.text(String entity,
RESTClient.Type type) |
protected String |
UploadToRedmine.uri(String resourcePath,
RESTClient.Type type) |
protected String |
LoadFromRedmine.uri(String resourcePath,
RESTClient.Type type) |
| Constructor and Description |
|---|
LoadFromRedmine(RESTClient.Type type) |
LoadFromRedmine(RESTClient.Type type,
String username,
String password) |
UploadToRedmine(RESTClient.Type type) |
UploadToRedmine(RESTClient.Type type,
String username,
String password) |
Copyright © 2003-2013. All Rights Reserved.