Uses of Class
com.atlassian.jira.pageobjects.pages.viewissue.link.IssueLink

Packages that use IssueLink
com.atlassian.jira.pageobjects.pages.viewissue.link   
 

Uses of IssueLink in com.atlassian.jira.pageobjects.pages.viewissue.link
 

Methods in com.atlassian.jira.pageobjects.pages.viewissue.link that return IssueLink
 IssueLink IssueLink.Builder.build()
           
 IssueLink IssueLinkSection.getLinkByTitle(String title)
          Returns the issue link with the given title.
 

Methods in com.atlassian.jira.pageobjects.pages.viewissue.link that return types with arguments of type IssueLink
 List<IssueLink> IssueLinkSection.getLinks()
           
 List<IssueLink> IssueLinkSection.getLinks(IssueLinkSection.LinkSourceType sourceType, String relationship)
          Returns the links for the source and relationship.
 List<IssueLink> IssueLinkSection.getLinksForSource(IssueLinkSection.LinkSourceType source)
          Returns the links for the source.
 

Methods in com.atlassian.jira.pageobjects.pages.viewissue.link with parameters of type IssueLink
 void IssueLinkSection.authenticateLink(IssueLink issueLink)
          Click the "Authenticate" link for a remote issue that requires an OAuth token.
 DeleteLinkConfirmationDialog IssueLinkSection.deleteLink(IssueLink issueLink)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.