com.atlassian.bamboo.task
Class TaskContextHelper

java.lang.Object
  extended by com.atlassian.bamboo.task.TaskContextHelper

public class TaskContextHelper
extends Object


Method Summary
static ImmutablePlan getPlan(Map<String,Object> context)
           
static ImmutablePlan getRelatedPlan(Map<String,Object> context)
           
static boolean isDeploymentMode(Map<String,Object> context)
           
static void setDeploymentMode(Map<String,Object> context, boolean value)
           
static void setPlan(Map<String,Object> context, ImmutablePlan plan)
           
static void setRelatedPlan(Map<String,Object> context, ImmutablePlan plan)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPlan

@Nullable
public static ImmutablePlan getPlan(@NotNull
                                             Map<String,Object> context)

setPlan

public static void setPlan(@NotNull
                           Map<String,Object> context,
                           @NotNull
                           ImmutablePlan plan)

isDeploymentMode

public static boolean isDeploymentMode(@NotNull
                                       Map<String,Object> context)

setDeploymentMode

public static void setDeploymentMode(@NotNull
                                     Map<String,Object> context,
                                     boolean value)

getRelatedPlan

public static ImmutablePlan getRelatedPlan(@NotNull
                                           Map<String,Object> context)

setRelatedPlan

public static void setRelatedPlan(@NotNull
                                  Map<String,Object> context,
                                  @NotNull
                                  ImmutablePlan plan)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.