java.lang.Object
com.atlassian.jira.testkit.client.RestApiClient<com.atlassian.jira.testkit.client.restclient.EntityPropertyClient>
com.atlassian.jira.testkit.client.restclient.EntityPropertyClient
com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.UserPropertyClient

public final class UserPropertyClient extends com.atlassian.jira.testkit.client.restclient.EntityPropertyClient
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
     

    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.restclient.EntityPropertyClient

    entityName

    Fields inherited from class com.atlassian.jira.testkit.client.RestApiClient

    REST_VERSION
  • Constructor Summary

    Constructors
    Constructor
    Description
    UserPropertyClient(com.atlassian.jira.testkit.client.JIRAEnvironmentData environmentData)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    put(String entityKeyOrId, String propertyKey, String value)
     
    protected jakarta.ws.rs.client.WebTarget
    resource(io.atlassian.fugue.Option<String> entityKeyOrId, io.atlassian.fugue.Option<String> propertyKey)
     

    Methods inherited from class com.atlassian.jira.testkit.client.restclient.EntityPropertyClient

    delete, get, getKeys, put, resource, resource

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UserPropertyClient

      public UserPropertyClient(com.atlassian.jira.testkit.client.JIRAEnvironmentData environmentData)
  • Method Details

    • identifyUserBy

    • put

      public void put(String entityKeyOrId, String propertyKey, String value)
    • resource

      protected jakarta.ws.rs.client.WebTarget resource(io.atlassian.fugue.Option<String> entityKeyOrId, io.atlassian.fugue.Option<String> propertyKey)
      Overrides:
      resource in class com.atlassian.jira.testkit.client.restclient.EntityPropertyClient