public class ConditionHelper extends Object
Constructor and Description |
---|
ConditionHelper() |
Modifier and Type | Method and Description |
---|---|
static Optional<PlanKey> |
getPlanKey(Map<String,Object> context)
Retrieve plan result key from Freemarker context
|
static Optional<PlanResultKey> |
getPlanResultKey(Map<String,Object> context)
Retrieve plan result key from Freemarker context
|
static Optional<ResultsSummary> |
getResultSummary(Map<String,Object> context)
Retrieve result summary from the context
|
static Optional<ResultsSummary> |
getResultSummary(ResultsSummaryManager resultsSummaryManager,
Map<String,Object> context)
Retrieve result summary key from the context and then extract it from DB
|
public static Optional<PlanKey> getPlanKey(@NotNull Map<String,Object> context)
public static Optional<PlanResultKey> getPlanResultKey(@NotNull Map<String,Object> context)
public static Optional<ResultsSummary> getResultSummary(@NotNull Map<String,Object> context)
public static Optional<ResultsSummary> getResultSummary(@NotNull ResultsSummaryManager resultsSummaryManager, @NotNull Map<String,Object> context)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.