Class JobConfigChangeNotificationService
java.lang.Object
io.jenkins.plugins.propelo.commons.service.JobConfigChangeNotificationService
-
Constructor Summary
ConstructorDescriptionJobConfigChangeNotificationService
(String apiUrl, com.fasterxml.jackson.databind.ObjectMapper mapper) -
Method Summary
Modifier and TypeMethodDescriptionsubmitJobConfigChangeRequest
(String apiKey, JobConfigChange jobConfigChange, String scmUrl, String scmUserId, String jenkinsInstanceGuid, String jenkinsInstanceName, String jenkinsInstanceUrl, boolean trustAllCertificates, ProxyConfigService.ProxyConfig proxyConfig)
-
Constructor Details
-
JobConfigChangeNotificationService
public JobConfigChangeNotificationService(String apiUrl, com.fasterxml.jackson.databind.ObjectMapper mapper)
-
-
Method Details
-
submitJobConfigChangeRequest
public List<String> submitJobConfigChangeRequest(String apiKey, JobConfigChange jobConfigChange, String scmUrl, String scmUserId, String jenkinsInstanceGuid, String jenkinsInstanceName, String jenkinsInstanceUrl, boolean trustAllCertificates, ProxyConfigService.ProxyConfig proxyConfig) throws IOException - Throws:
IOException
-