importLicenseData

On this page
Back to index

Summary

Imports one or more licenses.
licenseData
Stringrequired
Container elements for license data. Expects embedded XML as CDATA.

Usage

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.importLicenseData( licenseData: "test-licenseData" )