Index

A B C D E F G I J O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ABORTED - Enum constant in enum class de.qytera.qtaf.xray.entity.XrayTestStepEntity.Status
 
AbstractXrayService - Class in de.qytera.qtaf.xray.service
 
AbstractXrayService() - Constructor for class de.qytera.qtaf.xray.service.AbstractXrayService
 
addFeatureDefinition(String, String) - Static method in class de.qytera.qtaf.xray.importer.XrayImporter
 
addGroupTagToFeatureDefinition(String, String) - Static method in class de.qytera.qtaf.xray.importer.XrayImporter
 
addScenarioDefinition(String, String) - Static method in class de.qytera.qtaf.xray.importer.XrayImporter
 
addTag(String, String) - Static method in class de.qytera.qtaf.xray.importer.XrayImporter
 
addTag(String, String, String) - Static method in class de.qytera.qtaf.xray.importer.XrayImporter
 
addTest(XrayTestEntity) - Method in class de.qytera.qtaf.xray.dto.request.XrayImportRequestDto
Add test to list
addTestEnvironment(String) - Method in class de.qytera.qtaf.xray.entity.XrayTestExecutionInfoEntity
Add test environment
addXrayEvidenceEntity(XrayEvidenceEntity) - Method in class de.qytera.qtaf.xray.entity.XrayTestEntity
Add Evidence Entity
addXrayStep(XrayTestStepEntity) - Method in class de.qytera.qtaf.xray.entity.XrayTestEntity
Add Test Step
authenticate() - Method in class de.qytera.qtaf.xray.service.AbstractXrayService
Authentication against Xray PAI
authenticate() - Method in class de.qytera.qtaf.xray.service.XrayCloudService
Authenticate against Xray API
authenticate() - Method in class de.qytera.qtaf.xray.service.XrayServerService
 
AuthenticationCommand - Class in de.qytera.qtaf.xray.commands
Command for Xray authentication
AuthenticationCommand() - Constructor for class de.qytera.qtaf.xray.commands.AuthenticationCommand
Constructor
authenticationResponseAvailable - Static variable in class de.qytera.qtaf.xray.events.QtafXrayEvents
Subject that emits events when Xray authentication response is available.
authenticationSuccess - Static variable in class de.qytera.qtaf.xray.events.QtafXrayEvents
Subject that emits events when Xray authentication is done.

B

buildFromTestSuiteLogs(TestSuiteLogCollection) - Method in class de.qytera.qtaf.xray.builder.XrayJsonImportBuilder
Factory method for Xray Import Execution DTO.
buildTestCase() - Method in class de.qytera.qtaf.xray.TestCaseBuilder
 
buildTestCaseList() - Method in class de.qytera.qtaf.xray.TestCaseBuilder
 

C

client - Variable in class de.qytera.qtaf.xray.service.AbstractXrayService
Jersey HTTP Client
createFeatureFileFromSingleTest(XrayTestDto, String) - Static method in class de.qytera.qtaf.xray.importer.XrayImporter
 
createFeatureFileFromTestIds(String[], String) - Method in interface de.qytera.qtaf.xray.importer.IXrayImporter
Create feature file by Test IDs
createFeatureFileFromTestIds(String[], String) - Method in class de.qytera.qtaf.xray.importer.XrayCloudCucumberImporter
Create feature file by Test IDs
createFeatureFileFromTestIds(String[], String) - Method in class de.qytera.qtaf.xray.importer.XrayServerCucumberImporter
Create feature file by Test IDs
createFeatureFileFromTestSet(String, XrayTestDtoCollection, String) - Static method in class de.qytera.qtaf.xray.importer.XrayImporter
 
createFeatureFileFromTestSetId(String, String) - Method in interface de.qytera.qtaf.xray.importer.IXrayImporter
Create feature file by Test Set ID
createFeatureFileFromTestSetId(String, String) - Method in class de.qytera.qtaf.xray.importer.XrayCloudCucumberImporter
Create feature file by Test Set ID
createFeatureFileFromTestSetId(String, String) - Method in class de.qytera.qtaf.xray.importer.XrayServerCucumberImporter
Create feature file by Test Set ID

D

de.qytera.qtaf.xray - package de.qytera.qtaf.xray
 
de.qytera.qtaf.xray.builder - package de.qytera.qtaf.xray.builder
 
de.qytera.qtaf.xray.commands - package de.qytera.qtaf.xray.commands
 
de.qytera.qtaf.xray.config - package de.qytera.qtaf.xray.config
 
de.qytera.qtaf.xray.dto - package de.qytera.qtaf.xray.dto
 
de.qytera.qtaf.xray.dto.request - package de.qytera.qtaf.xray.dto.request
 
de.qytera.qtaf.xray.dto.response - package de.qytera.qtaf.xray.dto.response
 
de.qytera.qtaf.xray.entity - package de.qytera.qtaf.xray.entity
 
de.qytera.qtaf.xray.error - package de.qytera.qtaf.xray.error
 
de.qytera.qtaf.xray.event_subscriber - package de.qytera.qtaf.xray.event_subscriber
 
de.qytera.qtaf.xray.events - package de.qytera.qtaf.xray.events
 
de.qytera.qtaf.xray.importer - package de.qytera.qtaf.xray.importer
 
de.qytera.qtaf.xray.log - package de.qytera.qtaf.xray.log
 
de.qytera.qtaf.xray.net.http - package de.qytera.qtaf.xray.net.http
 
de.qytera.qtaf.xray.repository - package de.qytera.qtaf.xray.repository
 
de.qytera.qtaf.xray.service - package de.qytera.qtaf.xray.service
 
description - Variable in class de.qytera.qtaf.xray.log.XrayAuthenticationErrorLog
Error description

E

errorLogs - Variable in class de.qytera.qtaf.xray.service.AbstractXrayService
Error logger
errorMessage - Variable in class de.qytera.qtaf.xray.log.XrayAuthenticationErrorLog
HTTP error message
errorMessage - Variable in class de.qytera.qtaf.xray.log.XrayUploadErrorLog
 
EvidenceUploadError - Class in de.qytera.qtaf.xray.error
Error entity that is created when upload of Xray evidence fails
EvidenceUploadError(Throwable) - Constructor for class de.qytera.qtaf.xray.error.EvidenceUploadError
Constructor
execute() - Method in class de.qytera.qtaf.xray.commands.AuthenticationCommand
 
execute() - Method in class de.qytera.qtaf.xray.commands.UploadImportCommand
 

F

FAIL - Enum constant in enum class de.qytera.qtaf.xray.entity.XrayTestStepEntity.Status
 
FAILED - Enum constant in enum class de.qytera.qtaf.xray.entity.XrayTestEntity.Status
 
FAILED - Enum constant in enum class de.qytera.qtaf.xray.entity.XrayTestStepEntity.Status
 
findByTestId(String) - Method in interface de.qytera.qtaf.xray.repository.IXrayTestRepository
 
findByTestId(String) - Method in class de.qytera.qtaf.xray.repository.XrayServerTestRepository
Find Tests by ID
findByTestSetId(String) - Method in interface de.qytera.qtaf.xray.repository.IXrayTestRepository
 
findByTestSetId(String) - Method in class de.qytera.qtaf.xray.repository.XrayServerTestRepository
Find Tests by ID

G

getAndStoreFeatureFileDefinitions(String[], String) - Method in class de.qytera.qtaf.xray.repository.XrayCloudCucumberRepository
Get feature files from Xray Cloud API by Test(Set) IDs and store them in files
getAssignee() - Method in class de.qytera.qtaf.xray.dto.XrayTestDto
Get assignee
getBearerToken() - Static method in class de.qytera.qtaf.xray.config.XrayConfigHelper
Get bearer token
getClient_id() - Method in class de.qytera.qtaf.xray.entity.XrayAuthCredentials
 
getClient_secret() - Method in class de.qytera.qtaf.xray.entity.XrayAuthCredentials
 
getClientId() - Static method in class de.qytera.qtaf.xray.config.XrayConfigHelper
Get client id
getClientSecret() - Static method in class de.qytera.qtaf.xray.config.XrayConfigHelper
Get client secret
getComment() - Method in class de.qytera.qtaf.xray.entity.XrayTestEntity
Get comment
getComment() - Method in class de.qytera.qtaf.xray.entity.XrayTestStepEntity
Get comment
getContentType() - Method in class de.qytera.qtaf.xray.entity.XrayEvidenceEntity
Get contentType
getCucumberImporter() - Static method in class de.qytera.qtaf.xray.importer.XrayImporterFactory
Get Cucumber Importer based on Configuration
getData() - Method in class de.qytera.qtaf.xray.entity.XrayEvidenceEntity
Get data
getDefects() - Method in class de.qytera.qtaf.xray.entity.XrayTestStepEntity
Get defects
getDefinition() - Method in class de.qytera.qtaf.xray.dto.XrayTestDto
Get definition
getDescription() - Method in class de.qytera.qtaf.xray.entity.XrayTestExecutionInfoEntity
Get description
getErrorMessage() - Method in class de.qytera.qtaf.xray.log.XrayAuthenticationErrorLog
Get errorMessage
getErrorMessage() - Method in class de.qytera.qtaf.xray.log.XrayUploadErrorLog
Get errorMessage
getEvidences() - Method in class de.qytera.qtaf.xray.entity.XrayTestStepEntity
Get evidences
getFeatureFileContentFromSingleTest(XrayTestDto) - Static method in class de.qytera.qtaf.xray.importer.XrayImporter
 
getFeatureFileContentFromTestSet(String, XrayTestDtoCollection, boolean) - Static method in class de.qytera.qtaf.xray.importer.XrayImporter
 
getFeatureFileDefinition(String[]) - Method in interface de.qytera.qtaf.xray.repository.IXrayCucumberRepository
Get Tests as Cucumber Feature File
getFeatureFileDefinition(String[]) - Method in class de.qytera.qtaf.xray.repository.XrayCloudCucumberRepository
 
getFeatureFileDefinition(String[]) - Method in class de.qytera.qtaf.xray.repository.XrayServerCucumberRepository
 
getFeatureFileDefinitions(String[]) - Method in class de.qytera.qtaf.xray.repository.XrayCloudCucumberRepository
Get feature files from Xray Cloud API by Test(Set) IDs
getFilename() - Method in class de.qytera.qtaf.xray.entity.XrayEvidenceEntity
Get filename
getFilepath() - Method in class de.qytera.qtaf.xray.error.EvidenceUploadError
Get filepath
getFinish() - Method in class de.qytera.qtaf.xray.entity.XrayTestEntity
Get finish
getFinishDate() - Method in class de.qytera.qtaf.xray.entity.XrayTestExecutionInfoEntity
Get finishDate
getId() - Method in class de.qytera.qtaf.xray.dto.response.XrayCloudImportResponseDto
Get id
getId() - Method in class de.qytera.qtaf.xray.dto.response.XrayTestExecIssueEntity
Get id
getId() - Method in class de.qytera.qtaf.xray.dto.XrayTestDto
Get id
getImportPath() - Method in class de.qytera.qtaf.xray.service.AbstractXrayService
Get Xray REST Import Path
getImportPath() - Method in class de.qytera.qtaf.xray.service.XrayCloudService
 
getImportPath() - Method in class de.qytera.qtaf.xray.service.XrayServerService
 
getInfo() - Method in class de.qytera.qtaf.xray.dto.request.XrayImportRequestDto
Get info
getInstance() - Static method in class de.qytera.qtaf.xray.net.http.XrayHTTPDaoFactory
Factory method for Xray HTTP Dao.
getInstance() - Static method in class de.qytera.qtaf.xray.service.XrayCloudService
Factory method
getInstance() - Static method in class de.qytera.qtaf.xray.service.XrayServerService
Factory method
getInstance() - Static method in class de.qytera.qtaf.xray.service.XrayServiceFactory
Get Xray Service instance
getJwtToken() - Method in class de.qytera.qtaf.xray.commands.AuthenticationCommand
Get jwtToken
getJwtToken() - Method in class de.qytera.qtaf.xray.service.AbstractXrayService
Get JWT token
getJwtToken() - Method in class de.qytera.qtaf.xray.service.XrayCloudService
Get JWT token
getKey() - Method in class de.qytera.qtaf.xray.dto.response.XrayCloudImportResponseDto
Get key
getKey() - Method in class de.qytera.qtaf.xray.dto.response.XrayTestExecIssueEntity
Get key
getKey() - Method in class de.qytera.qtaf.xray.dto.XrayTestDto
Get key
getPrecondition() - Method in class de.qytera.qtaf.xray.dto.XrayTestDto
Get precondition
getProjectKey() - Method in class de.qytera.qtaf.xray.entity.XrayTestExecutionInfoEntity
Get projectKey
getRank() - Method in class de.qytera.qtaf.xray.dto.XrayTestDto
Get rank
getReporter() - Method in class de.qytera.qtaf.xray.dto.XrayTestDto
Get reporter
getRevision() - Method in class de.qytera.qtaf.xray.entity.XrayTestExecutionInfoEntity
Get revision
getSelf() - Method in class de.qytera.qtaf.xray.dto.response.XrayCloudImportResponseDto
Get self
getSelf() - Method in class de.qytera.qtaf.xray.dto.response.XrayTestExecIssueEntity
Get self
getSelf() - Method in class de.qytera.qtaf.xray.dto.XrayTestDto
Get self
getServerUrl() - Static method in class de.qytera.qtaf.xray.config.XrayConfigHelper
Get Xray server URL
getStart() - Method in class de.qytera.qtaf.xray.entity.XrayTestEntity
Get start
getStartDate() - Method in class de.qytera.qtaf.xray.entity.XrayTestExecutionInfoEntity
Get startDate
getStatus() - Method in class de.qytera.qtaf.xray.dto.XrayTestDto
Get status
getStatus() - Method in class de.qytera.qtaf.xray.entity.XrayTestEntity
Get status
getStatus() - Method in class de.qytera.qtaf.xray.entity.XrayTestStepEntity
Get status
getStatusCode() - Method in class de.qytera.qtaf.xray.log.XrayAuthenticationErrorLog
Get statusCode
getStatusCode() - Method in class de.qytera.qtaf.xray.log.XrayUploadErrorLog
Get statusCode
getSummary() - Method in class de.qytera.qtaf.xray.entity.XrayTestExecutionInfoEntity
Get summary
getTestEnvironments() - Method in class de.qytera.qtaf.xray.entity.XrayTestExecutionInfoEntity
Get testEnvironments
getTestExecIssue() - Method in class de.qytera.qtaf.xray.dto.response.XrayServerImportResponseDto
Get testExecIssue
getTestKey() - Method in class de.qytera.qtaf.xray.entity.XrayTestEntity
Get testKey
getTestPlanKey() - Method in class de.qytera.qtaf.xray.entity.XrayTestExecutionInfoEntity
Get testPlanKey
getType() - Method in class de.qytera.qtaf.xray.dto.XrayTestDto
Get type
getUser() - Method in class de.qytera.qtaf.xray.entity.XrayTestExecutionInfoEntity
Get user
getVersion() - Method in class de.qytera.qtaf.xray.entity.XrayTestExecutionInfoEntity
Get version
getXrayCloudCucumberImporter() - Static method in class de.qytera.qtaf.xray.importer.XrayImporterFactory
Get Xray Cloud Cucumber Importer
getXrayCloudHTTPDao() - Static method in class de.qytera.qtaf.xray.net.http.XrayHTTPDaoFactory
Factory method for Xray Server HTTP Dao
getXrayImportRequestDto() - Method in class de.qytera.qtaf.xray.commands.UploadImportCommand
Get xrayImportRequestDto
getXrayImportRequestDto() - Method in class de.qytera.qtaf.xray.error.ImportRequestDtoPersistenceError
Get xrayImportRequestDto
getXrayImportResponseDto() - Method in class de.qytera.qtaf.xray.commands.UploadImportCommand
Get xrayImportResponseDto
getXrayImportResponseDto() - Method in class de.qytera.qtaf.xray.error.ImportResponseDtoPersistenceError
Get xrayImportResponseDto
getXrayServerCucumberImporter() - Static method in class de.qytera.qtaf.xray.importer.XrayImporterFactory
Get Xray Server Cucumber Importer
getXrayServerHTTPJsonDao() - Static method in class de.qytera.qtaf.xray.net.http.XrayHTTPDaoFactory
Factory method for Xray Server HTTP Dao
getXrayService() - Static method in class de.qytera.qtaf.xray.config.XrayConfigHelper
Get xray service (cloud | server)
getXrayURL() - Method in class de.qytera.qtaf.xray.service.AbstractXrayService
Get Xray URL
getXrayURL() - Method in class de.qytera.qtaf.xray.service.XrayCloudService
 
getXrayURL() - Method in class de.qytera.qtaf.xray.service.XrayServerService
 

I

importDtoCreated - Static variable in class de.qytera.qtaf.xray.events.QtafXrayEvents
Subject that emits events when Xray ImportDTO object is built.
importExecution(XrayImportRequestDto) - Method in class de.qytera.qtaf.xray.service.AbstractXrayService
Import a test execution
ImportRequestDtoPersistenceError - Class in de.qytera.qtaf.xray.error
 
ImportRequestDtoPersistenceError(Throwable) - Constructor for class de.qytera.qtaf.xray.error.ImportRequestDtoPersistenceError
Constructor
ImportResponseDtoPersistenceError - Class in de.qytera.qtaf.xray.error
 
ImportResponseDtoPersistenceError(Throwable) - Constructor for class de.qytera.qtaf.xray.error.ImportResponseDtoPersistenceError
Constructor
importTestAsFeature(String, String) - Static method in class de.qytera.qtaf.xray.importer.XrayImporter
 
importTestSetAsFeature(String, String) - Static method in class de.qytera.qtaf.xray.importer.XrayImporter
 
initialize() - Method in class de.qytera.qtaf.xray.event_subscriber.PersistImportRequestDtoSubscriber
 
initialize() - Method in class de.qytera.qtaf.xray.event_subscriber.PersistImportResponseDtoSubscriber
 
initialize() - Method in class de.qytera.qtaf.xray.event_subscriber.UploadResultsSubscriber
 
isScenarioImageEvidenceEnabled() - Static method in class de.qytera.qtaf.xray.config.XrayConfigHelper
Check if images should be attached as evidence to Xray test execution import
isScenarioReportEvidenceEnabled() - Static method in class de.qytera.qtaf.xray.config.XrayConfigHelper
Check if HTML report should be attached as evidence to Xray test execution import
isXrayCloudService() - Static method in class de.qytera.qtaf.xray.config.XrayConfigHelper
Check if Xray cloud is enabled
isXrayServerService() - Static method in class de.qytera.qtaf.xray.config.XrayConfigHelper
Check if Xray server is enabled
IXrayCucumberRepository - Interface in de.qytera.qtaf.xray.repository
Every repository class that downloads feature file definitions from Xray should implement this interface
IXrayImporter - Interface in de.qytera.qtaf.xray.importer
Interface that all classes that import Cucumber feature files from Xray should implement
IXrayTestRepository - Interface in de.qytera.qtaf.xray.repository
 

J

jwtToken - Variable in class de.qytera.qtaf.xray.service.AbstractXrayService
JWT auth token that was fetched from the API

O

onTestFinished(IQtafTestingContext) - Method in class de.qytera.qtaf.xray.event_subscriber.UploadResultsSubscriber
Method that gets executed when testing has finished

P

PASS - Enum constant in enum class de.qytera.qtaf.xray.entity.XrayTestStepEntity.Status
 
PASSED - Enum constant in enum class de.qytera.qtaf.xray.entity.XrayTestEntity.Status
 
PASSED - Enum constant in enum class de.qytera.qtaf.xray.entity.XrayTestStepEntity.Status
 
PersistImportRequestDtoSubscriber - Class in de.qytera.qtaf.xray.event_subscriber
Persist the Import DTO to the disk
PersistImportRequestDtoSubscriber() - Constructor for class de.qytera.qtaf.xray.event_subscriber.PersistImportRequestDtoSubscriber
 
PersistImportResponseDtoSubscriber - Class in de.qytera.qtaf.xray.event_subscriber
Persist the Import DTO to the disk
PersistImportResponseDtoSubscriber() - Constructor for class de.qytera.qtaf.xray.event_subscriber.PersistImportResponseDtoSubscriber
 

Q

QtafXrayEvents - Class in de.qytera.qtaf.xray.events
 
QtafXrayEvents() - Constructor for class de.qytera.qtaf.xray.events.QtafXrayEvents
 

R

responseDtoAvailable - Static variable in class de.qytera.qtaf.xray.events.QtafXrayEvents
Subject that emits events when all tests are finished.

S

setAssignee(String) - Method in class de.qytera.qtaf.xray.dto.XrayTestDto
Set assignee
setAuthCredentials(XrayAuthCredentials) - Method in class de.qytera.qtaf.xray.service.XrayCloudService
Set authentication credentials
setClient_id(String) - Method in class de.qytera.qtaf.xray.entity.XrayAuthCredentials
 
setClient_secret(String) - Method in class de.qytera.qtaf.xray.entity.XrayAuthCredentials
 
setComment(String) - Method in class de.qytera.qtaf.xray.entity.XrayTestEntity
Set comment
setComment(String) - Method in class de.qytera.qtaf.xray.entity.XrayTestStepEntity
Set comment
setContentType(String) - Method in class de.qytera.qtaf.xray.entity.XrayEvidenceEntity
Set contentType
setData(String) - Method in class de.qytera.qtaf.xray.entity.XrayEvidenceEntity
Set data
setDefects(List<XrayDefectEntity>) - Method in class de.qytera.qtaf.xray.entity.XrayTestStepEntity
Set defects
setDefinition(String) - Method in class de.qytera.qtaf.xray.dto.XrayTestDto
Set definition
setDescription(String) - Method in class de.qytera.qtaf.xray.entity.XrayTestExecutionInfoEntity
Set description
setErrorMessage(String) - Method in class de.qytera.qtaf.xray.log.XrayAuthenticationErrorLog
Set errorMessage
setErrorMessage(String) - Method in class de.qytera.qtaf.xray.log.XrayUploadErrorLog
Set errorMessage
setEvidences(List<XrayEvidenceEntity>) - Method in class de.qytera.qtaf.xray.entity.XrayTestStepEntity
Set evidences
setFilename(String) - Method in class de.qytera.qtaf.xray.entity.XrayEvidenceEntity
Set filename
setFilepath(String) - Method in class de.qytera.qtaf.xray.error.EvidenceUploadError
Set filepath
setFinish(Date) - Method in class de.qytera.qtaf.xray.entity.XrayTestEntity
Set finish
setFinishDate(String) - Method in class de.qytera.qtaf.xray.entity.XrayTestExecutionInfoEntity
Set finishDate
setId(int) - Method in class de.qytera.qtaf.xray.dto.XrayTestDto
Set id
setId(String) - Method in class de.qytera.qtaf.xray.dto.response.XrayCloudImportResponseDto
Set id
setId(String) - Method in class de.qytera.qtaf.xray.dto.response.XrayTestExecIssueEntity
Set id
setInfo(XrayTestExecutionInfoEntity) - Method in class de.qytera.qtaf.xray.dto.request.XrayImportRequestDto
Set info
setJwtToken(String) - Method in class de.qytera.qtaf.xray.commands.AuthenticationCommand
Set jwtToken
setJwtToken(String) - Method in class de.qytera.qtaf.xray.service.AbstractXrayService
Set jwtToken
setKey(String) - Method in class de.qytera.qtaf.xray.dto.response.XrayCloudImportResponseDto
Set key
setKey(String) - Method in class de.qytera.qtaf.xray.dto.response.XrayTestExecIssueEntity
Set key
setKey(String) - Method in class de.qytera.qtaf.xray.dto.XrayTestDto
Set key
setPrecondition(String[]) - Method in class de.qytera.qtaf.xray.dto.XrayTestDto
Set precondition
setProjectKey(String) - Method in class de.qytera.qtaf.xray.entity.XrayTestExecutionInfoEntity
Set projectKey
setRank(int) - Method in class de.qytera.qtaf.xray.dto.XrayTestDto
Set rank
setReporter(String) - Method in class de.qytera.qtaf.xray.dto.XrayTestDto
Set reporter
setRevision(String) - Method in class de.qytera.qtaf.xray.entity.XrayTestExecutionInfoEntity
Set revision
setSelf(String) - Method in class de.qytera.qtaf.xray.dto.response.XrayCloudImportResponseDto
Set self
setSelf(String) - Method in class de.qytera.qtaf.xray.dto.response.XrayTestExecIssueEntity
Set self
setSelf(String) - Method in class de.qytera.qtaf.xray.dto.XrayTestDto
Set self
setStart(Date) - Method in class de.qytera.qtaf.xray.entity.XrayTestEntity
Set start
setStartDate(String) - Method in class de.qytera.qtaf.xray.entity.XrayTestExecutionInfoEntity
Set startDate
setStatus(XrayTestEntity.Status) - Method in class de.qytera.qtaf.xray.entity.XrayTestEntity
Set status
setStatus(XrayTestStepEntity.Status) - Method in class de.qytera.qtaf.xray.entity.XrayTestStepEntity
Set status
setStatus(String) - Method in class de.qytera.qtaf.xray.dto.XrayTestDto
Set status
setStatusCode(int) - Method in class de.qytera.qtaf.xray.log.XrayAuthenticationErrorLog
Set statusCode
setStatusCode(String) - Method in class de.qytera.qtaf.xray.log.XrayUploadErrorLog
Set statusCode
setSummary(String) - Method in class de.qytera.qtaf.xray.entity.XrayTestExecutionInfoEntity
Set summary
setTestEnvironments(List<String>) - Method in class de.qytera.qtaf.xray.entity.XrayTestExecutionInfoEntity
Set testEnvironments
setTestExecIssue(XrayTestExecIssueEntity) - Method in class de.qytera.qtaf.xray.dto.response.XrayServerImportResponseDto
Set testExecIssue
setTestKey(String) - Method in class de.qytera.qtaf.xray.entity.XrayTestEntity
Set testKey
setTestPlanKey(String) - Method in class de.qytera.qtaf.xray.entity.XrayTestExecutionInfoEntity
Set testPlanKey
setType(String) - Method in class de.qytera.qtaf.xray.dto.XrayTestDto
Set type
setUser(String) - Method in class de.qytera.qtaf.xray.entity.XrayTestExecutionInfoEntity
Set user
setVersion(String) - Method in class de.qytera.qtaf.xray.entity.XrayTestExecutionInfoEntity
Set version
setXrayImportRequestDto(XrayImportRequestDto) - Method in class de.qytera.qtaf.xray.commands.UploadImportCommand
Set xrayImportRequestDto
setXrayImportRequestDto(XrayImportRequestDto) - Method in class de.qytera.qtaf.xray.error.ImportRequestDtoPersistenceError
Set xrayImportRequestDto
setXrayImportResponseDto(XrayImportResponseDto) - Method in class de.qytera.qtaf.xray.commands.UploadImportCommand
Set xrayImportResponseDto
setXrayImportResponseDto(XrayImportResponseDto) - Method in class de.qytera.qtaf.xray.error.ImportResponseDtoPersistenceError
Set xrayImportResponseDto
statusCode - Variable in class de.qytera.qtaf.xray.log.XrayAuthenticationErrorLog
HTTP Response status code
statusCode - Variable in class de.qytera.qtaf.xray.log.XrayUploadErrorLog
 

T

TestCaseBuilder - Class in de.qytera.qtaf.xray
 
TestCaseBuilder() - Constructor for class de.qytera.qtaf.xray.TestCaseBuilder
 

U

unsubscribe() - Method in class de.qytera.qtaf.xray.event_subscriber.UploadResultsSubscriber
Unsubscribe from subscriptions
UploadImportCommand - Class in de.qytera.qtaf.xray.commands
Command to upload test results to Xray REST API
UploadImportCommand() - Constructor for class de.qytera.qtaf.xray.commands.UploadImportCommand
 
uploadResponseAvailable - Static variable in class de.qytera.qtaf.xray.events.QtafXrayEvents
Subject that emits events when Xray upload response is available.
UploadResultsSubscriber - Class in de.qytera.qtaf.xray.event_subscriber
Event subscriber that uploads test results to Xray API
UploadResultsSubscriber() - Constructor for class de.qytera.qtaf.xray.event_subscriber.UploadResultsSubscriber
 
uploadStatus - Static variable in class de.qytera.qtaf.xray.events.QtafXrayEvents
Subject that emits events when Xray Upload is done.

V

valueOf(String) - Static method in enum class de.qytera.qtaf.xray.entity.XrayTestEntity.Status
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.qytera.qtaf.xray.entity.XrayTestStepEntity.Status
Returns the enum constant of this class with the specified name.
values() - Static method in enum class de.qytera.qtaf.xray.entity.XrayTestEntity.Status
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.qytera.qtaf.xray.entity.XrayTestStepEntity.Status
Returns an array containing the constants of this enum class, in the order they are declared.

W

webResourceAvailable - Static variable in class de.qytera.qtaf.xray.events.QtafXrayEvents
Subject that emits events when Xray WebResource object is built.

X

XRAY_CLOUD_API_V1 - Static variable in class de.qytera.qtaf.xray.config.XrayRestPaths
Xray Cloud API v1
XRAY_CLOUD_API_V1 - Static variable in class de.qytera.qtaf.xray.net.http.XrayUrls
Xray Cloud API URL
XrayAuthCredentials - Class in de.qytera.qtaf.xray.entity
Representation of xray auth credentials JSON request.
XrayAuthCredentials(String, String) - Constructor for class de.qytera.qtaf.xray.entity.XrayAuthCredentials
 
XrayAuthenticationErrorLog - Class in de.qytera.qtaf.xray.log
 
XrayAuthenticationErrorLog(Throwable) - Constructor for class de.qytera.qtaf.xray.log.XrayAuthenticationErrorLog
Constructor
XrayCloudCucumberImporter - Class in de.qytera.qtaf.xray.importer
This class provides methods for importing Tests as Cucumber feature files from Xray Server
XrayCloudCucumberImporter() - Constructor for class de.qytera.qtaf.xray.importer.XrayCloudCucumberImporter
 
XrayCloudCucumberRepository - Class in de.qytera.qtaf.xray.repository
Export Tests from Xray Server as Cucumber Feature File
XrayCloudCucumberRepository() - Constructor for class de.qytera.qtaf.xray.repository.XrayCloudCucumberRepository
 
XrayCloudImportResponseDto - Class in de.qytera.qtaf.xray.dto.response
Response object that is returns form Xray Server when uploading execution
XrayCloudImportResponseDto() - Constructor for class de.qytera.qtaf.xray.dto.response.XrayCloudImportResponseDto
 
XrayCloudService - Class in de.qytera.qtaf.xray.service
Xray API Rest Client
XrayCloudService() - Constructor for class de.qytera.qtaf.xray.service.XrayCloudService
 
XrayConfigHelper - Class in de.qytera.qtaf.xray.config
Xray configuration helper
XrayConfigHelper() - Constructor for class de.qytera.qtaf.xray.config.XrayConfigHelper
 
XrayDefectEntity - Class in de.qytera.qtaf.xray.entity
 
XrayDefectEntity() - Constructor for class de.qytera.qtaf.xray.entity.XrayDefectEntity
 
XrayEvidenceEntity - Class in de.qytera.qtaf.xray.entity
Xray Evidence Entity
XrayEvidenceEntity() - Constructor for class de.qytera.qtaf.xray.entity.XrayEvidenceEntity
 
XrayHTTPDaoFactory - Class in de.qytera.qtaf.xray.net.http
Factory class for HTTP Dao obejcts
XrayHTTPDaoFactory() - Constructor for class de.qytera.qtaf.xray.net.http.XrayHTTPDaoFactory
 
XrayImporter - Class in de.qytera.qtaf.xray.importer
Class that imports Test definitions from Xray API and saves them locally
XrayImporter() - Constructor for class de.qytera.qtaf.xray.importer.XrayImporter
 
XrayImporterFactory - Class in de.qytera.qtaf.xray.importer
Factory class for Xray Importer objects
XrayImporterFactory() - Constructor for class de.qytera.qtaf.xray.importer.XrayImporterFactory
 
XrayImportRequestDto - Class in de.qytera.qtaf.xray.dto.request
Xray import request DTO.
XrayImportRequestDto() - Constructor for class de.qytera.qtaf.xray.dto.request.XrayImportRequestDto
 
XrayImportResponseDto - Class in de.qytera.qtaf.xray.dto.response
Xray import response DTO.
XrayImportResponseDto() - Constructor for class de.qytera.qtaf.xray.dto.response.XrayImportResponseDto
 
XrayJsonImportBuilder - Class in de.qytera.qtaf.xray.builder
Transforms log collection into Xray Execution Import DTO
XrayJsonImportBuilder() - Constructor for class de.qytera.qtaf.xray.builder.XrayJsonImportBuilder
 
XrayRestPaths - Class in de.qytera.qtaf.xray.config
Xray REST API Paths
XrayRestPaths() - Constructor for class de.qytera.qtaf.xray.config.XrayRestPaths
 
XrayServerCucumberImporter - Class in de.qytera.qtaf.xray.importer
This class provides methods for importing Tests as Cucumber feature files from Xray Server
XrayServerCucumberImporter() - Constructor for class de.qytera.qtaf.xray.importer.XrayServerCucumberImporter
 
XrayServerCucumberRepository - Class in de.qytera.qtaf.xray.repository
Export Tests from Xray Server as Cucumber Feature File
XrayServerCucumberRepository() - Constructor for class de.qytera.qtaf.xray.repository.XrayServerCucumberRepository
 
XrayServerImportResponseDto - Class in de.qytera.qtaf.xray.dto.response
Response object that is returns form Xray Server when uploading execution
XrayServerImportResponseDto() - Constructor for class de.qytera.qtaf.xray.dto.response.XrayServerImportResponseDto
 
XrayServerService - Class in de.qytera.qtaf.xray.service
 
XrayServerService() - Constructor for class de.qytera.qtaf.xray.service.XrayServerService
 
XrayServerTestRepository - Class in de.qytera.qtaf.xray.repository
Repository class that is responsible for fetching and updating Test Entities via the Xray API
XrayServerTestRepository() - Constructor for class de.qytera.qtaf.xray.repository.XrayServerTestRepository
 
XrayServiceFactory - Class in de.qytera.qtaf.xray.service
Xray Service Factory class
XrayServiceFactory() - Constructor for class de.qytera.qtaf.xray.service.XrayServiceFactory
 
XrayTestDto - Class in de.qytera.qtaf.xray.dto
Class that models JSON response from Xray API
XrayTestDto() - Constructor for class de.qytera.qtaf.xray.dto.XrayTestDto
 
XrayTestDtoCollection - Class in de.qytera.qtaf.xray.dto
Class that mdoels Xray API Response Data
XrayTestDtoCollection() - Constructor for class de.qytera.qtaf.xray.dto.XrayTestDtoCollection
 
XrayTestEntity - Class in de.qytera.qtaf.xray.entity
Xray test entity
XrayTestEntity() - Constructor for class de.qytera.qtaf.xray.entity.XrayTestEntity
 
XrayTestEntity.Status - Enum Class in de.qytera.qtaf.xray.entity
Status enum
XrayTestExecIssueEntity - Class in de.qytera.qtaf.xray.dto.response
Xray import response DTO.
XrayTestExecIssueEntity() - Constructor for class de.qytera.qtaf.xray.dto.response.XrayTestExecIssueEntity
 
XrayTestExecutionInfoEntity - Class in de.qytera.qtaf.xray.entity
Test Execution Info Entity
XrayTestExecutionInfoEntity() - Constructor for class de.qytera.qtaf.xray.entity.XrayTestExecutionInfoEntity
 
XrayTestStepEntity - Class in de.qytera.qtaf.xray.entity
Xray test step entity
XrayTestStepEntity() - Constructor for class de.qytera.qtaf.xray.entity.XrayTestStepEntity
 
XrayTestStepEntity.Status - Enum Class in de.qytera.qtaf.xray.entity
 
XrayUploadErrorLog - Class in de.qytera.qtaf.xray.log
 
XrayUploadErrorLog(Throwable) - Constructor for class de.qytera.qtaf.xray.log.XrayUploadErrorLog
Constructor
XrayUrls - Class in de.qytera.qtaf.xray.net.http
Class that contains Xray URLs
XrayUrls() - Constructor for class de.qytera.qtaf.xray.net.http.XrayUrls
 
A B C D E F G I J O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form