completeRelease

On this page
Back to index

Summary

Completes the release.
request
Stringrequired
This parameter and the value displayed are required; request=completeRelease must appear in your query string.
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( request: "test-request" /* optional arguments */ )