com.atlassian.confluence.selenium.client
Class UserProfile

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

public class UserProfile
extends java.lang.Object


Constructor Summary
UserProfile(ConfluenceSeleniumClient client)
           
 
Method Summary
 void editProfileForUser(User user)
           
 java.lang.String getViewMyProfileUrl()
           
 boolean hasDraftForContent(Page page)
           
 boolean hasDraftForContent(java.lang.String pageTitle)
          Returns true if the specified page has a Draft entry.
 void openMyProfile()
           
 void setUserStatus(ConfluenceSeleniumAssertions assertThat, java.lang.String status)
           
 void viewDrafts()
           
 void viewFavouriteLabelInUsersProfile()
           
 void viewFavouritesInUsersProfile()
           
 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 java.lang.String getViewMyProfileUrl()

setUserStatus

public void setUserStatus(ConfluenceSeleniumAssertions assertThat,
                          java.lang.String status)

viewFavouritesInUsersProfile

public void viewFavouritesInUsersProfile()

viewFavouriteLabelInUsersProfile

public void viewFavouriteLabelInUsersProfile()

viewWatches

public void viewWatches()

editProfileForUser

public void editProfileForUser(User user)

viewDrafts

public void viewDrafts()

hasDraftForContent

public boolean hasDraftForContent(java.lang.String pageTitle)
Returns true if the specified page has a Draft entry.


hasDraftForContent

public boolean hasDraftForContent(Page page)


Copyright © 2003-2014 Atlassian. All Rights Reserved.