Class JiraClient
java.lang.Object
org.codelibs.fess.ds.atlassian.api.AtlassianClient
org.codelibs.fess.ds.atlassian.api.jira.JiraClient
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final Stringprotected final Integerprotected final Stringprotected final Stringprotected static final StringFields inherited from class org.codelibs.fess.ds.atlassian.api.AtlassianClient
ACCESS_TOKEN_PARAM, AUTH_TYPE_PARAM, authentication, BASIC, BASIC_PASS_PARAM, BASIC_USERNAME_PARAM, connectionTimeout, CONSUMER_KEY_PARAM, HOME_PARAM, HTTP_CONNECTION_TIMEOUT, HTTP_READ_TIMEOUT, OAUTH, PRIVATE_KEY_PARAM, PROXY_HOST_PARAM, PROXY_PORT_PARAM, readTimeout, SECRET_PARAM -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()protected StringvoidgetComments(String issueId, Consumer<Comment> consumer) protected IntegergetIssueMaxResults(org.codelibs.fess.entity.DataStoreParams paramMap) voidprotected StringgetJql(org.codelibs.fess.entity.DataStoreParams paramMap) projects()search()Methods inherited from class org.codelibs.fess.ds.atlassian.api.AtlassianClient
createRequest, getHome
-
Field Details
-
DEFAULT_ISSUE_MAX_RESULTS
- See Also:
-
JQL_PARAM
- See Also:
-
ISSUE_MAX_RESULTS_PARAM
- See Also:
-
jiraHome
-
jql
-
issueMaxResults
-
-
Constructor Details
-
JiraClient
public JiraClient(org.codelibs.fess.entity.DataStoreParams paramMap)
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
getJql
-
getIssueMaxResults
-
getJiraHome
-
projects
-
project
-
search
-
issue
-
comments
-
getAppHome
- Specified by:
getAppHomein classAtlassianClient
-
getIssues
-
getComments
-