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

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

public class LinkRemoteJiraSection
extends Object

Represents remote jira section in the link issue dialog.

Since:
v5.0

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

Constructor Detail

LinkRemoteJiraSection

public LinkRemoteJiraSection(LinkIssueDialog linkIssueDialog)
Method Detail

waitUntil

public final void waitUntil()

setIssueKey

public LinkRemoteJiraSection setIssueKey(String issueKey)

createReciprocal

public LinkRemoteJiraSection createReciprocal()

comment

public LinkRemoteJiraSection comment(String comment)

errorsPresent

public boolean errorsPresent()

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 LinkRemoteJiraSection submitExpectingError()


Copyright © 2002-2012 Atlassian. All Rights Reserved.