|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Request | |
---|---|
org.jenkinsci.plugins.relution.net |
Uses of Request in org.jenkinsci.plugins.relution.net |
---|
Methods in org.jenkinsci.plugins.relution.net that return Request | |
---|---|
Request |
RequestFactory.createAnalyzeUploadedApplication(String uploadToken,
String UUID)
Creates an request which could be send against the relution. |
Request |
RequestFactory.createAppStoreItemsRequest()
With these created request you could retrieve the apps stored in the relution store. |
Request |
RequestFactory.createUploadedApplicationInformationRequest(String appObject)
Creates an request that could be send against the relution with an APIObject. |
Request |
RequestFactory.createUploadRequest(String uploadToken,
File file)
Creates an request which could be send against the relution. |
Methods in org.jenkinsci.plugins.relution.net with parameters of type Request | |
---|---|
String |
RequestFactory.send(Request request)
send the request with org.apache.http |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |