|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.studio.haup.pageobjects.AbstractHaupPage
com.atlassian.studio.haup.pageobjects.BulkAddApplicationAccessPage
public class BulkAddApplicationAccessPage
Represents the Application Access page, which you can find in the Administration menu of Jira / Jira Studio.
| Field Summary |
|---|
| Fields inherited from class com.atlassian.studio.haup.pageobjects.AbstractHaupPage |
|---|
driver, finder, footer, pageBinder, title |
| Constructor Summary | |
|---|---|
BulkAddApplicationAccessPage()
|
|
| Method Summary | |
|---|---|
Set<SupportedApplication> |
getApplicationsToGrant()
Returns the current selected applications to grant to the users. |
List<SupportedApplication> |
getAvailableApplications()
Returns the list of applications that the user may chose. |
protected String |
getPageTitle()
Returns the title of the page. |
RemainingAccessSection |
getRemainingAccessSection()
Returns the remaining access section on the page. |
String |
getUrl()
|
String |
getUserList()
|
BulkAddApplicationAccessPage |
submit(List<String> usernames,
List<SupportedApplication> applicationsToGrant)
Submits the form with the given list of users and applications. |
BulkAddApplicationAccessPage |
submit(String users,
List<SupportedApplication> applicationsToGrant)
Submits the form with the given list of users and applications |
| Methods inherited from class com.atlassian.studio.haup.pageobjects.AbstractHaupPage |
|---|
getMessages, getMessages, getMessages, waitForPageLoad |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BulkAddApplicationAccessPage()
| Method Detail |
|---|
protected String getPageTitle()
AbstractHaupPage
getPageTitle in class AbstractHaupPagepublic String getUrl()
public List<SupportedApplication> getAvailableApplications()
public Set<SupportedApplication> getApplicationsToGrant()
public BulkAddApplicationAccessPage submit(List<String> usernames,
List<SupportedApplication> applicationsToGrant)
usernames - A list of user names. Cannot be null.applicationsToGrant - a list of accesses: any combination of elements of getAvailableApplications(). Any other string will have no effect.
public BulkAddApplicationAccessPage submit(String users,
List<SupportedApplication> applicationsToGrant)
users - A comma-separated list of users. Cannot be null.applicationsToGrant - a list of accesses: any combination of elements of getAvailableApplications(). Any other string will have no effect.
public String getUserList()
public RemainingAccessSection getRemainingAccessSection()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||