public class DeploymentExpiryConfig extends Object implements Serializable
Ideally this should be in bamboo-deployments but AdministrationConfiguration depends on this object.
Modifier and Type | Field and Description |
---|---|
static int |
MINIMUM_DEPLOYMENTS_TO_KEEP |
static long |
REMOVE_ALL_LOGS |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getDeploymentsToKeep() |
org.joda.time.Period |
getExpiryPeriod() |
Set<DeploymentExpiryType> |
getExpiryTypes() |
long |
getMaxIgnoredLogSize() |
int |
hashCode() |
boolean |
isExpiryEnabled() |
boolean |
shouldExpireDeploymentResultLogs() |
boolean |
shouldExpireDeploymentResults() |
boolean |
shouldExpireDeploymentVersionArtifacts() |
boolean |
shouldExpireDeploymentVersions() |
String |
toString() |
public static final long REMOVE_ALL_LOGS
public static final int MINIMUM_DEPLOYMENTS_TO_KEEP
public boolean isExpiryEnabled()
@NotNull public Set<DeploymentExpiryType> getExpiryTypes()
public org.joda.time.Period getExpiryPeriod()
public int getDeploymentsToKeep()
public long getMaxIgnoredLogSize()
public boolean shouldExpireDeploymentResultLogs()
public boolean shouldExpireDeploymentResults()
public boolean shouldExpireDeploymentVersionArtifacts()
public boolean shouldExpireDeploymentVersions()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.