com.atlassian.jira.functest.framework.backdoor
Class UserProfileControl
java.lang.Object
com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient<T>
com.atlassian.jira.functest.framework.backdoor.BackdoorControl<UserProfileControl>
com.atlassian.jira.functest.framework.backdoor.UserProfileControl
- All Implemented Interfaces:
- FuncTestLogger
public class UserProfileControl
- extends BackdoorControl<UserProfileControl>
Use this class from func/selenium/page-object tests that need to manipulate User Profiles.
See UserProfileBackdoor for the code this plugs into at the back-end.
- Since:
- v5.0
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserProfileControl
public UserProfileControl(JIRAEnvironmentData environmentData)
changeUserNotificationType
public void changeUserNotificationType(String username,
String format)
- Changes the given user's email format to the one supplied.
- Parameters:
username
- the user to change the email format forformat
- either "html" or "text"
Copyright © 2002-2012 Atlassian. All Rights Reserved.