Class RunbookRunsStatusCheckService
java.lang.Object
io.jenkins.plugins.propelo.commons.service.RunbookRunsStatusCheckService
-
Constructor Summary
ConstructorDescriptionRunbookRunsStatusCheckService
(String apiUrl, com.fasterxml.jackson.databind.ObjectMapper mapper) -
Method Summary
Modifier and TypeMethodDescriptioncheckRunbookRunsStatus
(String apiKey, List<String> runIds, boolean trustAllCertificates, ProxyConfigService.ProxyConfig proxyConfig)
-
Constructor Details
-
RunbookRunsStatusCheckService
public RunbookRunsStatusCheckService(String apiUrl, com.fasterxml.jackson.databind.ObjectMapper mapper)
-
-
Method Details
-
checkRunbookRunsStatus
public List<CheckRunbookRunsStatusResponse> checkRunbookRunsStatus(String apiKey, List<String> runIds, boolean trustAllCertificates, ProxyConfigService.ProxyConfig proxyConfig) throws IOException - Throws:
IOException
-