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 |
---|---|
void |
close()
Close session.
|
JiraIssue |
getIssue(String issueKey)
Get an individual issue.
|
Map<String,String> |
getRepositoryInfo()
Obtain repository information.
|
void |
getSeeds(XThreadStringBuffer idBuffer,
String jiraDriveQuery)
Get the list of matching root documents, e.g.
|
List<String> |
getUsers(String issueKey)
Get the list of users that can see the specified issue.
|
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 void getSeeds(XThreadStringBuffer idBuffer, String jiraDriveQuery) throws IOException, ResponseException, InterruptedException, ManifoldCFException
public List<String> getUsers(String issueKey) throws IOException, ResponseException, ManifoldCFException
public JiraIssue getIssue(String issueKey) throws IOException, ResponseException, ManifoldCFException