|
||||||||||
| 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(ImmutableBuildable 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 |
void |
CachedBuildPersisterDecorator.saveBuildResults(ImmutableBuildable buildable,
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 | |
|---|---|
void |
XStreamBuildPersister.deleteBuildResults(ImmutableBuildable buildable,
long buildNumber)
Remove the build files for the given build buildNumber. |
void |
BuildPersisterDecorator.deleteBuildResults(ImmutableBuildable 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(ImmutableBuildable buildable,
BuildResults buildResults)
Save the build results |
void |
BuildPersisterDecorator.saveBuildResults(ImmutableBuildable 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 | |||||||||