Back to index
Summary
Creates a new note.projectNameStringoptionalProjectName of the entity that owns the note. releaseNameStringoptionalName of the release. noteStringoptionalThis represents the notes provided about the entity. noteNameStringoptionalThe 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 */ )