Class GenericRequestService
java.lang.Object
io.jenkins.plugins.propelo.commons.service.GenericRequestService
-
Field Summary
-
Constructor Summary
ConstructorDescriptionGenericRequestService
(String apiUrl, com.fasterxml.jackson.databind.ObjectMapper mapper) -
Method Summary
Modifier and TypeMethodDescriptionperformGenericRequest
(String apiKey, String genericRequestType, String payload, boolean trustAllCertificates, File zipFile, ProxyConfigService.ProxyConfig proxyConfig)
-
Field Details
-
GENERIC_REQUESTS_MULTIPART_API
- See Also:
-
APPLICATION_JSON_UTF8
public static final okhttp3.MediaType APPLICATION_JSON_UTF8
-
-
Constructor Details
-
GenericRequestService
-
-
Method Details
-
performGenericRequest
public GenericResponse performGenericRequest(String apiKey, String genericRequestType, String payload, boolean trustAllCertificates, File zipFile, ProxyConfigService.ProxyConfig proxyConfig) throws IOException - Throws:
IOException
-