com.atlassian.jira.pageobjects.pages.viewissue
Class DeleteLinkConfirmationDialog
java.lang.Object
com.atlassian.jira.pageobjects.pages.viewissue.DeleteLinkConfirmationDialog
public class DeleteLinkConfirmationDialog
- extends Object
Represents the delete link confirmation dialog.
- Since:
- v5.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteLinkConfirmationDialog
public DeleteLinkConfirmationDialog(String issueKey)
waitUntilPageReady
public void waitUntilPageReady()
init
public void init()
getTitle
public String getTitle()
getMessage
public String getMessage()
confirm
public ViewIssuePage confirm()
cancel
public ViewIssuePage cancel()
Copyright © 2002-2012 Atlassian. All Rights Reserved.