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

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

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
 java.util.Collection CachedBuildPersisterDecorator.loadBuilds()
          Obtain the list of build's currently in the cache
 Build CachedBuildPersisterDecorator.loadBuilds(java.lang.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 XStreamBuildPersister.deleteBuild(Build build)
          Remove the given build's persisted files
 void BuildPersisterDecorator.deleteBuild(Build build)
          Remove the persisted date for the given build.
 void XStreamBuildPersister.deleteBuildResults(Build build, long buildNumber)
          Remove the build files for the given build buildNumber.
 void BuildPersisterDecorator.deleteBuildResults(Build build, long buildNumber)
          Remove a specific build result
 BuildResults XStreamBuildPersister.loadBuildResults(Build build, long buildNumber)
          Load the build buildresults for the given build number
 BuildResults BuildPersisterDecorator.loadBuildResults(Build build, long buildNumber)
          Load the given build's buildNumber'th build results
 java.util.Collection XStreamBuildPersister.loadBuilds()
           
 java.util.Collection BuildPersisterDecorator.loadBuilds()
          Get all the persisted builds
 Build XStreamBuildPersister.loadBuilds(java.lang.String buildName)
          Load the given build from an xml file.
 Build BuildPersisterDecorator.loadBuilds(java.lang.String buildName)
          Load the persisted build with the given build name
 void XStreamBuildPersister.saveBuild(Build build)
          Save the supplied build
 void BuildPersisterDecorator.saveBuild(Build build)
          Persist the given Build
 void XStreamBuildPersister.saveBuildResults(Build build, BuildResults buildResults)
          Save the build results
 void BuildPersisterDecorator.saveBuildResults(Build build, BuildResults buildResults)
          Save the given build's given buildResults
 

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.
 



Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.