com.atlassian.jira.pageobjects.dialogs
Class WhatsNewDialog

java.lang.Object
  extended by com.atlassian.jira.pageobjects.dialogs.WhatsNewDialog

public class WhatsNewDialog
extends Object

Represents the what's new dialog shown on first login after an upgrade.

Since:
v5.0

Field Summary
protected  com.atlassian.pageobjects.elements.PageElementFinder locator
           
 
Constructor Summary
WhatsNewDialog()
           
 
Method Summary
 void dialogReady()
           
 String getDialogTitle()
           
 com.atlassian.pageobjects.elements.query.TimedCondition isOpen()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

locator

@Inject
protected com.atlassian.pageobjects.elements.PageElementFinder locator
Constructor Detail

WhatsNewDialog

public WhatsNewDialog()
Method Detail

dialogReady

public void dialogReady()

isOpen

public com.atlassian.pageobjects.elements.query.TimedCondition isOpen()

getDialogTitle

public String getDialogTitle()


Copyright © 2002-2012 Atlassian. All Rights Reserved.