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() |
Collection<BuildExpiryType> |
BuildExpiryConfig.getBuildExpiryTypes() |
Modifier and Type | Method and Description |
---|---|
static String |
CombinedExpiryConfig.getExpiryTypeLabelKey(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 © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.