Uses of Class
com.atlassian.bamboo.persister.PersisterException
-
Packages that use PersisterException Package Description 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 Modifier and Type Method Description void
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
Methods in com.atlassian.bamboo.persister.file that throw PersisterException Modifier and Type Method Description void
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
Methods in com.atlassian.bamboo.persister.xstream that throw PersisterException Modifier and Type Method Description @Nullable AdministrationConfiguration
XStreamAdminConfigPersister. loadConfiguration()
Load theAdministrationConfiguration
from the myConfigurationDirectory.void
XStreamAdminConfigPersister. saveConfiguration(AdministrationConfiguration administrationConfiguration)
Save the given administrationConfiguration in the myConfigurationDirectory.
-