Package | Description |
---|---|
org.jbehave.core.io.rest | |
org.jbehave.core.io.rest.redmine | |
org.jbehave.core.io.rest.xwiki |
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(Resource resource,
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(Resource resource,
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) |
Modifier and Type | Method and Description |
---|---|
protected String |
UploadToXWiki.entity(Resource resource,
RESTClient.Type type) |
protected String |
LoadFromXWiki.text(String entity,
RESTClient.Type type) |
protected String |
LoadFromXWiki.uri(String resourcePath,
RESTClient.Type type) |
Constructor and Description |
---|
LoadFromXWiki(RESTClient.Type type) |
LoadFromXWiki(RESTClient.Type type,
String username,
String password) |
UploadToXWiki(RESTClient.Type type) |
UploadToXWiki(RESTClient.Type type,
String username,
String password) |
Copyright © 2003-2014. All Rights Reserved.