public class JiraAuth extends Object
| Constructor and Description |
|---|
JiraAuth(String username,
String password,
String repoURI) |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.jira.rest.client.IssueRestClient |
getIssueRestClient() |
com.atlassian.jira.rest.client.MetadataRestClient |
getMetaDataRestClient() |
com.atlassian.jira.rest.client.ProjectRestClient |
getProjectRestClient() |
com.atlassian.jira.rest.client.SearchRestClient |
getSearchRestClient() |
com.atlassian.jira.rest.client.UserRestClient |
getUserRestClient() |
public com.atlassian.jira.rest.client.SearchRestClient getSearchRestClient()
throws Exception
Exceptionpublic com.atlassian.jira.rest.client.IssueRestClient getIssueRestClient()
throws Exception
Exceptionpublic com.atlassian.jira.rest.client.ProjectRestClient getProjectRestClient()
throws Exception
Exceptionpublic com.atlassian.jira.rest.client.MetadataRestClient getMetaDataRestClient()
throws Exception
ExceptionCopyright © 2001–2018 jBPM dev team. All rights reserved.