Interface XrayEndpoint
- All Known Subinterfaces:
XrayTestRepository
- All Known Implementing Classes:
XrayCucumberRepositoryCloud,XrayCucumberRepositoryServer,XrayTestRepositoryCloud,XrayTestRepositoryServer
public interface XrayEndpoint
An interface describing Xray endpoints. It provides a default implementation for retrieving authorization headers.
-
Method Details
-
getXrayAuthorizationHeaderValue
Build the 'Authorization' header value for the Xray API.- Returns:
- the authorization header value
- Throws:
MissingConfigurationValueException- if no Jira username or API token have been configured
-
getXrayURL
Return the base URL for all Xray endpoints.- Returns:
- the base URL
-