createNote

On this page
Back to index

Summary

Creates a new note.
projectName
Stringoptional
ProjectName of the entity that owns the note.
releaseName
Stringoptional
Name of the release.
note
Stringoptional
This represents the notes provided about the entity.
noteName
Stringoptional
The name of the note.

Usage

Groovy

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