Uses of Class
com.atlassian.bamboo.persister.PersisterException
Packages that use PersisterException
Package
Description
-
Uses of PersisterException in com.atlassian.bamboo.persister
Methods in com.atlassian.bamboo.persister that throw PersisterExceptionModifier and TypeMethodDescriptionvoidCachedBuildPersisterDecorator.deleteBuildResults(PlanKey planKey, long buildNumber) Remove a specific build build@Nullable BuildResultsCachedBuildPersisterDecorator.loadBuildResults(Key planKey, int buildNumber) Cache the build results so that the least used results get purgedvoidCachedBuildPersisterDecorator.saveBuildResults(PlanKey planKey, BuildResults buildResults) Simply pass this request onto the parent -
Uses of PersisterException in com.atlassian.bamboo.persister.file
Methods in com.atlassian.bamboo.persister.file that throw PersisterExceptionModifier and TypeMethodDescriptionvoidBuildPersisterDecorator.deleteBuildResults(PlanKey planKey, long buildNumber) Remove a specific build resultvoidXStreamBuildPersister.deleteBuildResults(PlanKey planKey, long buildNumber) Remove the build files for the given build buildNumber.@Nullable BuildResultsBuildPersisterDecorator.loadBuildResults(Key planKey, int buildNumber) Load the given build's buildNumber'th build results@Nullable BuildResultsXStreamBuildPersister.loadBuildResults(Key planKey, int buildNumber) Load the build buildresults for the given build numbervoidBuildPersisterDecorator.saveBuildResults(PlanKey planKey, BuildResults buildResults) Save the given build's given buildResultsvoidXStreamBuildPersister.saveBuildResults(PlanKey planKey, BuildResults buildResults) Save the build results -
Uses of PersisterException in com.atlassian.bamboo.persister.xstream
Methods in com.atlassian.bamboo.persister.xstream that throw PersisterExceptionModifier and TypeMethodDescription@Nullable AdministrationConfigurationXStreamAdminConfigPersister.loadConfiguration()Load theAdministrationConfigurationfrom the myConfigurationDirectory.voidXStreamAdminConfigPersister.saveConfiguration(AdministrationConfiguration administrationConfiguration) Save the given administrationConfiguration in the myConfigurationDirectory.