Class ConfluenceApplicationLinks
java.lang.Object
com.atlassian.jira.plugin.link.confluence.ConfluenceApplicationLinks
Represents the Applications Links pointing to Confluence instances from this JIRA instance.
-
Constructor Summary
ConstructorsConstructorDescriptionConfluenceApplicationLinks
(com.atlassian.applinks.api.ApplicationLinkService applicationLinkService) -
Method Summary
Modifier and TypeMethodDescriptionio.atlassian.fugue.Option<com.atlassian.applinks.api.ApplicationLink>
Returns theApplicationLink
that corresponds to the given Confluence page uri.Collection<com.atlassian.applinks.api.ApplicationLink>
Returns all the application links that point to a Confluence instance.
-
Constructor Details
-
ConfluenceApplicationLinks
@Autowired public ConfluenceApplicationLinks(com.atlassian.applinks.api.ApplicationLinkService applicationLinkService)
-
-
Method Details
-
getAppLinks
Returns all the application links that point to a Confluence instance.- Returns:
- The application links that point to a Confluence instance.
-
forPage
Returns theApplicationLink
that corresponds to the given Confluence page uri.- Parameters:
pageUri
- The uri for the Confluence page.- Returns:
- The corresponding ApplicationLink for the given page uri, if there is any.
-