modifyNote

On this page
Back to index

Summary

Modifies a note associated with an entity.
projectName
Stringoptional
ProjectName of the entity that owns the note.
releaseName
Stringoptional
Name of the release.
noteName
Stringoptional
The name of the note.
newName
Stringoptional
The new name for an existing object that is being renamed.
note
Stringoptional
This represents the notes provided about the entity.

Usage

Groovy

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