Package de.qytera.qtaf.xray.service
Class XrayServerService
java.lang.Object
de.qytera.qtaf.xray.service.AbstractXrayService
de.qytera.qtaf.xray.service.XrayServerService
-
Field Summary
Fields inherited from class de.qytera.qtaf.xray.service.AbstractXrayService
client, errorLogs, jwtToken -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAuthentication against Xray PAIGet Xray REST Import Pathstatic XrayServerServiceFactory methodGet Xray URLMethods inherited from class de.qytera.qtaf.xray.service.AbstractXrayService
getJwtToken, importExecution, setJwtToken
-
Constructor Details
-
XrayServerService
public XrayServerService()
-
-
Method Details
-
getXrayURL
Description copied from class:AbstractXrayServiceGet Xray URL- Specified by:
getXrayURLin classAbstractXrayService- Returns:
- Xray URL
-
getImportPath
Description copied from class:AbstractXrayServiceGet Xray REST Import Path- Specified by:
getImportPathin classAbstractXrayService- Returns:
- Xray REST Import Path
-
authenticate
Description copied from class:AbstractXrayServiceAuthentication against Xray PAI- Specified by:
authenticatein classAbstractXrayService- Returns:
- Bearer Token
-
getInstance
Factory method- Returns:
- singleton instance
-