public class LinkJiraSection extends Object
Constructor and Description |
---|
LinkJiraSection(LinkIssueDialog linkIssueDialog) |
Modifier and Type | Method and Description |
---|---|
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() |
public LinkJiraSection(LinkIssueDialog linkIssueDialog)
public final void waitUntil()
public LinkJiraSection selectServer(String appId)
public LinkJiraSection setIssueKey(String issueKey)
public LinkJiraSection clearIssueKeys()
public LinkJiraSection addIssueKey(String issueKey)
public LinkJiraSection createReciprocal()
public LinkJiraSection comment(String comment)
public boolean errorsPresent()
public int getErrorCount()
public boolean requireCredentials()
public void startOAuthDance()
TODO: Should be changed to return the AppLink OAuthConfirmPage when JIRA upgrades to APL 3.7.
public ViewIssuePage submit()
public LinkJiraSection submitExpectingError()
Copyright © 2002-2015 Atlassian. All Rights Reserved.