Uses of Class
com.atlassian.bamboo.persister.PersisterException

Packages that use PersisterException
com.atlassian.bamboo.legacy   
com.atlassian.bamboo.persister   
com.atlassian.bamboo.persister.file   
com.atlassian.bamboo.persister.xstream   
com.atlassian.bamboo.upgrader   
 

Uses of PersisterException in com.atlassian.bamboo.legacy
 

Methods in com.atlassian.bamboo.legacy that throw PersisterException
 void LegacyXStreamPersisterBuild110.deleteBuild(Build build)
          Remove the given build's persisted files
 void LegacyXStreamPersisterBuild110.deleteBuildResults(Build build, long buildNumber)
          Remove the build files for the given build buildNumber.
 File LegacyXStreamPersisterBuild110.getBuildResultsFile(Build build, long buildNumber)
           
 BuildResults LegacyXStreamPersisterBuild110.loadBuildResults(Build build, long buildNumber)
          Load the build buildresults for the given build number
 Collection LegacyXStreamPersisterBuild110.loadBuilds()
           
 Build LegacyXStreamPersisterBuild110.loadBuilds(String buildName)
          Load the given build from an xml file.
 void LegacyXStreamPersisterBuild110.saveBuild(Build build)
          Save the supplied build
 void LegacyXStreamPersisterBuild110.saveBuildResults(Build build, BuildResults buildResults)
          Save the build results
 

Uses of PersisterException in com.atlassian.bamboo.persister
 

Methods in com.atlassian.bamboo.persister that throw PersisterException
 void CachedBuildPersisterDecorator.deleteBuild(Build build)
          Remove the build from the internal cache and pass it along to the parent to do the actual deleting
 void CachedBuildPersisterDecorator.deleteBuildResults(Build build, long buildNumber)
          Remove a specific build build
 BuildResults CachedBuildPersisterDecorator.loadBuildResults(Build build, long buildNumber)
          Cache the build results so that the least used results get purged
 Collection CachedBuildPersisterDecorator.loadBuilds()
          Obtain the list of build's currently in the cache
 Build CachedBuildPersisterDecorator.loadBuilds(String buildName)
          Tries to load the requested build from the cache.
 AdministrationConfiguration AdministrationConfigurationPersister.loadConfiguation()
          Load the AdministrationConfiguration from the configurationDirectory.
 void CachedBuildPersisterDecorator.saveBuild(Build build)
          Save the build in the internal cache and pass it along to the parent to do the actual saving
 void CachedBuildPersisterDecorator.saveBuildResults(Build build, BuildResults buildResults)
          Simply pass this request onto the parent
 void AdministrationConfigurationPersister.saveConfiguration(AdministrationConfiguration administrationConfiguration)
          Save the given administrationConfiguration in the configurationDirectory.
 

Uses of PersisterException in com.atlassian.bamboo.persister.file
 

Methods in com.atlassian.bamboo.persister.file that throw PersisterException
 void BuildPersisterDecorator.deleteBuild(Build build)
          Remove the persisted date for the given build.
 void XStreamBuildPersister.deleteBuild(Build build)
          Remove the given build's persisted files
 void BuildPersisterDecorator.deleteBuildResults(Build build, long buildNumber)
          Remove a specific build result
 void XStreamBuildPersister.deleteBuildResults(Build build, long buildNumber)
          Remove the build files for the given build buildNumber.
 File XStreamBuildPersister.getBuildResultsFileInDatedFormat(Build build, long buildNumber)
           
 BuildResults BuildPersisterDecorator.loadBuildResults(Build build, long buildNumber)
          Load the given build's buildNumber'th build results
 BuildResults XStreamBuildPersister.loadBuildResults(Build build, long buildNumber)
          Load the build buildresults for the given build number
 Collection BuildPersisterDecorator.loadBuilds()
          Get all the persisted builds
 Collection XStreamBuildPersister.loadBuilds()
           
 Build BuildPersisterDecorator.loadBuilds(String buildName)
          Load the persisted build with the given build name
 Build XStreamBuildPersister.loadBuilds(String buildName)
          Load the given build from an xml file.
 void BuildPersisterDecorator.saveBuild(Build build)
          Persist the given Build
 void XStreamBuildPersister.saveBuild(Build build)
          Save the supplied build
 void BuildPersisterDecorator.saveBuildResults(Build build, BuildResults buildResults)
          Save the given build's given buildResults
 void XStreamBuildPersister.saveBuildResults(Build build, BuildResults buildResults)
          Save the build results
 

Uses of PersisterException in com.atlassian.bamboo.persister.xstream
 

Methods in com.atlassian.bamboo.persister.xstream that throw PersisterException
 AdministrationConfiguration XStreamAdminConfigPersister.loadConfiguation()
          Load the AdministrationConfiguration from the myConfigurationDirectory.
 void XStreamAdminConfigPersister.saveConfiguration(AdministrationConfiguration administrationConfiguration)
          Save the given administrationConfiguration in the myConfigurationDirectory.
 

Uses of PersisterException in com.atlassian.bamboo.upgrader
 

Methods in com.atlassian.bamboo.upgrader that throw PersisterException
 void LegacyPersister.deleteBuild(Build build)
          Remove the given build's persisted files
 void LegacyPersister.deleteBuildResults(Build build, long buildNumber)
          Remove the build files for the given build buildNumber.
 File LegacyPersister.getBuildResultsFile(Build build, long buildNumber)
           
 File LegacyPersister.getBuildResultsFileInDatedFormat(Build build, long buildNumber)
           
 BuildResults LegacyPersister.loadBuildResults(Build build, long buildNumber)
          Load the build buildresults for the given build number
 Collection LegacyPersister.loadBuilds()
           
 Build LegacyPersister.loadBuilds(String buildName)
          Load the given build from an xml file.
 void LegacyPersister.saveBuild(Build build)
          Save the supplied build
 void LegacyPersister.saveBuildResults(Build build, BuildResults buildResults)
          Save the build results
 



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.