@Immutable public class StorageLimits extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_HARD_LIMIT_GB |
static int |
DEFAULT_SOFT_LIMIT_GB |
| Constructor and Description |
|---|
StorageLimits(int softLimit,
int hardLimit) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHardLimit()
When Bamboo uses more than hard limit on local hard drive for artifact storage then warning will be shown for admin
|
int |
getSoftLimit()
When Bamboo uses more than soft limit on local hard drive for artifact storage then warning will be shown for admin
|
public static final int DEFAULT_SOFT_LIMIT_GB
public static final int DEFAULT_HARD_LIMIT_GB
public StorageLimits(int softLimit,
int hardLimit)
softLimit - in GbhardLimit - in Gbpublic int getSoftLimit()
public int getHardLimit()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.