com.atlassian.confluence.selenium.client
Class UserProfile

java.lang.Object
  extended by com.atlassian.confluence.selenium.client.UserProfile

public class UserProfile
extends Object


Constructor Summary
UserProfile(ConfluenceSeleniumClient client)
           
 
Method Summary
 void editProfileForUser(User user)
           
 String getViewMyProfileUrl()
           
 void openMyProfile()
           
 void setUserStatus(ConfluenceSeleniumAssertions assertThat, String status)
           
 void viewFavouriteLabelInUsersProfile()
           
 void viewLabelsInUsersProfile()
           
 void viewWatches()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserProfile

public UserProfile(ConfluenceSeleniumClient client)
Method Detail

openMyProfile

public void openMyProfile()

getViewMyProfileUrl

public String getViewMyProfileUrl()

setUserStatus

public void setUserStatus(ConfluenceSeleniumAssertions assertThat,
                          String status)

viewLabelsInUsersProfile

public void viewLabelsInUsersProfile()

viewFavouriteLabelInUsersProfile

public void viewFavouriteLabelInUsersProfile()

viewWatches

public void viewWatches()

editProfileForUser

public void editProfileForUser(User user)


Copyright © 2003-2011 Atlassian. All Rights Reserved.