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

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

public class LinkJiraSection
extends Object

Represents jira section in the link issue dialog.

Since:
v5.0

Constructor Summary
LinkJiraSection(LinkIssueDialog linkIssueDialog)
           
 
Method Summary
 LinkJiraSection addIssueKey(String issueKey)
           
 LinkJiraSection clearIssueKeys()
           
 LinkJiraSection comment(String comment)
           
 LinkJiraSection createReciprocal()
           
 boolean errorsPresent()
           
 int getErrorCount()
           
 boolean requireCredentials()
           
 LinkJiraSection selectServer(String appId)
           
 LinkJiraSection setIssueKey(String issueKey)
           
 void startOAuthDance()
          Starts the OAuth dance.
 ViewIssuePage submit()
           
 LinkJiraSection submitExpectingError()
           
 void waitUntil()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkJiraSection

public LinkJiraSection(LinkIssueDialog linkIssueDialog)
Method Detail

waitUntil

public final void waitUntil()

selectServer

public LinkJiraSection selectServer(String appId)

setIssueKey

public LinkJiraSection setIssueKey(String issueKey)

clearIssueKeys

public LinkJiraSection clearIssueKeys()

addIssueKey

public LinkJiraSection addIssueKey(String issueKey)

createReciprocal

public LinkJiraSection createReciprocal()

comment

public LinkJiraSection comment(String comment)

errorsPresent

public boolean errorsPresent()

getErrorCount

public int getErrorCount()

requireCredentials

public boolean requireCredentials()

startOAuthDance

public void startOAuthDance()
Starts the OAuth dance. TODO: Should be changed to return the AppLink OAuthConfirmPage when JIRA upgrades to APL 3.7.


submit

public ViewIssuePage submit()

submitExpectingError

public LinkJiraSection submitExpectingError()


Copyright © 2002-2012 Atlassian. All Rights Reserved.