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 |
---|---|
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.
|
Constructor and Description |
---|
EventWaitingLatch(Class eventClass,
TimePeriod timeout,
ConfluenceRpc rpc)
Deprecated.
since 5.2 use
EventWaitingLatch.EventWaitingLatch(String, TimePeriod, ConfluenceRpc) instead, since
acceptance test code should not have a compile-time depency |
EventWaitingLatch(String eventClassName,
TimePeriod timeout,
ConfluenceRpc rpc) |
Modifier and Type | Method and Description |
---|---|
static void |
TimeUtils.pause(TimePeriod period) |
Copyright © 2003–2015 Atlassian. All rights reserved.