Package | Description |
---|---|
com.atlassian.audit.entity |
Modifier and Type | Method and Description |
---|---|
static EffectiveCoverageLevel |
EffectiveCoverageLevel.fromKey(String key) |
EffectiveCoverageLevel |
EffectiveCoverageLevel.mostRestrictive(EffectiveCoverageLevel other)
Returns the most restrictive level between
this and other . |
static EffectiveCoverageLevel |
EffectiveCoverageLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EffectiveCoverageLevel[] |
EffectiveCoverageLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<CoverageArea,EffectiveCoverageLevel> |
AuditCoverageConfig.getLevelByArea() |
Modifier and Type | Method and Description |
---|---|
EffectiveCoverageLevel |
EffectiveCoverageLevel.mostRestrictive(EffectiveCoverageLevel other)
Returns the most restrictive level between
this and other . |
Constructor and Description |
---|
AuditCoverageConfig(Map<CoverageArea,EffectiveCoverageLevel> levelByArea) |
Copyright © 2020 Atlassian. All rights reserved.