Class AddPermissionPage
java.lang.Object
com.atlassian.jira.pageobjects.pages.AbstractJiraPage
com.atlassian.jira.pageobjects.pages.AddPermissionPage
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
Deprecated.
- Since:
- v6.2
-
Field Summary
Fields inherited from class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
body, driver, elementFinder, javascriptExecutor, metaElement, pageBinder, timeouts, webDriverPoller
-
Constructor Summary
ConstructorsConstructorDescriptionAddPermissionPage
(int schemeId, int permission) Deprecated.AddPermissionPage
(int schemeId, String permissionKey) Deprecated.Constructor. -
Method Summary
Modifier and TypeMethodDescriptionadd()
Deprecated.getGroup()
Deprecated.int
Deprecated.Deprecated.Deprecated.int
Deprecated.getUrl()
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
isAt()
Deprecated.Timed condition checking if we're at given page.void
Deprecated.Selects group by provided name.Methods inherited from class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedIn
-
Constructor Details
-
AddPermissionPage
Deprecated.Constructor.- Parameters:
schemeId
-getSchemeId()
permission
-getPermission()
-
AddPermissionPage
Deprecated.Constructor.- Parameters:
schemeId
-getSchemeId()
permissionKey
-getPermission()
-
-
Method Details
-
isAt
public com.atlassian.pageobjects.elements.query.TimedCondition isAt()Deprecated.Timed condition checking if we're at given page.- Specified by:
isAt
in classAbstractJiraPage
- Returns:
- timed condition checking, if the test is at given page
-
getUrl
Deprecated. -
getSchemeId
public int getSchemeId()Deprecated.- Returns:
- scheme id - permission owner
-
getPermission
Deprecated.- Returns:
- for which permission type
-
getPermissionKey
Deprecated.- Returns:
- for which permission type
-
getPermissionName
Deprecated.- Returns:
- Name of permission, which will be added.
-
getGroup
Deprecated.- Returns:
- Returns group, which is selected.
-
setGroup
Deprecated.Selects group by provided name.- Parameters:
group
- select name of group
-
add
Deprecated.- Returns:
- Adds permission, for form, which is filled on this page.
-
EditPermissionsSinglePage.GrantPermissionsDialog
instead