Package de.qytera.qtaf.xray.repository
Interface IXrayTestRepository
- All Known Implementing Classes:
XrayServerTestRepository
public interface IXrayTestRepository
An interface defining methods for interacting with Xray's API in an opaque manner.
-
Method Summary
Modifier and TypeMethodDescriptionfindByTestId(String testId) Retrieve an Xray test issue by its ID.findByTestSetId(String testSetId) Retrieve all Xray test issues contained in a test set.
-
Method Details
-
findByTestId
Retrieve an Xray test issue by its ID.- Parameters:
testId- the issue's ID- Returns:
- the Xray test issue
-
findByTestSetId
Retrieve all Xray test issues contained in a test set.- Parameters:
testSetId- the test set's ID- Returns:
- the Xray test issues
-