public class RetentionRuleValidator extends Object
| Modifier and Type | Field and Description |
|---|---|
static Integer |
MAX_AGE_LOWER_LIMIT |
static Integer |
MAX_AGE_UPPER_LIMIT |
static Integer |
MAX_NUMBER_LOWER_LIMIT |
static Integer |
MAX_NUMBER_UPPER_LIMIT |
| Constructor and Description |
|---|
RetentionRuleValidator() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
isValidAgeUnit(AgeUnit ageUnit,
Integer maxAge) |
static Boolean |
isValidMaxAge(Integer maxAge) |
static Boolean |
isValidMaxNumber(Integer maxNumberOfVersions) |
Copyright © 2003–2022 Atlassian. All rights reserved.