Class UsersAdminPage.TableRow
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.pages.admin.UsersAdminPage.TableRow
-
- Enclosing class:
- UsersAdminPage
public static class UsersAdminPage.TableRow extends Object
-
-
Constructor Summary
Constructors Constructor Description TableRow(@NotNull com.atlassian.pageobjects.elements.PageElement row)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.atlassian.pageobjects.elements.PageElement
getDeleteLink()
String
getDirectory()
com.atlassian.pageobjects.elements.PageElement
getEditLink()
String
getEmail()
String
getFullName()
String
getUsername()
boolean
isDeleteLinkVisible()
-
-
-
Method Detail
-
getEditLink
public com.atlassian.pageobjects.elements.PageElement getEditLink()
-
isDeleteLinkVisible
public boolean isDeleteLinkVisible()
-
getDeleteLink
public com.atlassian.pageobjects.elements.PageElement getDeleteLink()
-
getDirectory
public String getDirectory()
-
getFullName
public String getFullName()
-
getUsername
public String getUsername()
-
getEmail
public String getEmail()
-
-