Class JenkinsAppPluginConfigRequest
java.lang.Object
com.atlassian.jira.cloud.jenkins.common.client.JenkinsAppRequest
com.atlassian.jira.cloud.jenkins.pluginConfigApi.JenkinsAppPluginConfigRequest
A request that we can send to the Jenkins app to check the connection.
- 
Nested Class Summary
Nested classes/interfaces inherited from class com.atlassian.jira.cloud.jenkins.common.client.JenkinsAppRequest
JenkinsAppRequest.RequestType - 
Constructor Summary
ConstructorsConstructorDescriptionJenkinsAppPluginConfigRequest(String ipAddress, boolean autoBuildsEnabled, String autoBuildRegex, boolean autoDeploymentsEnabled, String autoDeploymentsRegex)  - 
Method Summary
Methods inherited from class com.atlassian.jira.cloud.jenkins.common.client.JenkinsAppRequest
getRequestType 
- 
Constructor Details
- 
JenkinsAppPluginConfigRequest
 
 - 
 - 
Method Details
- 
getIpAddress
 - 
isAutoBuildEnabled
public final boolean isAutoBuildEnabled() - 
getAutoBuildRegex
 - 
isAutoDeploymentsEnabled
public final boolean isAutoDeploymentsEnabled() - 
getAutoDeploymentsRegex
 
 -