com.atlassian.bamboo.task
Interface RuntimeTaskContext

All Superinterfaces:
Serializable
All Known Implementing Classes:
RuntimeTaskContextImpl

Deprecated. since 5.9 without direct replacement. This data should be accessed through RuntimeTaskDefinition

@PublicApi
@Deprecated
public interface RuntimeTaskContext
extends Serializable


Method Summary
 void addRuntimeContextForTask(TaskDefinition taskDefinition, Map<String,String> taskContext)
          Deprecated.  
 Map<String,String> getRuntimeContextForTask(TaskDefinition taskDefinition)
          Deprecated.  
 

Method Detail

getRuntimeContextForTask

@Nullable
Map<String,String> getRuntimeContextForTask(@NotNull
                                                     TaskDefinition taskDefinition)
Deprecated. 

addRuntimeContextForTask

void addRuntimeContextForTask(@NotNull
                              TaskDefinition taskDefinition,
                              @NotNull
                              Map<String,String> taskContext)
Deprecated. 


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