Package | Description |
---|---|
com.almworks.jira.structure.api.attribute |
This package provides API for using attributes, a concept added by Structure platform for universal access
to item data.
|
com.almworks.jira.structure.api.attribute.loader |
Modifier and Type | Method and Description |
---|---|
Set<ForestDependencyType> |
AttributeTrail.getTrailMode()
Returns all types of in-forest dependencies that were used to calculate this value.
|
Set<ForestDependencyType> |
AttributeTrail.EmptyTrail.getTrailMode() |
Modifier and Type | Method and Description |
---|---|
static ForestDependencyType |
ForestDependencyType.getType(AttributeLoader<?> loader) |
static ForestDependencyType |
ForestDependencyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForestDependencyType[] |
ForestDependencyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017 ALM Works. All Rights Reserved.