com.atlassian.confluence.core
Class VersionHistory
java.lang.Object
com.atlassian.core.bean.EntityObject
com.atlassian.confluence.core.VersionHistory
- All Implemented Interfaces:
- NotExportable, Cloneable
public class VersionHistory
- extends com.atlassian.core.bean.EntityObject
- implements NotExportable
A record of an upgrade performed on Confluence. The most recent VersionHistory object will tell us what
version the database has been upgraded to.
Methods inherited from class com.atlassian.core.bean.EntityObject |
clone, equals, getCreationDate, getCurrentDate, getId, getLastModificationDate, hashCode, setClock, setCreationDate, setId, setLastModificationDate |
VersionHistory
public VersionHistory()
VersionHistory
public VersionHistory(int buildNumber,
Date installationDate)
VersionHistory
public VersionHistory(int buildNumber,
Date installationDate,
String versionTag)
getBuildNumber
public int getBuildNumber()
setBuildNumber
public void setBuildNumber(int buildNumber)
getInstallationDate
public Date getInstallationDate()
setInstallationDate
public void setInstallationDate(Date installationDate)
getVersionTag
public String getVersionTag()
setVersionTag
public void setVersionTag(String versionTag)