com.atlassian.confluence.core
Class VersionHistory

java.lang.Object
  extended bycom.atlassian.core.bean.EntityObject
      extended bycom.atlassian.confluence.core.VersionHistory
All Implemented Interfaces:
Cloneable

public class VersionHistory
extends EntityObject

A record of an upgrade performed on Confluence. The most recent VersionHistory object will tell us what version the database has been upgraded to.


Constructor Summary
VersionHistory()
           
VersionHistory(int buildNumber, Date installationDate)
           
VersionHistory(int buildNumber, Date installationDate, String versionTag)
           
 
Method Summary
 int getBuildNumber()
           
 Date getInstallationDate()
           
 String getVersionTag()
           
 void setBuildNumber(int buildNumber)
           
 void setInstallationDate(Date installationDate)
           
 void setVersionTag(String versionTag)
           
 
Methods inherited from class com.atlassian.core.bean.EntityObject
clone, equals, getCreationDate, getCurrentDate, getId, getLastModificationDate, hashCode, setClock, setCreationDate, setId, setLastModificationDate
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionHistory

public VersionHistory()

VersionHistory

public VersionHistory(int buildNumber,
                      Date installationDate)

VersionHistory

public VersionHistory(int buildNumber,
                      Date installationDate,
                      String versionTag)
Method Detail

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)


Confluence is developed by Atlassian.