getAdminLicense

On this page
Back to index

Summary

Retrieves the admin license, which can be used when all concurrent user licenses are in use.

Usage

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getAdminLicense()