Uses of Interface
com.atlassian.jira.functest.framework.UserProfile

Packages that use UserProfile
com.atlassian.jira.functest.framework   
 

Uses of UserProfile in com.atlassian.jira.functest.framework
 

Classes in com.atlassian.jira.functest.framework that implement UserProfile
 class UserProfileImpl
          Default implementation of UserProfile
 

Methods in com.atlassian.jira.functest.framework that return UserProfile
 UserProfile UserProfileImpl.changeAutowatch(boolean autowatch)
           
 UserProfile UserProfile.changeAutowatch(boolean autowatch)
          Changes the current user's autowatch preference.
 UserProfile UserProfileImpl.changeNotifyMyChanges(boolean notify)
           
 UserProfile UserProfile.changeNotifyMyChanges(boolean notify)
          Changes the current user would like to be notified by their own changes.
 UserProfile UserProfileImpl.changeUserTimeZone(String timeZoneID)
           
 UserProfile UserProfile.changeUserTimeZone(String timeZoneID)
          Changes the current user's time zone.
 UserProfile Navigation.userProfile()
           
 UserProfile NavigationImpl.userProfile()
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.