Package com.atlassian.bamboo.task
Class TaskContextHelper
- java.lang.Object
-
- com.atlassian.bamboo.task.TaskContextHelper
-
public class TaskContextHelper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static @Nullable ImmutablePlangetPlan(@NotNull Map<String,Object> context)static ImmutablePlangetRelatedPlan(@NotNull Map<String,Object> context)static booleanisDeploymentMode(@NotNull Map<String,Object> context)static voidsetDeploymentMode(@NotNull Map<String,Object> context, boolean value)static voidsetPlan(@NotNull Map<String,Object> context, @NotNull ImmutablePlan plan)static voidsetRelatedPlan(@NotNull Map<String,Object> context, @NotNull ImmutablePlan plan)
-
-
-
Method Detail
-
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
public static boolean isDeploymentMode(@NotNull @NotNull Map<String,Object> context)
-
setDeploymentMode
public static void setDeploymentMode(@NotNull @NotNull Map<String,Object> context, boolean value)
-
getRelatedPlan
public static ImmutablePlan getRelatedPlan(@NotNull @NotNull Map<String,Object> context)
-
setRelatedPlan
public static void setRelatedPlan(@NotNull @NotNull Map<String,Object> context, @NotNull @NotNull ImmutablePlan plan)
-
-