|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.deleteBuildResults(Buildable buildable,
long buildNumber)
Remove a specific build build |
BuildResults |
CachedBuildPersisterDecorator.loadBuildResults(java.lang.String planKey,
java.lang.Integer buildNumber)
Cache the build results so that the least used results get purged |
AdministrationConfiguration |
AdministrationConfigurationPersister.loadConfiguation()
Load the AdministrationConfiguration from the configurationDirectory. |
void |
CachedBuildPersisterDecorator.saveBuildResults(Buildable buildable,
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.deleteBuildResults(Buildable buildable,
long buildNumber)
Remove the build files for the given build buildNumber. |
void |
BuildPersisterDecorator.deleteBuildResults(Buildable buildable,
long buildNumber)
Remove a specific build result |
BuildResults |
XStreamBuildPersister.loadBuildResults(java.lang.String planKey,
java.lang.Integer buildNumber)
Load the build buildresults for the given build number |
BuildResults |
BuildPersisterDecorator.loadBuildResults(java.lang.String planKey,
java.lang.Integer buildNumber)
Load the given build's buildNumber'th build results |
void |
XStreamBuildPersister.saveBuildResults(Buildable buildable,
BuildResults buildResults)
Save the build results |
void |
BuildPersisterDecorator.saveBuildResults(Buildable buildable,
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |