|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JiraWebSudo
Page/Dialog that represents WebSudo in JIRA.
| Method Summary | ||
|---|---|---|
void |
authenticate(String password)
Submit a password. |
|
|
authenticate(String password,
Class<T> targetPage,
Object... args)
Submit the password for websudo and bind the passed page. |
|
JiraWebSudo |
authenticateFail(String password)
Submit the wrong password for websudo. |
|
void |
cancel()
Cancel websudo. |
|
|
cancel(Class<T> expectedPage,
Object... args)
Cancel websudo and bind the passed page. |
|
| Method Detail |
|---|
<T> T authenticate(String password,
Class<T> targetPage,
Object... args)
T - the type of the page to bind.password - the password to submit.targetPage - the page to bind after the submit.args - arguments for targetPage during the bind.
void authenticate(String password)
password - the password to submit.JiraWebSudo authenticateFail(String password)
password - the password to submit.
<T> T cancel(Class<T> expectedPage,
Object... args)
T - the type of the page to bind.expectedPage - the page to bind after the cancel.args - arguments for targetPage during the bind.
void cancel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||