| Class | Description |
|---|---|
| PathPar |
Represents a path variable, e.g.,
{id} in /my/path/{id}. |
| RequestBuilder |
A builder for REST requests.
|
| RestApi |
Holds the REST API of all ContinuITy services.
|
| RestApi.BenchFlow |
REST API of the BenchFlow service.
|
| RestApi.BenchFlow.DSL |
DSL API of the BenchFlow service.
|
| RestApi.BenchFlow.DSL.Paths | |
| RestApi.BenchFlow.Report |
Report API of the BenchFlow service.
|
| RestApi.BenchFlow.Report.Paths | |
| RestApi.Generic |
Generic, abstract REST endpoints.
|
| RestApi.IdpaAnnotation |
REST API of the IDPA annotation service.
|
| RestApi.IdpaAnnotation.Annotation |
Annotation API of the IDPA annotation service.
|
| RestApi.IdpaAnnotation.Annotation.Paths | |
| RestApi.IdpaAnnotation.Dummy |
Dummy API of the IDPA annotation service.
|
| RestApi.IdpaAnnotation.Dummy.Paths | |
| RestApi.IdpaApplication |
REST API of the IDPA application service.
|
| RestApi.IdpaApplication.Application |
Application API of the IDPA application service.
|
| RestApi.IdpaApplication.Application.Paths | |
| RestApi.IdpaApplication.OpenApi |
OpenAPI API of the IDPA application service.
|
| RestApi.IdpaApplication.OpenApi.Paths | |
| RestApi.JMeter |
REST API of the JMeter service.
|
| RestApi.JMeter.Report |
Report API of the JMeter service.
|
| RestApi.JMeter.Report.Paths | |
| RestApi.JMeter.TestPlan |
Test plan API of the JMeter service.
|
| RestApi.JMeter.TestPlan.Paths | |
| RestApi.Orchestrator |
REST API of the orchestrator service.
|
| RestApi.Orchestrator.Idpa |
IDPA API of the orchestration service.
|
| RestApi.Orchestrator.Idpa.Paths | |
| RestApi.Orchestrator.Loadtest |
Loadtest API of the frontend service.
|
| RestApi.Orchestrator.Loadtest.Paths | |
| RestApi.Orchestrator.Orchestration |
Orchestration API of the orchestration service.
|
| RestApi.Orchestrator.Orchestration.Paths | |
| RestApi.Orchestrator.SessionLogs |
Session logs API of the orchestration service.
|
| RestApi.Orchestrator.SessionLogs.Paths | |
| RestApi.Orchestrator.WorkloadModel |
Workload model API of the frontend service.
|
| RestApi.Orchestrator.WorkloadModel.Paths | |
| RestApi.RequestRates |
REST API of the request rates service.
|
| RestApi.RequestRates.JMeter |
JMeter API of the request rates service.
|
| RestApi.RequestRates.JMeter.Paths | |
| RestApi.RequestRates.Model |
Workload model API of the request rates service.
|
| RestApi.RequestRates.Model.Paths | |
| RestApi.RequestRates.RequestLogs |
Request logs API of the request rates service.
|
| RestApi.RequestRates.RequestLogs.Paths | |
| RestApi.SessionLogs |
REST API of the Session Logs service.
|
| RestApi.SessionLogs.Paths | |
| RestApi.Wessbas |
REST API of the WESSBAS service.
|
| RestApi.Wessbas.BehaviorModel |
BehaviorModel API of the WESSBAS service.
|
| RestApi.Wessbas.BehaviorModel.Paths | |
| RestApi.Wessbas.JMeter |
JMeter API of the WESSBAS service.
|
| RestApi.Wessbas.JMeter.Paths | |
| RestApi.Wessbas.Model |
Workload model API of the WESSBAS service.
|
| RestApi.Wessbas.Model.Paths | |
| RestEndpoint |
Represents one REST endpoint of a service, containing the service name, the path incl.
|
| RestEndpoint.StringOrPar |
Represents either a string or a
PathPar. |