Uses of Enum Class
org.jbehave.core.io.rest.RESTClient.Type
Packages that use RESTClient.Type
Package
Description
-
Uses of RESTClient.Type in org.jbehave.core.io.rest
Methods in org.jbehave.core.io.rest that return RESTClient.TypeModifier and TypeMethodDescriptionRESTClient.getType()static RESTClient.TypeReturns the enum constant of this class with the specified name.static RESTClient.Type[]RESTClient.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jbehave.core.io.rest with parameters of type RESTClient.TypeModifier and TypeMethodDescriptionprotected StringUploadToREST.entity(Resource resource, RESTClient.Type type) protected StringLoadFromREST.text(String entity, RESTClient.Type type) protected StringLoadFromREST.uri(String resourcePath, RESTClient.Type type) protected StringUploadToREST.uri(String resourcePath, RESTClient.Type type) Constructors in org.jbehave.core.io.rest with parameters of type RESTClient.TypeModifierConstructorDescriptionLoadFromREST(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) -
Uses of RESTClient.Type in org.jbehave.core.io.rest.redmine
Methods in org.jbehave.core.io.rest.redmine with parameters of type RESTClient.TypeModifier and TypeMethodDescriptionprotected StringUploadToRedmine.entity(Resource resource, RESTClient.Type type) protected StringLoadFromRedmine.text(String entity, RESTClient.Type type) protected StringLoadFromRedmine.uri(String resourcePath, RESTClient.Type type) protected StringUploadToRedmine.uri(String resourcePath, RESTClient.Type type) Constructors in org.jbehave.core.io.rest.redmine with parameters of type RESTClient.TypeModifierConstructorDescriptionLoadFromRedmine(RESTClient.Type type, String username, String password) UploadToRedmine(RESTClient.Type type, String username, String password) -
Uses of RESTClient.Type in org.jbehave.core.io.rest.xwiki
Methods in org.jbehave.core.io.rest.xwiki with parameters of type RESTClient.TypeModifier and TypeMethodDescriptionprotected StringUploadToXWiki.entity(Resource resource, RESTClient.Type type) protected StringLoadFromXWiki.text(String entity, RESTClient.Type type) protected StringLoadFromXWiki.uri(String resourcePath, RESTClient.Type type) Constructors in org.jbehave.core.io.rest.xwiki with parameters of type RESTClient.TypeModifierConstructorDescriptionLoadFromXWiki(RESTClient.Type type) LoadFromXWiki(RESTClient.Type type, String username, String password) UploadToXWiki(RESTClient.Type type) UploadToXWiki(RESTClient.Type type, String username, String password)