Interface | Description |
---|---|
IDeserializationFormat<T> |
Provides a deserialization strategy for service calls.
|
ISerializationFormat<T> |
Provides a serialization strategy for service calls.
|
ServiceClientCallable<T> |
Interface to enable testing service calls with provided responses.
|
Class | Description |
---|---|
ServerDetails |
Stores all information required to contact a server.
|
ServiceClientUris |
Methods to build Teamscale service URIs.
|
ServiceClientUris.Legacy |
Class for building URI's for legacy services.
|
ServiceClientUtils |
Provides utility methods for ServiceClient and IdeServiceClient.
|
Enum | Description |
---|---|
EServiceApiVersion | Deprecated
Use @PublicApi to version new api endpoints, which uses a
versioning scheme that matches the Teamscale version.
|
Exception | Description |
---|---|
ServiceCallException |
Exception used for failing service calls.
|