com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client
Class BeanClient

java.lang.Object
  extended by com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient<BeanClient>
      extended by com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.BeanClient

public class BeanClient
extends RestApiClient<BeanClient>

Since:
v5.0

Nested Class Summary
 
Nested classes/interfaces inherited from class com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient
RestApiClient.Method
 
Field Summary
 
Fields inherited from class com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient
REST_VERSION
 
Constructor Summary
BeanClient(JIRAEnvironmentData environmentData)
           
 
Method Summary
 IssuePickerBean getIssueSuggestionsFromUrl(String url)
           
 LabelSuggestionsBean getLabelSuggestionsFromUrl(String url)
           
 UserPickerResultBean getUserPickResultsFromUrl(String url)
           
 List<User> getUsersFromUrl(String url)
           
 
Methods inherited from class com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient
anonymous, createResource, errorResponse, expanded, loginAs, loginAs, percentEncode, resourceRoot, setOf, toResponse, toResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanClient

public BeanClient(JIRAEnvironmentData environmentData)
Method Detail

getLabelSuggestionsFromUrl

public LabelSuggestionsBean getLabelSuggestionsFromUrl(String url)
                                                throws com.sun.jersey.api.client.UniformInterfaceException
Throws:
com.sun.jersey.api.client.UniformInterfaceException

getIssueSuggestionsFromUrl

public IssuePickerBean getIssueSuggestionsFromUrl(String url)
                                           throws com.sun.jersey.api.client.UniformInterfaceException
Throws:
com.sun.jersey.api.client.UniformInterfaceException

getUsersFromUrl

public List<User> getUsersFromUrl(String url)

getUserPickResultsFromUrl

public UserPickerResultBean getUserPickResultsFromUrl(String url)


Copyright © 2002-2012 Atlassian. All Rights Reserved.