Class IssueErrorComponent
java.lang.Object
com.atlassian.jira.plugin.issuenav.pageobjects.AbstractIssueDetailComponent
com.atlassian.jira.plugin.issuenav.pageobjects.IssueErrorComponent
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.atlassian.pageobjects.elements.PageElementFinderFields inherited from class com.atlassian.jira.plugin.issuenav.pageobjects.AbstractIssueDetailComponent
driver, issueActionsUtil, pageBinder, returnToSearchIssuePager, traceContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClick the 'Return to Search' button in the error message.<T extends ErrorMessage>
TgetErrorMessage(Class<T> errorMessage) com.atlassian.pageobjects.elements.query.TimedConditionbooleanMethods inherited from class com.atlassian.jira.plugin.issuenav.pageobjects.AbstractIssueDetailComponent
getNextIssueKey, getNextIssueLink, getNextPreviousIssuePager, getPreviousIssueLink, hasNextIssue, hasNextIssueTimed, hasNextPreviousPager, hasNextPreviousPagerTimed, hasPreviousIssue, hasPreviousIssueTimed, hasReturnToSearchPagerTimed, nextIssue, nextIssue, nextIssue, previousIssue, previousIssue
-
Field Details
-
elementFinder
@Inject protected com.atlassian.pageobjects.elements.PageElementFinder elementFinder
-
-
Constructor Details
-
IssueErrorComponent
public IssueErrorComponent()
-
-
Method Details
-
getErrorMessage
-
getErrorMessage
-
isFullScreen
public boolean isFullScreen()- Returns:
- whether it's a full screen error message.
-
clickReturnToSearch
Click the 'Return to Search' button in the error message.- Returns:
- the issues page
-
hasReturnToSearchLink
public com.atlassian.pageobjects.elements.query.TimedCondition hasReturnToSearchLink()- Returns:
- whether it's a full screen error message.
-