com.atlassian.jira.pageobjects.pages.viewissue
Class DeleteLinkConfirmationDialog

java.lang.Object
  extended by com.atlassian.jira.pageobjects.pages.viewissue.DeleteLinkConfirmationDialog

public class DeleteLinkConfirmationDialog
extends Object

Represents the delete link confirmation dialog.

Since:
v5.0

Constructor Summary
DeleteLinkConfirmationDialog(String issueKey)
           
 
Method Summary
 ViewIssuePage cancel()
           
 ViewIssuePage confirm()
           
 String getMessage()
           
 String getTitle()
           
 void init()
           
 void waitUntilPageReady()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteLinkConfirmationDialog

public DeleteLinkConfirmationDialog(String issueKey)
Method Detail

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-2013 Atlassian. All Rights Reserved.