public interface WebSudoBanner
| Modifier and Type | Method and Description |
|---|---|
<P extends Page> |
dropWebSudo(Class<P> nextPage)
Drops the websudo privilege if the websudo banner is displayed otherwise just navigates
to the next page.
|
String |
getMessage()
Retrieves the websudo message from the banner.
|
boolean |
isShowing()
Checks the websudo banner is showing
|
boolean isShowing()
String getMessage()
<P extends Page> P dropWebSudo(Class<P> nextPage)
P - The page class type.nextPage - the page to navigate to after websudo privileges have been dropped.
Cannot be null.Copyright © 2016 Atlassian. All rights reserved.