@Deprecated public class Database extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Database.Product
Deprecated.
|
Constructor and Description |
---|
Database()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Date |
getNextSyncDate()
Deprecated.
|
static boolean |
isProduct(Database.Product product)
Deprecated.
|
static void |
pause()
Deprecated.
Pause for
TestProperties.PAUSE_MILLIS . |
static void |
pauseUntilNextSyncDate(Date nextSyncDate)
Deprecated.
|
public static boolean isProduct(Database.Product product)
public static Date getNextSyncDate()
public static void pauseUntilNextSyncDate(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)
Copyright © 2003–2016 Atlassian. All rights reserved.