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(ImmutableBuildable buildable,
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
|
BuildResults |
CachedBuildPersisterDecorator.loadBuildResults(String planKey,
Integer buildNumber)
Deprecated.
since 5.11, use
CachedBuildPersisterDecorator.loadBuildResults(Key, int) instead |
void |
CachedBuildPersisterDecorator.saveBuildResults(ImmutableBuildable buildable,
BuildResults buildResults)
Simply pass this request onto the parent
|
Modifier and Type | Method and Description |
---|---|
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(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
|
BuildResults |
XStreamBuildPersister.loadBuildResults(String planKey,
Integer buildNumber)
Deprecated.
since 5.11, use
XStreamBuildPersister.loadBuildResults(Key, int) instead |
BuildResults |
BuildPersisterDecorator.loadBuildResults(String planKey,
Integer buildNumber)
Deprecated.
since 5.11, use
BuildPersisterDecorator.loadBuildResults(Key, int) instead |
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
|
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 © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.