Modifier and Type | Method and Description |
---|---|
static io.atlassian.fugue.Either<Message,MulticastClusterJoinConfig> |
MulticastClusterJoinConfig.createForAddress(InetAddress multicastAddress) |
static io.atlassian.fugue.Either<Message,MulticastClusterJoinConfig> |
MulticastClusterJoinConfig.createForConfig(InetAddress multicastAddress,
int multicastTTL,
int multicastPort) |
static io.atlassian.fugue.Either<Message,AWSClusterJoinConfig> |
AWSClusterJoinConfig.createForKeys(@Nullable String accessKey,
@Nullable String secretKey,
@Nullable String iamRole,
@Nullable String region,
@Nullable String hostHeader,
@Nullable String securityGroupName,
@Nullable String tagKey,
@Nullable String tagValue) |
static io.atlassian.fugue.Either<Message,TCPIPClusterJoinConfig> |
TCPIPClusterJoinConfig.createForPeers(List<String> peerAddresses) |
static io.atlassian.fugue.Either<Message,TCPIPClusterJoinConfig> |
TCPIPClusterJoinConfig.createForPeers(String peerAddressString) |
static com.atlassian.fugue.Either<Message,MulticastClusterJoinConfig> |
MulticastClusterJoinConfig.getForAddress(InetAddress multicastAddress)
Deprecated.
since 7.0.1. Use
MulticastClusterJoinConfig.createForAddress(InetAddress) |
static com.atlassian.fugue.Either<Message,MulticastClusterJoinConfig> |
MulticastClusterJoinConfig.getForConfig(InetAddress multicastAddress,
int multicastTTL,
int multicastPort)
Deprecated.
since 7.0.1. Use
MulticastClusterJoinConfig.createForConfig(InetAddress, int, int) |
static com.atlassian.fugue.Either<Message,AWSClusterJoinConfig> |
AWSClusterJoinConfig.getForKeys(@Nullable String accessKey,
@Nullable String secretKey,
@Nullable String iamRole,
@Nullable String region,
@Nullable String hostHeader,
@Nullable String securityGroupName,
@Nullable String tagKey,
@Nullable String tagValue)
Deprecated.
|
static com.atlassian.fugue.Either<Message,TCPIPClusterJoinConfig> |
TCPIPClusterJoinConfig.getForPeers(List<String> peerAddresses)
Deprecated.
since 7.0.1. Use
TCPIPClusterJoinConfig.createForPeers(List) |
static com.atlassian.fugue.Either<Message,TCPIPClusterJoinConfig> |
TCPIPClusterJoinConfig.getForPeers(String peerAddressString)
Deprecated.
since 7.0.1. Use
TCPIPClusterJoinConfig.createForPeers(String) |
Modifier and Type | Method and Description |
---|---|
Message |
FriendlyDateFormatter.getFormatMessage(Date date)
Returns the i18n message to format the given date relative to the "now" time passed to the constructor.
|
Modifier and Type | Method and Description |
---|---|
Message |
UnexpectedImportZipFileContents.getI18nMessage() |
Modifier and Type | Method and Description |
---|---|
Message |
SingleErrorJSONResult.getErrorMessage() |
Modifier and Type | Method and Description |
---|---|
Json |
I18nJsonator.convert(Message m) |
Modifier and Type | Method and Description |
---|---|
Message |
MacroParameter.getDescription() |
Message |
MacroBody.getDescription() |
Message |
MacroSummary.getDescription() |
Message |
MacroMetadata.getDescription() |
Message |
MacroParameter.getDisplayName() |
Message |
MacroCategory.getDisplayName() |
Message |
MacroPropertyPanelButton.getLabel() |
Message |
MacroBody.getLabel() |
Message |
MacroSummary.getTitle() |
Message |
MacroMetadata.getTitle() |
Modifier and Type | Method and Description |
---|---|
Map<String,Message> |
MacroParameter.getEnumMapValueName()
Deprecated.
since 6.7.3. Use
MacroParameter.getEnumToI18nKeyMapping() instead. |
Map<String,Message> |
MacroParameter.getEnumToI18nKeyMapping()
Returns a map of enum values with it alias.
|
Modifier and Type | Method and Description |
---|---|
String |
DefaultTemplateI18nHandler.translate(Message message) |
String |
TemplateI18nHandler.translate(Message message)
Translate a template i18n message to the correct String for the current site language.
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Maybe<Message> |
DefaultXsrfTokenService.validate(javax.servlet.http.HttpServletRequest request)
Deprecated.
since 7.0.1. Use
XsrfTokenService.validateToken(HttpServletRequest) |
com.atlassian.fugue.Maybe<Message> |
XsrfTokenService.validate(javax.servlet.http.HttpServletRequest request)
Deprecated.
since 7.0.1. Use
XsrfTokenService.validateToken(HttpServletRequest) |
default Optional<Message> |
XsrfTokenService.validateToken(javax.servlet.http.HttpServletRequest request)
Validate if the given request contains the token bound to the request's session.
|
Modifier and Type | Method and Description |
---|---|
Message |
Space.getDefaultHomepageTitle() |
Modifier and Type | Method and Description |
---|---|
List<Message> |
DefaultEditUserGroupAdministrator.getErrors() |
List<Message> |
EditUserGroupAdministrator.getErrors() |
Modifier and Type | Method and Description |
---|---|
static Message |
Message.getInstance(String key)
Constructs and returns an instance of a message with the given key and no arguments.
|
static Message |
Message.getInstance(String key,
List arguments)
Constructs and returns an instance of a message with the given key and arguments.
|
static Message |
Message.getInstance(String key,
Object... arguments)
Constructs and returns an instance of a message with the given key and arguments.
|
Modifier and Type | Method and Description |
---|---|
String |
DefaultI18NBean.getText(Message message) |
String |
I18NBean.getText(Message message)
Gets the i18n text for the specified message, formatting the message's value and arguments with
MessageFormat . |
Modifier and Type | Method and Description |
---|---|
List<Message> |
MessageHolder.getActionErrors() |
List<Message> |
DefaultMessageHolder.getActionErrors() |
List<Message> |
MessageHolder.getActionInfos() |
List<Message> |
DefaultMessageHolder.getActionInfos() |
List<Message> |
DefaultMessageHolder.getActionMessages(MessageLevel level) |
List<Message> |
MessageHolder.getActionSuccesses() |
List<Message> |
DefaultMessageHolder.getActionSuccesses() |
List<Message> |
MessageHolder.getActionWarnings() |
List<Message> |
DefaultMessageHolder.getActionWarnings() |
Map<String,List<Message>> |
MessageHolder.getFieldErrors() |
Map<String,List<Message>> |
DefaultMessageHolder.getFieldErrors() |
Copyright © 2003–2020 Atlassian. All rights reserved.