Uses of Interface
com.atlassian.applinks.api.ApplicationLinkUIService.MessageBuilder

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

Uses of ApplicationLinkUIService.MessageBuilder in com.atlassian.applinks.api
 

Methods in com.atlassian.applinks.api that return ApplicationLinkUIService.MessageBuilder
 ApplicationLinkUIService.MessageBuilder ApplicationLinkUIService.authorisationRequest(ApplicationLink appLink)
          Returns a ApplicationLinkUIService.MessageBuilder to construct an HTML fragment with a "please authenticate with [application]" message, and a link that lets the user begin authentication.
 ApplicationLinkUIService.MessageBuilder ApplicationLinkUIService.MessageBuilder.contentHtml(String contentHtml)
          Adds custom content to the message.
 ApplicationLinkUIService.MessageBuilder ApplicationLinkUIService.MessageBuilder.format(ApplicationLinkUIService.MessageFormat format)
          Specifies whether to use a brief format (the default) or a banner format.
 



Copyright © 2015 Atlassian. All rights reserved.