Interface JiraWebClient

All Known Implementing Classes:
JiraWebClientImpl, JiraWebClientMock

@Retryable(value=org.springframework.web.client.RestClientException.class, maxAttempts=4, backoff=@Backoff(delay=2000L,multiplier=2.0)) public interface JiraWebClient