Interface JiraEndpoint
- All Known Implementing Classes:
JiraIssueRepository,JiraProjectRepository
public interface JiraEndpoint
An interface describing Jira endpoints. It provides a default implementation for retrieving authorization headers.
-
Method Summary
Modifier and TypeMethodDescriptiondefault StringBuild the 'Authorization' header value for the Jira API.
-
Method Details
-
getJiraAuthorizationHeaderValue
Build the 'Authorization' header value for the Jira API.- Returns:
- the authorization header value
- Throws:
MissingConfigurationValueException- if no Jira username or API token have been configured
-