Back to index
Summary
Searches for entity changes.entityIdStringoptionalEntity ID. entityPathStringoptionalEntity path. entityTypeStringoptionalEntity type. modifiedByStringoptionalUser login. timeSinceIntegeroptionalChanges since this time. Timeline: [2010 -> Since -> Until -> now]. timeUntilIntegeroptionalChanges until this time. If omitted, presumed now . Timeline: [2010 -> Since -> Until -> now]. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.searchEntityChange( /* optional arguments */ )