Package org.jbehave.core.io.rest.xwiki
Class LoadFromXWiki
java.lang.Object
org.jbehave.core.io.rest.LoadFromREST
org.jbehave.core.io.rest.xwiki.LoadFromXWiki
- All Implemented Interfaces:
org.jbehave.core.io.ResourceLoader
Loads resource from XWiki pages using the REST API
-
Constructor Summary
ConstructorsConstructorDescriptionLoadFromXWiki(RESTClient.Type type) LoadFromXWiki(RESTClient.Type type, String username, String password) -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringtext(String entity, RESTClient.Type type) protected Stringuri(String resourcePath, RESTClient.Type type) Methods inherited from class org.jbehave.core.io.rest.LoadFromREST
loadResourceAsText
-
Constructor Details
-
LoadFromXWiki
-
LoadFromXWiki
-
-
Method Details
-
uri
- Overrides:
uriin classLoadFromREST
-
text
- Overrides:
textin classLoadFromREST
-