tearDownResource

On this page
Back to index

Summary

Used to tear down a dynamic resource that is no longer needed.
resourceName
Stringrequired
Name for the dynamic resource.

Usage

Groovy

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