Back to index
Summary
Sets the CloudBees Compliance configuration.This command is currently in preview and may change or be removed before release. |
authenticationTokenStringoptionalAuthentication token used to authenticate the requests sent to CloudBees Compliance. The authentication token must be set if integration with Compliance is enabled. complianceUrlStringoptionalCloudBees CD/RO communicates with CloudBees Compliance using this URL. This URL must be set if integration with Compliance is enabled. If using an IPv6 address, enclose the address in square brackets. Example: [<IPv6-ADDRESS>] .enabledBooleanoptionalIf true, enables communication with CloudBees Compliance. testConnectionBooleanoptionalWhether the connection to CloudBees Compliance should be tested before saving the configuration. Defaults to true. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.setComplianceConfiguration( /* optional arguments */ )