Uses of Class
com.atlassian.bamboo.persister.PersisterException
Package
Description
-
Uses of PersisterException in com.atlassian.bamboo.persister
Modifier and TypeMethodDescriptionvoid
CachedBuildPersisterDecorator.deleteBuildResults
(PlanKey planKey, long buildNumber) Remove a specific build build@Nullable BuildResults
CachedBuildPersisterDecorator.loadBuildResults
(Key planKey, int buildNumber) Cache the build results so that the least used results get purgedvoid
CachedBuildPersisterDecorator.saveBuildResults
(PlanKey planKey, BuildResults buildResults) Simply pass this request onto the parent -
Uses of PersisterException in com.atlassian.bamboo.persister.file
Modifier and TypeMethodDescriptionvoid
BuildPersisterDecorator.deleteBuildResults
(PlanKey planKey, long buildNumber) Remove a specific build resultvoid
XStreamBuildPersister.deleteBuildResults
(PlanKey planKey, long buildNumber) Remove the build files for the given build buildNumber.@Nullable BuildResults
BuildPersisterDecorator.loadBuildResults
(Key planKey, int buildNumber) Load the given build's buildNumber'th build results@Nullable BuildResults
XStreamBuildPersister.loadBuildResults
(Key planKey, int buildNumber) Load the build buildresults for the given build numbervoid
BuildPersisterDecorator.saveBuildResults
(PlanKey planKey, BuildResults buildResults) Save the given build's given buildResultsvoid
XStreamBuildPersister.saveBuildResults
(PlanKey planKey, BuildResults buildResults) Save the build results -
Uses of PersisterException in com.atlassian.bamboo.persister.xstream
Modifier and TypeMethodDescription@Nullable AdministrationConfiguration
XStreamAdminConfigPersister.loadConfiguration()
Load theAdministrationConfiguration
from the myConfigurationDirectory.void
XStreamAdminConfigPersister.saveConfiguration
(AdministrationConfiguration administrationConfiguration) Save the given administrationConfiguration in the myConfigurationDirectory.