com.atlassian.jira.pageobjects.dialogs
Class ShareDialog

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

public class ShareDialog
extends Object

Represents the the sharing inline dialog on the view issue and issue navigator pages

Since:
v5.0

Field Summary
protected  com.atlassian.pageobjects.PageBinder binder
           
protected  com.atlassian.pageobjects.elements.PageElement body
           
protected  com.atlassian.pageobjects.elements.PageElementFinder locator
           
 
Constructor Summary
ShareDialog()
           
 
Method Summary
 ShareDialog addNote(String text)
           
 ShareDialog addRecipient(String recipient)
           
 List<String> getEmailRecipients()
           
 List<String> getRecipients()
           
 boolean isOpen()
           
 boolean isTriggerPresent()
           
 ShareDialog open()
           
 ShareDialog openViaKeyboardShortcut()
           
 ShareDialog removeRecipient(String username)
           
 ShareDialog submit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

body

protected com.atlassian.pageobjects.elements.PageElement body

binder

@Inject
protected com.atlassian.pageobjects.PageBinder binder

locator

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

ShareDialog

public ShareDialog()
Method Detail

isOpen

public boolean isOpen()

getRecipients

public List<String> getRecipients()

getEmailRecipients

public List<String> getEmailRecipients()

addRecipient

public ShareDialog addRecipient(String recipient)

removeRecipient

public ShareDialog removeRecipient(String username)

addNote

public ShareDialog addNote(String text)

submit

public ShareDialog submit()

openViaKeyboardShortcut

public ShareDialog openViaKeyboardShortcut()

open

public ShareDialog open()

isTriggerPresent

public boolean isTriggerPresent()


Copyright © 2002-2012 Atlassian. All Rights Reserved.