Mura CMS 6.1

mura.autoUpdater
Class autoUpdater

railo-context.Component
        extended by mura.cfobject
            extended by mura.autoUpdater.autoUpdater

public class autoUpdater
extends cfobject

Constructor Summary
init(any configBean='', any fileWriter='')
 
Method Summary
 any getCurrentCompleteVersion(any siteid='')
 any getCurrentVersion(any siteid='')
 any getProductionData([any siteid=''])
 any getProductionVersion()
 any update(any siteID='')
 
Methods inherited from class mura.cfobject
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, getValue, initTracePoint, injectMethod, invokeMethod, removeValue, setValue, valueExists
 
Methods inherited from class railo-context.Component
 

Constructor Detail

init

public init(any configBean='', any fileWriter='')

Parameters:
configBean
fileWriter
Method Detail

getCurrentCompleteVersion

public any getCurrentCompleteVersion(any siteid='')

Parameters:
siteid

getCurrentVersion

public any getCurrentVersion(any siteid='')

Parameters:
siteid

getProductionData

public any getProductionData([any siteid=''])

Parameters:
siteid

getProductionVersion

public any getProductionVersion()


update

public any update(any siteID='')

Parameters:
siteID

Mura CMS 6.1