Uses of Class
com.atlassian.confluence.util.TimePeriod
-
Packages that use TimePeriod Package Description com.atlassian.confluence.it com.atlassian.confluence.it.export com.atlassian.confluence.it.rpc com.atlassian.confluence.util -
-
Uses of TimePeriod in com.atlassian.confluence.it
Fields in com.atlassian.confluence.it declared as TimePeriod Modifier and Type Field Description static TimePeriod
TestProperties. PAUSE_ATTACHMENT_NAMING
Deprecated.static TimePeriod
TestProperties. PAUSE_LONGTASK
Deprecated.static TimePeriod
TestProperties. PAUSE_REINDEX
Deprecated.Methods in com.atlassian.confluence.it with parameters of type TimePeriod Modifier and Type Method 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)
-
Uses of TimePeriod in com.atlassian.confluence.it.export
Fields in com.atlassian.confluence.it.export declared as TimePeriod Modifier and Type Field Description static TimePeriod
Importer. DEFAULT_TIMEOUT
static TimePeriod
Importer. LONG_TIMEOUT
static TimePeriod
Importer. RIDICULOUSLY_LONG_TIMEOUT
Methods in com.atlassian.confluence.it.export with parameters of type TimePeriod Modifier and Type Method 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 asImporter.importSpaceBackup(File, TimePeriod)
but lets you select whether "build index" checkbox should be set -
Uses of TimePeriod in com.atlassian.confluence.it.rpc
Constructors in com.atlassian.confluence.it.rpc with parameters of type TimePeriod Constructor Description EventWaitingLatch(@NonNull String eventClassName, @NonNull TimePeriod timeout, @NonNull ConfluenceRpc rpc)
-
Uses of TimePeriod in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util with parameters of type TimePeriod Modifier and Type Method Description static void
TimeUtils. pause(TimePeriod period)
-