com.atlassian.webdriver.confluence.page
Class PeopleDirectoryPage
java.lang.Object
com.atlassian.webdriver.confluence.page.ConfluenceAbstractPage
com.atlassian.webdriver.confluence.page.PeopleDirectoryPage
- All Implemented Interfaces:
- Page, UserDiscoverable
public class PeopleDirectoryPage
- extends ConfluenceAbstractPage
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PeopleDirectoryPage
public PeopleDirectoryPage()
getUrl
public String getUrl()
- Returns:
- The URI, including query string, relative to the base url
parseUsers
public void parseUsers()
getAllUsernames
public Set<String> getAllUsernames()
- Returns:
- a set which contains all the usernames on the page.
showAllPeople
public PeopleDirectoryPage showAllPeople()
showAllPeopleWithPersonalSpaces
public PeopleDirectoryPage showAllPeopleWithPersonalSpaces()
hasUser
public boolean hasUser(String username)
getUserMacro
public UserMacro getUserMacro(String username)
isShowingAllPeople
public boolean isShowingAllPeople()
isShowingPeopleWithPersonalSpaces
public boolean isShowingPeopleWithPersonalSpaces()
Copyright © 2014 Atlassian. All rights reserved.