MCPcopy Create free account

hub / github.com/EsperoTech/yaade / types & classes

Types & classes185 in github.com/EsperoTech/yaade

Class
client/src/utils/jasmine/jasmine.js:2283
Class
client/src/utils/jasmine/jasmine.js:4416
Class
client/src/utils/jasmine/jasmine.js:5194
Class
client/src/utils/jasmine/jasmine.js:5278
Class
client/src/utils/jasmine/jasmine.js:6949
Class
client/src/utils/jasmine/jasmine.js:8112
Class
client/src/utils/jasmine/jasmine.js:8267
Class
client/src/utils/jasmine/jasmine.js:9736
Class
server/src/main/resources/jasmine.js:2331
Class
server/src/main/resources/jasmine.js:4529
Class
server/src/main/resources/jasmine.js:5329
Class
server/src/main/resources/jasmine.js:5413
Class
server/src/main/resources/jasmine.js:7122
Class
server/src/main/resources/jasmine.js:8295
Class
server/src/main/resources/jasmine.js:8451
Class
server/src/main/resources/jasmine.js:9933
Class
server/src/main/resources/bundle.js:2
Class
server/src/main/resources/bundle.js:2
Class
server/src/main/resources/bundle.js:2
Class
server/src/main/resources/bundle.js:2
Class
server/src/main/resources/bundle.js:2
Class
server/src/main/resources/bundle.js:2
Class
server/src/main/resources/bundle.js:2
Class
server/src/main/resources/bundle.js:2
Class
server/src/main/resources/bundle.js:2
Class
server/src/main/resources/bundle.js:2
Class
server/src/main/resources/bundle.js:2
Class
server/src/main/resources/bundle.js:2
Class
server/src/main/resources/bundle.js:2
Class
server/src/main/resources/bundle.js:2
Class
server/src/main/resources/bundle.js:2
Class
server/src/main/resources/bundle.js:2
Class
server/src/main/resources/bundle.js:2
Class
server/src/main/resources/bundle.js:2
Class
server/src/main/resources/bundle.js:2
Class
server/src/main/resources/bundle.js:2
Class
server/src/main/resources/bundle.js:2
Class
server/src/main/resources/bundle.js:2
Class
server/src/main/resources/bundle.js:2
Class
server/src/main/resources/bundle.js:2
Class
server/src/main/resources/bundle.js:2
Class
server/src/main/resources/bundle.js:2
Class
server/src/main/resources/bundle.js:2
InterfaceAccessToken
client/src/model/AccessToken.tsx:1
InterfaceAccessTokenData
client/src/model/AccessToken.tsx:8
InterfaceAuthConfig
client/src/components/settings/userSettings/UserSettings.tsx:26
InterfaceAuthConfig
client/src/components/settings/userSettings/providerTabs/ExternalProviderTab.tsx:17
InterfaceAuthData
client/src/model/Request.tsx:65
ClassAuthDeserializer
Custom deserializer for the <code>auth</code> property object.
server/src/main/java/com/postman/collection/adapter/AuthDeserializer.java:13
ClassAuthSerializer
Custom serializer for the <code>auth</code> element.
server/src/main/java/com/postman/collection/adapter/AuthSerializer.java:19
ClassBinaryFileElement
server/src/main/java/com/postman/collection/BodyElement.java:686
ClassBodyElement
<p>Encapsulates the <code>body</code> property of a {@link com.postman.collection.Request} object. <p>Postman SDK analog: <code><a href="http://www.p
server/src/main/java/com/postman/collection/BodyElement.java:92
ClassBodyOptions
server/src/main/java/com/postman/collection/BodyElement.java:730
ClassBodyRaw
server/src/main/java/com/postman/collection/BodyElement.java:636
InterfaceCertificate
client/src/model/Certificate.tsx:1
InterfaceCertificateData
client/src/model/Certificate.tsx:6
ClassCollection
<p>Encapsulates a Postman collection</p> <p>Postman SDK analog: <code><a href="http://www.postmanlabs.com/postman-collection/Collection.html">Collect
server/src/main/java/com/postman/collection/Collection.java:49
InterfaceCollection
client/src/model/Collection.tsx:5
InterfaceCollectionData
client/src/model/Collection.tsx:16
ClassCollectionElement
Abstract Base Class for all objects which are part of a collection
server/src/main/java/com/postman/collection/CollectionElement.java:10
ClassCollectionNotFoundException
Thrown when a collection is not found in Postman, or if a 404 is thrown attempting to retrieve a collection from Postman by URI
server/src/main/java/com/postman/collection/CollectionNotFoundException.java:8
InterfaceCollectionPanelProps
client/src/components/collectionPanel/CollectionPanel.tsx:42
ClassCollectionSerializer
Custom serializer for the collection element. JSON does not require a particular order in order to be valid. However, Postman always outputs collect
server/src/main/java/com/postman/collection/adapter/CollectionSerializer.java:17
InterfaceCollectionSettings
client/src/model/Collection.tsx:32
EnumCollectionsActionType
client/src/state/collections.tsx:None
ClassCookie
Encapsulates the <code>cookie</code> property of a Postman Collection. <p>Postman SDK analog: <code><a href="http://www.postmanlabs.com/postman-colle
server/src/main/java/com/postman/collection/Cookie.java:16
InterfaceCurrentCollection
client/src/model/Collection.tsx:60
EnumCurrentCollectionActionType
client/src/state/currentCollection.tsx:None
InterfaceCurrentRequest
client/src/model/Request.tsx:20
EnumCurrentRequestActionType
client/src/state/currentRequest.tsx:None
InterfaceCurrentRestRequest
client/src/model/Request.tsx:27
InterfaceCurrentScript
client/src/model/Script.tsx:64
EnumCurrentScriptActionType
client/src/state/currentScript.tsx:None
InterfaceCurrentWebsocketRequest
client/src/model/Request.tsx:33
ClassDiffBuilder
client/src/utils/jasmine/jasmine.js:4416
ClassDiffBuilder
server/src/main/resources/jasmine.js:4529
InterfaceDragItem
client/src/utils/dnd.tsx:11
ClassDuplicateVariableKeyException
Exception thrown when an attempt is made to add a {@link com.postman.collection.Property} to a {@link com.postman.collection.PropertyList} with a dupl
server/src/main/java/com/postman/collection/DuplicateVariableKeyException.java:10
ClassEnvironment
server/src/main/java/org/openapitools/codegen/examples/Environment.java:11
InterfaceEnvironment
client/src/model/Collection.tsx:37
ClassEvent
Encapsulates members of the <code>event</code> array object. Events contain pre-request and test scripts for Folders, Requests, and Collections <p>P
server/src/main/java/com/postman/collection/Event.java:49
ClassExampleGenerator
server/src/main/java/org/openapitools/codegen/examples/ExampleGenerator.java:39
InterfaceFileDescription
client/src/model/FileDescription.tsx:1
InterfaceFileDescriptionData
client/src/model/FileDescription.tsx:7
ClassFolder
Convenience class for the concept of a Folder in a Postman Collection. <p>Postman SDK analog: <code><a href="http://www.postmanlabs.com/postman-colle
server/src/main/java/com/postman/collection/Folder.java:20
ClassGraphQLElement
server/src/main/java/com/postman/collection/BodyElement.java:701
InterfaceIUserContext
client/src/context/UserContext.tsx:11
ClassIllegalPropertyAccessException
Exception thrown when an invalid action is taken against PropertyList, eg., IndexOutOfBounds, attempts to set the <code>raw</code> property of a {@li
server/src/main/java/com/postman/collection/IllegalPropertyAccessException.java:10
ClassInvalidCollectionActionException
Exception thrown when an invalid action is attempted on a collection, eg. attempting to add an item to a non-existent parent, etc.
server/src/main/java/com/postman/collection/InvalidCollectionActionException.java:10
ClassInvalidPropertyException
Exception thrown when an invalid action is taken against an object property, eg., an attempt to see an {@link com.postman.collection.Event}'s <code>ex
server/src/main/java/com/postman/collection/InvalidPropertyException.java:9
ClassIs
client/src/utils/jasmine/jasmine.js:2283
ClassIs
server/src/main/resources/jasmine.js:2331
ClassItem
Encapsulates the <code>item</code> object in the postman schema <p>Postman SDK analog: <code><a href=http://www.postmanlabs.com/postman-collection/It
server/src/main/java/com/postman/collection/Item.java:132
ClassItemDeserializer
Custom deserializer for writing out the Item class, the <code>item</code> propertyList
server/src/main/java/com/postman/collection/adapter/ItemDeserializer.java:24
ClassItemGroup
Abstract class encapsulating a Postman ItemGroup. This class provides services for recursively finding, adding and removing child elements, eg., a re
server/src/main/java/com/postman/collection/ItemGroup.java:21
ClassItemGroupDeserializer
Deserializes ItemGroup objects, the <code>item</code> propertyList in a collection
server/src/main/java/com/postman/collection/adapter/ItemGroupDeserializer.java:15
ClassJ
server/src/main/resources/bundle.js:2
InterfaceJasmineFailedExpctation
client/src/model/Script.tsx:47
InterfaceJasmineReport
client/src/model/Script.tsx:32
InterfaceJasmineSpec
client/src/model/Script.tsx:54
next →1–100 of 185, ranked by callers