public static interface ApplicationLinkUIService.MessageBuilder
ApplicationLinkUIService.authorisationRequest(ApplicationLink).| Modifier and Type | Method and Description |
|---|---|
ApplicationLinkUIService.MessageBuilder |
contentHtml(String contentHtml)
Adds custom content to the message.
|
ApplicationLinkUIService.MessageBuilder |
format(ApplicationLinkUIService.MessageFormat format)
Specifies whether to use a brief format (the default) or a banner format.
|
String |
getHtml()
Returns the message/banner as an HTML string.
|
ApplicationLinkUIService.MessageBuilder format(ApplicationLinkUIService.MessageFormat format)
format - a ApplicationLinkUIService.MessageFormat; cannot be nullApplicationLinkUIService.MessageBuilder contentHtml(String contentHtml)
contentHtml - an HTML string; cannot be nullString getHtml()
If using the ApplicationLinkUIService.MessageFormat.BANNER format (the default), this is a
<div> element; for the ApplicationLinkUIService.MessageFormat.INLINE format, it is a
<span>.
Copyright © 2020 Atlassian. All rights reserved.