com.atlassian.confluence.it
Class Database

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

public class Database
extends Object


Nested Class Summary
static class Database.Product
           
 
Constructor Summary
Database()
           
 
Method Summary
static Date getNextSyncDate()
           
static boolean isProduct(Database.Product product)
           
static void pause()
          Pause for TestProperties.PAUSE_MILLIS.
static void pauseUntilNextSyncDate(Date nextSyncDate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Database

public Database()
Method Detail

isProduct

public static boolean isProduct(Database.Product product)

getNextSyncDate

public static Date getNextSyncDate()

pauseUntilNextSyncDate

public static void pauseUntilNextSyncDate(Date nextSyncDate)

pause

public static void pause()
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)


Copyright © 2003-2012 Atlassian. All Rights Reserved.