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