Package de.qytera.qtaf.xray.events
Class XrayEvents
java.lang.Object
de.qytera.qtaf.xray.events.XrayEvents
All events the Xray plugin emits.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final rx.subjects.BehaviorSubject<jakarta.ws.rs.core.Response>Subject that emits events when Xray authentication response is available.static final rx.subjects.BehaviorSubject<Boolean>Subject that emits events when Xray authentication is done.static final rx.subjects.BehaviorSubject<ImportExecutionResultsRequestDto>Subject that emits events when Xray ImportDTO object is built.static final rx.subjects.BehaviorSubject<ImportExecutionResultsResponseDto>Subject that emits events when all tests are finished.static final rx.subjects.BehaviorSubject<jakarta.ws.rs.core.Response>Subject that emits events when Xray upload response is available.static final rx.subjects.BehaviorSubject<Boolean>Subject that emits events when Xray Upload is done. -
Method Summary
-
Field Details
-
importDtoCreated
Subject that emits events when Xray ImportDTO object is built. -
authenticationSuccess
Subject that emits events when Xray authentication is done. -
uploadStatus
Subject that emits events when Xray Upload is done. -
authenticationResponseAvailable
public static final rx.subjects.BehaviorSubject<jakarta.ws.rs.core.Response> authenticationResponseAvailableSubject that emits events when Xray authentication response is available. -
uploadResponseAvailable
public static final rx.subjects.BehaviorSubject<jakarta.ws.rs.core.Response> uploadResponseAvailableSubject that emits events when Xray upload response is available. -
responseDtoAvailable
public static final rx.subjects.BehaviorSubject<ImportExecutionResultsResponseDto> responseDtoAvailableSubject that emits events when all tests are finished.
-