com.atlassian.jira.functest.framework.backdoor
Class I18nControl

java.lang.Object
  extended by com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient<T>
      extended by com.atlassian.jira.functest.framework.backdoor.BackdoorControl<UsersAndGroupsControl>
          extended by com.atlassian.jira.functest.framework.backdoor.I18nControl
All Implemented Interfaces:
FuncTestLogger

public class I18nControl
extends BackdoorControl<UsersAndGroupsControl>

TODO: Document this class / interface here

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.functest.framework.backdoor.BackdoorControl
restPathRootLength
 
Fields inherited from class com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient
REST_VERSION
 
Constructor Summary
I18nControl(JIRAEnvironmentData environmentData)
           
 
Method Summary
 String getText(String key, String locale)
           
 
Methods inherited from class com.atlassian.jira.functest.framework.backdoor.BackdoorControl
createResource, delete, get, get, get, getId, log, log, post, post, post
 
Methods inherited from class com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient
anonymous, 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

I18nControl

public I18nControl(JIRAEnvironmentData environmentData)
Method Detail

getText

public String getText(String key,
                      String locale)


Copyright © 2002-2012 Atlassian. All Rights Reserved.