Uses of Class
com.postman.collection.Event
Packages that use Event
Package
Description
Encapsulates a Postman JSON collection and emulates functionality of the Postman SDK.
-
Uses of Event in com.postman.collection
Methods in com.postman.collection that return EventModifier and TypeMethodDescriptionItem.getEvent
(enumEventType evtType) Get an event, specifying whether to return the pre-request script or test script associated with this item.Item.getPreRequestScript()
Item.getTestScript()
Methods in com.postman.collection that return types with arguments of type EventModifier and TypeMethodDescriptionItem.getEvents()
Return the ArrayList<Event> containing the objects comprising theevent
arrayMethod parameters in com.postman.collection with type arguments of type Event