Uses of Interface
com.almworks.jira.structure.api.attribute.loader.reduce.ReductionStrategy
Packages that use ReductionStrategy
-
Uses of ReductionStrategy in com.almworks.jira.structure.api.attribute.loader.reduce
Classes in com.almworks.jira.structure.api.attribute.loader.reduce that implement ReductionStrategyModifier and TypeClassDescriptionstatic classstatic classMain value: the aggregation based only on children.static classMain value: the aggregation based only on leaves.static classMain value: the aggregation based on the whole subtree without self row.static classMain value: the aggregation based only on all children.Methods in com.almworks.jira.structure.api.attribute.loader.reduce that return ReductionStrategyModifier and TypeMethodDescriptionstatic <T> ReductionStrategy<T>ReductionStrategy.forAttributeSpec(AttributeSpec<?> attributeSpec) Look for strategy type from the spec and try to return default strategy for known types.static <T> ReductionStrategy<T>ReductionStrategy.forStrategyType(String strategyType) Try to return default strategy for known types.