Package | Description |
---|---|
com.atlassian.confluence.it | |
com.atlassian.confluence.it.export | |
com.atlassian.confluence.it.rpc | |
com.atlassian.confluence.util |
Modifier and Type | Field and Description |
---|---|
static TimePeriod |
TestProperties.PAUSE_ATTACHMENT_NAMING
Deprecated.
|
static TimePeriod |
TestProperties.PAUSE_LONGTASK
Deprecated.
|
static TimePeriod |
TestProperties.PAUSE_REINDEX
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ReIndexJobHelper.waitForPossibleReindex(@NonNull ConfluenceRpc rpc,
@NonNull TimePeriod period,
@Nullable Runnable runnable)
Waits for a possible rebuild of the index.
|
static <T> T |
PollingChangeTracker.waitUntil(String reason,
com.atlassian.util.concurrent.Supplier<T> supplier,
org.hamcrest.Matcher<? super T> matcher,
TimePeriod timeout) |
static <T> T |
PollingChangeTracker.waitUntil(String reason,
com.atlassian.util.concurrent.Supplier<T> supplier,
org.hamcrest.Matcher<? super T> matcher,
TimePeriod timeout,
TimePeriod pollingTimePeriod) |
Modifier and Type | Field and Description |
---|---|
static TimePeriod |
Importer.DEFAULT_TIMEOUT |
static TimePeriod |
Importer.LONG_TIMEOUT |
static TimePeriod |
Importer.RIDICULOUSLY_LONG_TIMEOUT |
Modifier and Type | Method and Description |
---|---|
void |
Importer.importGlobalBackup(File backupFile,
TimePeriod importTimeout,
DirectoryConfiguration directoryConfig,
AdminConsole adminConsole)
Perform a site import via the web ui.
|
void |
Importer.importGlobalBackupAndWaitForReindex(File backupFile,
TimePeriod importTimeout,
DirectoryConfiguration directoryConfig,
AdminConsole adminConsole) |
void |
Importer.importSpaceBackup(File backupFile,
TimePeriod importTimeout)
Import an xml exported space from the classpath into Confluence via the web ui.
|
void |
Importer.importSpaceBackup(File backupFile,
TimePeriod importTimeout,
boolean buildIndex)
Same as
Importer.importSpaceBackup(File, TimePeriod) but lets you select whether "build index" checkbox should be set |
Constructor and Description |
---|
EventWaitingLatch(@NonNull String eventClassName,
@NonNull TimePeriod timeout,
@NonNull ConfluenceRpc rpc) |
Modifier and Type | Method and Description |
---|---|
static void |
TimeUtils.pause(TimePeriod period) |
Copyright © 2003–2021 Atlassian. All rights reserved.