Class Database

java.lang.Object
com.atlassian.confluence.it.Database

@Deprecated public class Database extends Object
Deprecated.
Please use confluence-test-utils module instead. See {com.atlassian.confluence.test.utils.Database} alternative
  • Constructor Details

    • Database

      public Database()
      Deprecated.
  • Method Details

    • isProduct

      public static boolean isProduct(Database.Product product)
      Deprecated.
    • getNextSyncDate

      public static Date getNextSyncDate()
      Deprecated.
    • pauseUntilNextSyncDate

      public static void pauseUntilNextSyncDate(Date nextSyncDate)
      Deprecated.
    • pause

      public static void pause()
      Deprecated.
      Pause for TestProperties.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)