Package com.atlassian.bamboo.deployments
Class DeploymentTaskContextHelper
java.lang.Object
com.atlassian.bamboo.deployments.DeploymentTaskContextHelper
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable Environment
getEnvironment
(@NotNull Map<String, Object> context) static void
setEnvironment
(@NotNull Map<String, Object> context, @NotNull Environment environment)
-
Field Details
-
TASK_CONTEXT_ENVIRONMENT
- See Also:
-
-
Method Details
-
setEnvironment
public static void setEnvironment(@NotNull @NotNull Map<String, Object> context, @NotNull @NotNull Environment environment) -
getEnvironment
@Nullable public static @Nullable Environment getEnvironment(@NotNull @NotNull Map<String, Object> context)
-