|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.it.Database
public class Database
| Nested Class Summary | |
|---|---|
static class |
Database.Product
|
| Constructor Summary | |
|---|---|
Database()
|
|
| Method Summary | |
|---|---|
static java.util.Date |
getNextSyncDate()
|
static boolean |
isProduct(Database.Product product)
|
static void |
pause()
Pause for TestProperties.PAUSE_MILLIS. |
static void |
pauseUntilNextSyncDate(java.util.Date nextSyncDate)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Database()
| Method Detail |
|---|
public static boolean isProduct(Database.Product product)
public static java.util.Date getNextSyncDate()
public static void pauseUntilNextSyncDate(java.util.Date nextSyncDate)
public static void pause()
TestProperties.PAUSE_MILLIS. This generally pauses for the shortest duration possible, which
depends on the granularity of the time format that the database uses.
TimeUtils.pause(long)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||