|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.jira.pageobjects.pages.viewissue.link.IssueLinkSection
public class IssueLinkSection
Represents the issue links section.
Nested Class Summary | |
---|---|
static class |
IssueLinkSection.LinkSourceType
|
Constructor Summary | |
---|---|
IssueLinkSection(String issueKey)
|
Method Summary | |
---|---|
void |
authenticateLink(IssueLink issueLink)
Click the "Authenticate" link for a remote issue that requires an OAuth token. |
DeleteLinkConfirmationDialog |
deleteLink(IssueLink issueLink)
|
IssueLinkSection |
expandLinks()
|
List<IssueLink> |
getLinks()
|
List<IssueLink> |
getLinks(IssueLinkSection.LinkSourceType sourceType,
String relationship)
Returns the links for the source and relationship. |
List<IssueLink> |
getLinksForSource(IssueLinkSection.LinkSourceType source)
Returns the links for the source. |
List<String> |
getRelationships()
Returns the relationships. |
void |
initSection()
|
boolean |
warningsPresent()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IssueLinkSection(String issueKey)
Method Detail |
---|
public void initSection()
public List<String> getRelationships()
public List<IssueLink> getLinks()
public List<IssueLink> getLinksForSource(IssueLinkSection.LinkSourceType source)
source
- source of the links
public List<IssueLink> getLinks(IssueLinkSection.LinkSourceType sourceType, String relationship)
sourceType
- source type of the linksrelationship
- E.g. "blocked by"
public DeleteLinkConfirmationDialog deleteLink(IssueLink issueLink)
public IssueLinkSection expandLinks()
public void authenticateLink(IssueLink issueLink)
issueLink
- the issue link to authenticatepublic boolean warningsPresent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |