Package com.atlassian.bamboo.task
Class TaskContextHelper
java.lang.Object
com.atlassian.bamboo.task.TaskContextHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable ImmutablePlan
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)
-
Method Details
-
getPlan
@Nullable public static @Nullable ImmutablePlan getPlan(@NotNull @NotNull Map<String, Object> context) -
setPlan
public static void setPlan(@NotNull @NotNull Map<String, Object> context, @NotNull @NotNull ImmutablePlan plan) -
isDeploymentMode
-
setDeploymentMode
-
getRelatedPlan
-
setRelatedPlan
public static void setRelatedPlan(@NotNull @NotNull Map<String, Object> context, @NotNull @NotNull ImmutablePlan plan)
-