java.lang.Object | ||
↳ | com.atlassian.jira.pageobjects.pages.AbstractJiraPage | |
↳ | com.atlassian.jira.pageobjects.websudo.JiraWebSudoPage |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.jira.pageobjects.pages.AbstractJiraPage
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Submit the password for websudo and bind the passed page.
| |||||||||||
Submit a password.
| |||||||||||
Submit the wrong password for websudo.
| |||||||||||
This handles cancelling the web sudo authentication and binding to the expected page
that cancel should navigate to.
| |||||||||||
Cancel websudo.
| |||||||||||
Timed condition checking if we're at given page.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.jira.pageobjects.pages.AbstractJiraPage
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.jira.pageobjects.websudo.JiraWebSudo
| |||||||||||
From interface
com.atlassian.pageobjects.Page
| |||||||||||
From interface
com.atlassian.pageobjects.page.WebSudoPage
|
Submit the password for websudo and bind the passed page.
password | the password to submit. |
---|---|
targetPage | the page to bind after the submit. |
args | arguments for targetPage during the bind. |
Submit a password.
password | the password to submit. |
---|
Submit the wrong password for websudo.
password | the password to submit. |
---|
This handles cancelling the web sudo authentication and binding to the expected page that cancel should navigate to.
expectedPage | The expected page to navigate to after cancelling. |
---|---|
args | optional arguments to be passed to PageBinder#bind(Class, Object...) |
Cancel websudo.
Timed condition checking if we're at given page.