| java.lang.Object |
| ↳ |
com.atlassian.core.bean.EntityObject |
| |
↳ |
com.atlassian.confluence.core.VersionHistory |
Class Overview
A record of an upgrade performed on Confluence. The most recent VersionHistory object will tell us what
version the database has been upgraded to.
Summary
|
[Expand]
Inherited Methods |
From class
com.atlassian.core.bean.EntityObject
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
Date
|
getCreationDate()
|
|
Date
|
getCurrentDate()
|
|
long
|
getId()
|
|
Date
|
getLastModificationDate()
|
|
int
|
hashCode()
|
|
void
|
setClock(Clock arg0)
|
|
void
|
setCreationDate(Date arg0)
|
|
void
|
setId(long arg0)
|
|
void
|
setLastModificationDate(Date arg0)
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Public Constructors
public
VersionHistory
(int buildNumber, Date installationDate)
public
VersionHistory
(int buildNumber, Date installationDate, String versionTag)
Public Methods
public
int
getBuildNumber
()
public
Date
getInstallationDate
()
public
String
getVersionTag
()
public
void
setBuildNumber
(int buildNumber)
public
void
setInstallationDate
(Date installationDate)
public
void
setVersionTag
(String versionTag)