Package | Description |
---|---|
com.atlassian.bamboo.persister | |
com.atlassian.bamboo.persister.file | |
com.atlassian.bamboo.persister.xstream |
Modifier and Type | Method and Description |
---|---|
void |
CachedBuildPersisterDecorator.deleteBuildResults(PlanKey planKey,
long buildNumber)
Remove a specific build build
|
BuildResults |
CachedBuildPersisterDecorator.loadBuildResults(Key planKey,
int buildNumber)
Cache the build results so that the least used results get purged
|
void |
CachedBuildPersisterDecorator.saveBuildResults(PlanKey planKey,
BuildResults buildResults)
Simply pass this request onto the parent
|
Modifier and Type | Method and Description |
---|---|
void |
XStreamBuildPersister.deleteBuildResults(PlanKey planKey,
long buildNumber)
Remove the build files for the given build buildNumber.
|
void |
BuildPersisterDecorator.deleteBuildResults(PlanKey planKey,
long buildNumber)
Remove a specific build result
|
BuildResults |
XStreamBuildPersister.loadBuildResults(Key planKey,
int buildNumber)
Load the build buildresults for the given build number
|
BuildResults |
BuildPersisterDecorator.loadBuildResults(Key planKey,
int buildNumber)
Load the given build's buildNumber'th build results
|
void |
XStreamBuildPersister.saveBuildResults(PlanKey planKey,
BuildResults buildResults)
Save the build results
|
void |
BuildPersisterDecorator.saveBuildResults(PlanKey planKey,
BuildResults buildResults)
Save the given build's given buildResults
|
Modifier and Type | Method and Description |
---|---|
AdministrationConfiguration |
XStreamAdminConfigPersister.loadConfiguation()
Load the
AdministrationConfiguration from the myConfigurationDirectory. |
void |
XStreamAdminConfigPersister.saveConfiguration(AdministrationConfiguration administrationConfiguration)
Save the given administrationConfiguration in the myConfigurationDirectory.
|
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.