| Package | Description |
|---|---|
| com.atlassian.bamboo.build.expiry |
| Modifier and Type | Field and Description |
|---|---|
static BuildExpiryType |
BuildExpiryType.ARTIFACT_BUILD_EXPIRY_TYPE |
static BuildExpiryType |
BuildExpiryType.BUILD_LOG_EXPIRY_TYPE |
static BuildExpiryType |
BuildExpiryType.NOTHING_BUILD_EXPIRY_TYPE |
static BuildExpiryType |
BuildExpiryType.RESULTS_BUILD_EXPIRY_TYPE |
| Modifier and Type | Field and Description |
|---|---|
static List<BuildExpiryType> |
BuildExpiryType.TYPES |
| Modifier and Type | Method and Description |
|---|---|
List<BuildExpiryType> |
BuildExpiryAction.getBuildExpiryTypes() |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull String |
CombinedExpiryConfig.getExpiryTypeLabelKey(@NotNull BuildExpiryType buildExpiryType,
boolean withDeployments) |
| Modifier and Type | Method and Description |
|---|---|
void |
BuildExpiryConfig.setBuildExpiryTypes(Collection<BuildExpiryType> expiryTypes) |
| Constructor and Description |
|---|
BuildExpiryConfig(Collection<BuildExpiryType> expiryType,
int duration,
String period,
int buildsToKeep) |
BuildExpiryConfig(Collection<BuildExpiryType> expiryType,
int duration,
String period,
int buildsToKeep,
String labelsToKeep) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.