| Constructor and Description |
|---|
XsrfPage() |
XsrfPage(String urlToVisit)
Use this constructor when you need JIRA to follow a link which should take you to xsrf error page.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRetry() |
String |
getUrl() |
boolean |
hasParamaters() |
boolean |
hasRequestParameter(String parameterName) |
boolean |
hasRequestParameters() |
void |
init() |
boolean |
isSessionExpired() |
boolean |
isXsrfCheckFailed() |
JiraLoginPage |
login() |
<P> P |
retry(Class<P> page,
Object... args) |
public XsrfPage(String urlToVisit)
urlToVisit - public XsrfPage()
public void init()
public boolean isSessionExpired()
isSessionExpired in interface Xsrfpublic boolean isXsrfCheckFailed()
isXsrfCheckFailed in interface Xsrfpublic boolean hasParamaters()
hasParamaters in interface Xsrfpublic boolean hasRequestParameters()
hasRequestParameters in interface Xsrfpublic boolean hasRequestParameter(String parameterName)
hasRequestParameter in interface Xsrfpublic JiraLoginPage login()
public String getUrl()
getUrl in interface com.atlassian.pageobjects.PageCopyright © 2002-2022 Atlassian. All Rights Reserved.