getServerConfiguration

On this page
Back to index

Summary

Retrieves a system property by name.
configName
Stringoptional
Name for the system property.

Usage

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getServerConfiguration( /* optional arguments */ )