Package com.atlassian.confluence.it
Class Database
java.lang.Object
com.atlassian.confluence.it.Database
Deprecated.
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.utils.Database} alternative
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DateDeprecated.static booleanisProduct(Database.Product product) Deprecated.static voidpause()Deprecated.Pause forTestProperties.PAUSE_MILLIS.static voidpauseUntilNextSyncDate(Date nextSyncDate) Deprecated.
-
Constructor Details
-
Database
public Database()Deprecated.
-
-
Method Details
-
isProduct
Deprecated. -
getNextSyncDate
Deprecated. -
pauseUntilNextSyncDate
Deprecated. -
pause
public static void pause()Deprecated.Pause forTestProperties.PAUSE_MILLIS. This generally pauses for the shortest duration possible, which depends on the granularity of the time format that the database uses.- See Also:
-
TimeUtils.pause(long)
-