Class ShareClient
java.lang.Object
com.atlassian.jira.testkit.client.RestApiClient
com.atlassian.jira.webtests.ztests.email.ShareClient
public class ShareClient
extends com.atlassian.jira.testkit.client.RestApiClient
A REST client used to talk to the share e-mail rest resource.
- Since:
- v5.0
-
Nested Class Summary
Nested 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
-
Field Summary
Fields inherited from class com.atlassian.jira.testkit.client.RestApiClient
REST_VERSION
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.jira.testkit.client.restclient.ParsedResponse
Shares an issue with the given key with the users and email addresses specified.com.atlassian.jira.testkit.client.restclient.ParsedResponse
Shares a saved search (filter) with the given id with the users and email addresses specified.com.atlassian.jira.testkit.client.restclient.ParsedResponse
Shares a search query with the users and email addresses specified.Methods inherited from class com.atlassian.jira.testkit.client.RestApiClient
anonymous, authenticate, authoriseWithOAuth2, authoriseWithOAuth2, cleanUp, client, createResource, createResource, createResourceGadget, createResourceInternal, errorResponse, expanded, getCredentialsProvider, getEnvironmentData, loginAs, loginAs, registerResponse, resourceRoot, resourceRoot, setOf, toResponse, toResponse, toResponse, withCredentialsProvider
-
Constructor Details
-
ShareClient
-
-
Method Details