Class StableSearchClient
java.lang.Object
com.atlassian.jira.testkit.client.RestApiClient<IssueTableClient>
com.atlassian.jira.plugin.issuenav.client.StableSearchClient
public class StableSearchClient
extends com.atlassian.jira.testkit.client.RestApiClient<IssueTableClient>
REST client for StableSearchResource
- Since:
- v6.0
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.atlassian.jira.testkit.client.RestApiClient
com.atlassian.jira.testkit.client.RestApiClient.BackdoorLoggingFilter, com.atlassian.jira.testkit.client.RestApiClient.JsonMediaTypeFilter, com.atlassian.jira.testkit.client.RestApiClient.RestCall, com.atlassian.jira.testkit.client.RestApiClient.SessionlessConsistencyFilter -
Field Summary
Fields inherited from class com.atlassian.jira.testkit.client.RestApiClient
REST_VERSION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected jakarta.ws.rs.client.WebTargetgetUnusedIds(String jql, List<Long> currentIds) Methods inherited from class com.atlassian.jira.testkit.client.RestApiClient
anonymous, authenticate, authoriseWithOAuth2, authoriseWithOAuth2, cleanUp, client, createResource, createResourceGadget, createResourceInternal, errorResponse, expanded, getCredentialsProvider, getEnvironmentData, loginAs, loginAs, registerResponse, resourceRoot, resourceRoot, setOf, toResponse, toResponse, toResponse, withCredentialsProvider
-
Constructor Details
-
StableSearchClient
-
-
Method Details
-
getUnusedIds
public StableSearchClient.StableSearchIdListResponse getUnusedIds(String jql, List<Long> currentIds) throws UnsupportedEncodingException - Throws:
UnsupportedEncodingException
-
createResource
protected jakarta.ws.rs.client.WebTarget createResource()- Overrides:
createResourcein classcom.atlassian.jira.testkit.client.RestApiClient<IssueTableClient>
-