Uses of Class
com.atlassian.confluence.api.model.messages.SimpleMessage
-
Packages that use SimpleMessage Package Description com.atlassian.confluence.api.model.messages com.atlassian.confluence.impl.hibernate.bulk -
-
Uses of SimpleMessage in com.atlassian.confluence.api.model.messages
Methods in com.atlassian.confluence.api.model.messages that return SimpleMessage Modifier and Type Method Description SimpleMessageSimpleMessage.SimpleMessageBuilder. build()static SimpleMessageSimpleMessage. copyOf(Message message)static SimpleMessageSimpleMessage. withKeyAndArgs(String key, Object... args)Creates a new SimpleMessage with the given key and arguments.static SimpleMessageSimpleMessage. withTranslation(String translation)Used when a message only has a translated string at creation time, usually in English. -
Uses of SimpleMessage in com.atlassian.confluence.impl.hibernate.bulk
Methods in com.atlassian.confluence.impl.hibernate.bulk that return SimpleMessage Modifier and Type Method Description SimpleMessageBulkStatusReport. getStatus()Constructors in com.atlassian.confluence.impl.hibernate.bulk with parameters of type SimpleMessage Constructor Description BulkStatusReport(String destinationUrl, SimpleMessage status, List<BulkSimpleMessage> errors)
-