public class JiraSession extends Object
Constructor and Description |
---|
JiraSession(String url,
String userName,
String password) |
Modifier and Type | Method and Description |
---|---|
okhttp3.Response |
getRequest(String url) |
okhttp3.Response |
postRequest(String url,
String body) |
okhttp3.Response |
postRequestNoLogging(String url,
String body) |
okhttp3.Response |
putRequest(String url,
String body) |
public okhttp3.Response getRequest(String url)
Copyright © 2018. All rights reserved.