Class PluginConfigApi
java.lang.Object
com.atlassian.jira.cloud.jenkins.common.client.JenkinsAppApi<PluginConfigResponse>
com.atlassian.jira.cloud.jenkins.pluginConfigApi.PluginConfigApi
- 
Constructor Summary
ConstructorsConstructorDescriptionPluginConfigApi(okhttp3.OkHttpClient httpClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper)  - 
Method Summary
Modifier and TypeMethodDescriptionsendConnectionData(String webhookUrl, String secret, String ipAddress, Boolean autoBuildsEnabled, String autoBuildRegex, Boolean autoDeploymentsEnabled, String autoDeploymentsRegex, PipelineLogger pipelineLogger) Methods inherited from class com.atlassian.jira.cloud.jenkins.common.client.JenkinsAppApi
sendRequest, sendRequestAsJwt, wrapInJwt 
- 
Constructor Details
- 
PluginConfigApi
@Inject public PluginConfigApi(okhttp3.OkHttpClient httpClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper)  
 - 
 - 
Method Details
- 
sendConnectionData
public PluginConfigResponse sendConnectionData(String webhookUrl, String secret, String ipAddress, Boolean autoBuildsEnabled, String autoBuildRegex, Boolean autoDeploymentsEnabled, String autoDeploymentsRegex, PipelineLogger pipelineLogger)  
 -