Class AtlassianRequest
java.lang.Object
org.codelibs.fess.ds.atlassian.api.AtlassianRequest
- Direct Known Subclasses:
GetAttachmentsOfContentRequest,GetCommentsOfContentRequest,GetCommentsRequest,GetContentRequest,GetContentsRequest,GetIssueRequest,GetProjectRequest,GetProjectsRequest,GetSpaceRequest,GetSpacesRequest,SearchRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Authenticationprotected Integerprotected static final Stringprotected static final Stringprotected static final com.fasterxml.jackson.databind.ObjectMapperprotected static final Stringprotected static final Stringprotected Integer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappHome()org.codelibs.curl.CurlResponsegetCurlResponse(String requestMethod) org.codelibs.curl.CurlResponsegetCurlResponse(Function<String, org.codelibs.curl.CurlRequest> method, String requestMethod) abstract StringgetURL()voidsetAppHome(String appHome) voidsetAuthentication(Authentication authentication) voidsetConnectionTimeout(Integer connectionTimeout) voidsetReadTimeout(Integer readTimeout)
-
Field Details
-
mapper
protected static final com.fasterxml.jackson.databind.ObjectMapper mapper -
GET
- See Also:
-
POST
- See Also:
-
PUT
- See Also:
-
DELETE
- See Also:
-
CURL_GET
-
CURL_POST
-
CURL_PUT
-
CURL_DELETE
-
authentication
-
appHome
-
connectionTimeout
-
readTimeout
-
-
Constructor Details
-
AtlassianRequest
public AtlassianRequest()
-
-
Method Details
-
appHome
-
getURL
-
getQueryParamMap
-
getBodyMap
-
getCurlResponse
-
getCurlResponse
-
setAuthentication
-
setAppHome
-
setConnectionTimeout
-
setReadTimeout
-