public class TaskContextHelper extends Object
Modifier and Type | Method and Description |
---|---|
static @Nullable ImmutablePlan |
getPlan(@NotNull Map<String,Object> context) |
static ImmutablePlan |
getRelatedPlan(@NotNull Map<String,Object> context) |
static boolean |
isDeploymentMode(@NotNull Map<String,Object> context) |
static void |
setDeploymentMode(@NotNull Map<String,Object> context,
boolean value) |
static void |
setPlan(@NotNull Map<String,Object> context,
@NotNull ImmutablePlan plan) |
static void |
setRelatedPlan(@NotNull Map<String,Object> context,
@NotNull ImmutablePlan plan) |
@Nullable public static @Nullable ImmutablePlan getPlan(@NotNull @NotNull Map<String,Object> context)
public static void setPlan(@NotNull @NotNull Map<String,Object> context, @NotNull @NotNull ImmutablePlan plan)
public static boolean isDeploymentMode(@NotNull @NotNull Map<String,Object> context)
public static void setDeploymentMode(@NotNull @NotNull Map<String,Object> context, boolean value)
public static ImmutablePlan getRelatedPlan(@NotNull @NotNull Map<String,Object> context)
public static void setRelatedPlan(@NotNull @NotNull Map<String,Object> context, @NotNull @NotNull ImmutablePlan plan)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.