public class JiraSession extends Object
Constructor and Description |
---|
JiraSession(String clientId,
String clientSecret,
String protocol,
String host,
int port,
String path,
String proxyHost,
int proxyPort,
String proxyDomain,
String proxyUsername,
String proxyPassword)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
checkUserExists(String userName)
Check if user exists.
|
void |
close()
Close session.
|
Map<String,String> |
getRepositoryInfo()
Obtain repository information.
|
public JiraSession(String clientId, String clientSecret, String protocol, String host, int port, String path, String proxyHost, int proxyPort, String proxyDomain, String proxyUsername, String proxyPassword) throws ManifoldCFException
ManifoldCFException
public void close()
public Map<String,String> getRepositoryInfo() throws IOException, ResponseException
IOException
ResponseException
public boolean checkUserExists(String userName) throws IOException, ResponseException, ManifoldCFException