public abstract class

AbstractDeleteLinkPage

extends AbstractJiraPage
java.lang.Object
   ↳ com.atlassian.jira.pageobjects.pages.AbstractJiraPage
     ↳ com.atlassian.jira.pageobjects.pages.viewissue.AbstractDeleteLinkPage
Known Direct Subclasses

Class Overview

Base class of a delete link page. Normally the user would not see this page since clicking the delete icon on the view issue page will show an inline dialog.

Summary

[Expand]
Inherited Fields
From class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
Protected Constructors
AbstractDeleteLinkPage(String issueKey, Long issueId)
Public Methods
ViewIssuePage cancel()
ViewIssuePage confirm()
List<String> getErrorMessages()
Returns the error messages on the page.
Long getIssueId()
Returns the issue ID.
String getMessage()
String getTitle()
TimedCondition isAt()
Timed condition checking if we're at given page.
[Expand]
Inherited Methods
From class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
From class java.lang.Object
From interface com.atlassian.pageobjects.Page

Protected Constructors

protected AbstractDeleteLinkPage (String issueKey, Long issueId)

Public Methods

public ViewIssuePage cancel ()

public ViewIssuePage confirm ()

public List<String> getErrorMessages ()

Returns the error messages on the page. An empty list is returned if there are no error messages.

Returns
  • error messages on the page. An empty list is returned if there are no error messages.

public Long getIssueId ()

Returns the issue ID.

Returns
  • issue ID

public String getMessage ()

public String getTitle ()

public TimedCondition isAt ()

Timed condition checking if we're at given page.

Returns
  • timed condition checking, if the test is at given page