Package | Description |
---|---|
com.atlassian.bitbucket.i18n | |
com.atlassian.bitbucket.mail | |
com.atlassian.bitbucket.permission |
Modifier and Type | Method and Description |
---|---|
KeyedMessage |
I18nService.getKeyedText(I18nKey i18nKey)
Given an
I18nKey it returns:
a KeyedMessage that composes the localized and formatted message for the current locale,
the localized and formatted message for the root locale and the original key for the message. |
String |
I18nService.getMessage(I18nKey key)
Given a
key it returns:
the localized text formatted with the given arguments if the key can be resolved. |
Modifier and Type | Method and Description |
---|---|
I18nKey |
SoyMailMessageRequest.getSubjectKey() |
Modifier and Type | Method and Description |
---|---|
SoyMailMessageRequest.Builder |
SoyMailMessageRequest.Builder.subjectKey(I18nKey value) |
Modifier and Type | Method and Description |
---|---|
I18nKey |
PermissionI18n.description() |
I18nKey |
PermissionI18n.name() |
I18nKey |
PermissionI18n.shortName() |
Copyright © 2022 Atlassian. All rights reserved.