completeRelease

On this page
Back to index

Summary

Completes the release.
projectName
Stringoptional
The name of the project.
releaseName
Stringoptional
The name of the release.
releaseId
Stringoptional
The ID of the release.

Usage

Groovy

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