Uses of Interface
com.atlassian.applinks.api.ReadOnlyApplicationLink

Packages that use ReadOnlyApplicationLink
com.atlassian.applinks.api API classes and components for interacting with the AppLinks plugin. 
 

Uses of ReadOnlyApplicationLink in com.atlassian.applinks.api
 

Subinterfaces of ReadOnlyApplicationLink in com.atlassian.applinks.api
 interface ApplicationLink
          Represents a link to a remote application-level entity (JIRA, Confluence, Bamboo, etc).
 

Methods in com.atlassian.applinks.api that return ReadOnlyApplicationLink
 ReadOnlyApplicationLink ReadOnlyApplicationLinkService.getApplicationLink(ApplicationId applicationId)
          Retrieves an ReadOnlyApplicationLink by its ApplicationId.
 ReadOnlyApplicationLink ReadOnlyApplicationLinkService.getPrimaryApplicationLink(Class<? extends ApplicationType> type)
          Retrieves the primary ReadOnlyApplicationLink of a particular ApplicationType.
 

Methods in com.atlassian.applinks.api that return types with arguments of type ReadOnlyApplicationLink
 Iterable<ReadOnlyApplicationLink> ReadOnlyApplicationLinkService.getApplicationLinks()
          Retrieves all ReadOnlyApplicationLinks.
 Iterable<ReadOnlyApplicationLink> ReadOnlyApplicationLinkService.getApplicationLinks(Class<? extends ApplicationType> type)
          Retrieves all ReadOnlyApplicationLinks of a particular ApplicationType.
 



Copyright © 2015 Atlassian. All rights reserved.