com.atlassian.jira.pageobjects.pages.viewissue.linkissue
Class LinkConfluenceSection

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

public class LinkConfluenceSection
extends Object

Represents "Wiki Page" section in the link issue dialog. (to add pages to linked Confluence instances)

Since:
v5.0

Constructor Summary
LinkConfluenceSection(LinkIssueDialog linkIssueDialog)
           
 
Method Summary
 LinkConfluenceSection comment(String comment)
           
 boolean errorsPresent()
           
 LinkIssueDialog getLinkIssueDialog()
           
 LinkConfluenceSection pageUrl(String url)
           
 SearchConfluenceDialog searchForPage()
           
 ViewIssuePage submit()
           
 LinkConfluenceSection submitExpectingError()
           
 void waitUntil()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkConfluenceSection

public LinkConfluenceSection(LinkIssueDialog linkIssueDialog)
Method Detail

waitUntil

public final void waitUntil()

pageUrl

public LinkConfluenceSection pageUrl(String url)

comment

public LinkConfluenceSection comment(String comment)

searchForPage

public SearchConfluenceDialog searchForPage()

errorsPresent

public boolean errorsPresent()

submit

public ViewIssuePage submit()

submitExpectingError

public LinkConfluenceSection submitExpectingError()

getLinkIssueDialog

public LinkIssueDialog getLinkIssueDialog()


Copyright © 2002-2014 Atlassian. All Rights Reserved.