Package | Description |
---|---|
com.atlassian.jira.config | |
com.atlassian.jira.mock |
Modifier and Type | Method and Description |
---|---|
static ConstantsManager.CONSTANT_TYPE |
ConstantsManager.CONSTANT_TYPE.forType(String type) |
static ConstantsManager.CONSTANT_TYPE |
ConstantsManager.CONSTANT_TYPE.forTypeCaseInsensitive(String type) |
static ConstantsManager.CONSTANT_TYPE |
ConstantsManager.CONSTANT_TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstantsManager.CONSTANT_TYPE[] |
ConstantsManager.CONSTANT_TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<IssueConstant> |
DefaultConstantsManager.getConstantsByIds(ConstantsManager.CONSTANT_TYPE constantType,
Collection<String> ids) |
List<IssueConstant> |
ConstantsManager.getConstantsByIds(ConstantsManager.CONSTANT_TYPE constantType,
Collection<String> ids)
Converts the list of ids to the objects of appropriate types
|
Modifier and Type | Method and Description |
---|---|
List<IssueConstant> |
MockConstantsManager.getConstantsByIds(ConstantsManager.CONSTANT_TYPE constantType,
Collection<String> ids) |
Copyright © 2002-2021 Atlassian. All Rights Reserved.