Uses of Class
com.atlassian.confluence.it.TimePeriod
Package
Description
-
Uses of TimePeriod in com.atlassian.confluence.it
Modifier and TypeFieldDescriptionstatic final TimePeriod
TestProperties.PAUSE_ATTACHMENT_NAMING
Deprecated.static final TimePeriod
TestProperties.PAUSE_LONGTASK
Deprecated.static final TimePeriod
TestProperties.PAUSE_REINDEX
Deprecated.Modifier and TypeMethodDescriptionstatic void
TimeUtils.pause
(TimePeriod period) Deprecated, for removal: This API element is subject to removal in a future version.void
ReIndexJobHelper.waitForPossibleReindex
(@NonNull ConfluenceRpc rpc, @NonNull TimePeriod timeout, @Nullable Runnable runnable) Waits for a possible rebuild of the index. -
Uses of TimePeriod in com.atlassian.confluence.it.export
Modifier and TypeFieldDescriptionstatic final TimePeriod
Importer.DEFAULT_TIMEOUT
static final TimePeriod
Importer.LONG_TIMEOUT
static final TimePeriod
Importer.RIDICULOUSLY_LONG_TIMEOUT
Modifier and TypeMethodDescriptionvoid
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 asImporter.importSpaceBackup(File, TimePeriod)
but lets you select whether "build index" checkbox should be set -
Uses of TimePeriod in com.atlassian.confluence.it.rpc
ModifierConstructorDescriptionEventWaitingLatch
(@NonNull String eventClassName, @NonNull TimePeriod timeout, @NonNull ConfluenceRpc rpc)