Back to index
Summary
Retrieves all notes associated with an entity.projectNameStringoptionalProjectName of the entity that owns the note. releaseNameStringoptionalName of the release. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getNotes( /* optional arguments */ )