Package | Description |
---|---|
com.atlassian.confluence.api.model.messages | |
com.atlassian.confluence.impl.hibernate.bulk |
Modifier and Type | Method and Description |
---|---|
SimpleMessage |
SimpleMessage.SimpleMessageBuilder.build() |
static SimpleMessage |
SimpleMessage.copyOf(Message message) |
static SimpleMessage |
SimpleMessage.withKeyAndArgs(String key,
Object... args)
Creates a new SimpleMessage with the given key and arguments.
|
static SimpleMessage |
SimpleMessage.withTranslation(String translation)
Used when a message only has a translated string at creation time, usually in English.
|
Modifier and Type | Method and Description |
---|---|
SimpleMessage |
BulkStatusReport.getStatus() |
Constructor and Description |
---|
BulkStatusReport(String destinationUrl,
SimpleMessage status,
List<BulkSimpleMessage> errors) |
Copyright © 2003–2020 Atlassian. All rights reserved.