Uses of Class
com.atlassian.greenhopper.upgrade.UpgradeVersionService.PluginRunInfo

Packages that use UpgradeVersionService.PluginRunInfo
com.atlassian.greenhopper.upgrade   
 

Uses of UpgradeVersionService.PluginRunInfo in com.atlassian.greenhopper.upgrade
 

Methods in com.atlassian.greenhopper.upgrade that return UpgradeVersionService.PluginRunInfo
 UpgradeVersionService.PluginRunInfo UpgradeVersionService.getCurrentPluginRunInfo()
           
 UpgradeVersionService.PluginRunInfo UpgradeVersionService.recordPluginStarted()
          Called to record when a plugin has started and at what version.
 

Methods in com.atlassian.greenhopper.upgrade that return types with arguments of type UpgradeVersionService.PluginRunInfo
 java.util.List<UpgradeVersionService.PluginRunInfo> UpgradeVersionService.getPluginRunHistory()
          This can be called to get a list of the history of a plugin running
 

Methods in com.atlassian.greenhopper.upgrade with parameters of type UpgradeVersionService.PluginRunInfo
 int UpgradeVersionService.PluginRunInfo.compareTo(UpgradeVersionService.PluginRunInfo that)
           
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.