| java.lang.Object | |||
| ↳ | com.atlassian.jira.pageobjects.dialogs.JiraDialog | ||
| ↳ | com.atlassian.jira.pageobjects.dialogs.FormDialog | ||
| ↳ | com.atlassian.jira.pageobjects.websudo.JiraSudoFormDialog | ||
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | ID_SMART_WEBSUDO | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.jira.pageobjects.dialogs.FormDialog
| |||||||||||
From class
com.atlassian.jira.pageobjects.dialogs.JiraDialog
| |||||||||||
|
[Expand]
Inherited Fields | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.jira.pageobjects.dialogs.FormDialog
| ||||||||||||||||||||||||||||||||
From class
com.atlassian.jira.pageobjects.dialogs.JiraDialog
| ||||||||||||||||||||||||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Submit the password for websudo and bind the passed page.
| |||||||||||
Submit a password.
| |||||||||||
Submit the wrong password for websudo.
| |||||||||||
Cancel websudo and bind the passed page.
| |||||||||||
Cancel websudo.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.jira.pageobjects.dialogs.FormDialog
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
From class
com.atlassian.jira.pageobjects.dialogs.JiraDialog
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
From interface
com.atlassian.jira.pageobjects.websudo.JiraWebSudo
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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. |
|---|
Cancel websudo and bind the passed page.
| expectedPage | the page to bind after the cancel. |
|---|---|
| args | arguments for targetPage during the bind. |
Cancel websudo.

