Back to index
Summary
Sets the Analytics Server configuration.analyticsServerUrlStringoptionalCloudBees CD/RO server communicates with the Analytics server using this URL. This URL must be set if Analytics is enabled. If using an IPv6 address, enclose the address in square brackets. Example: [<IPv6-ADDRESS>] .enabledBooleanoptionalIf true, enables Analytics. passwordStringoptionalThe password for authenticating with the Analytics server. testConnectionBooleanoptionalUse to test the connection to the Analytics server should be tested before saving the configuration. Default is false. userNameStringoptionalThe user name for authenticating with the Analytics server. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.setAnalyticsServerConfiguration( /* optional arguments */ )