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, logger -
Method Summary
Modifier and TypeMethodDescriptionAuthentication against Jira API.Authentication against Xray API.Get Xray REST Import Pathstatic XrayServerServiceReturns the singleton instance of theXrayServerService.Returns the Jira instance's JQL search path.getTestSteps(Collection<String> testIssueKeys) Retrieve all test steps for the given test issues.Get Xray URLMethods inherited from class de.qytera.qtaf.xray.service.AbstractXrayService
getIssueIds, getJwtToken, importExecution, searchJiraIssues, setJwtToken
-
Method Details
-
getInstance
Returns the singleton instance of theXrayServerService.- Returns:
- the instance
-
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
-
getIssueSearchPath
Description copied from class:AbstractXrayServiceReturns the Jira instance's JQL search path.- Specified by:
getIssueSearchPathin classAbstractXrayService- Returns:
- REST path for JQL queries
-
authorizationHeaderXray
Description copied from class:AbstractXrayServiceAuthentication against Xray API.- Specified by:
authorizationHeaderXrayin classAbstractXrayService- Returns:
- authorization header value
-
authorizationHeaderJira
Description copied from class:AbstractXrayServiceAuthentication against Jira API.- Specified by:
authorizationHeaderJirain classAbstractXrayService- Returns:
- authorization header value
-
getTestSteps
Description copied from class:AbstractXrayServiceRetrieve all test steps for the given test issues.- Specified by:
getTestStepsin classAbstractXrayService- Parameters:
testIssueKeys- the test issues to retrieve the steps for- Returns:
- a mapping of test issue keys to their steps
-