com.atlassian.jira.pageobjects.pages.admin
Class GlobalPermissionsPage.GlobalPermissionRow

java.lang.Object
  extended by com.atlassian.jira.pageobjects.pages.admin.GlobalPermissionsPage.GlobalPermissionRow
Enclosing class:
GlobalPermissionsPage

public static final class GlobalPermissionsPage.GlobalPermissionRow
extends Object


Constructor Summary
GlobalPermissionsPage.GlobalPermissionRow(org.openqa.selenium.WebElement webElement)
           
 
Method Summary
 String getDeleteLinkId()
           
 Iterable<String> getGroupsAndUsers()
           
 String getPermissionName()
           
 String getSecondaryText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalPermissionsPage.GlobalPermissionRow

public GlobalPermissionsPage.GlobalPermissionRow(org.openqa.selenium.WebElement webElement)
Method Detail

getPermissionName

public String getPermissionName()

getSecondaryText

public String getSecondaryText()

getGroupsAndUsers

public Iterable<String> getGroupsAndUsers()

getDeleteLinkId

public String getDeleteLinkId()


Copyright © 2002-2014 Atlassian. All Rights Reserved.