Uses of Interface
com.atlassian.bamboo.task.RuntimeTaskContext

Packages that use RuntimeTaskContext
com.atlassian.bamboo.deployments.execution   
com.atlassian.bamboo.plugins.vcs.task   
com.atlassian.bamboo.task   
com.atlassian.bamboo.v2.build   
 

Uses of RuntimeTaskContext in com.atlassian.bamboo.deployments.execution
 

Methods in com.atlassian.bamboo.deployments.execution that return RuntimeTaskContext
 RuntimeTaskContext DeploymentContextImpl.getRuntimeTaskContext()
           
 

Uses of RuntimeTaskContext in com.atlassian.bamboo.plugins.vcs.task
 

Methods in com.atlassian.bamboo.plugins.vcs.task that return RuntimeTaskContext
 RuntimeTaskContext DeploymentRepositoryBuildContext.getRuntimeTaskContext()
           
 

Uses of RuntimeTaskContext in com.atlassian.bamboo.task
 

Classes in com.atlassian.bamboo.task that implement RuntimeTaskContext
 class RuntimeTaskContextImpl
           
 

Uses of RuntimeTaskContext in com.atlassian.bamboo.v2.build
 

Methods in com.atlassian.bamboo.v2.build that return RuntimeTaskContext
 RuntimeTaskContext CommonContext.getRuntimeTaskContext()
          Runtime context for the tasks executed for given build context This context is set by pluggable RuntimeTaskDataProvider.populateRuntimeTaskData(TaskDefinition, CommonContext)
 RuntimeTaskContext BuildContext.getRuntimeTaskContext()
          Runtime context for the tasks executed for given build context This context is set by pluggable RuntimeTaskDataProvider#populateRuntimeTaskData(TaskDefinition, BuildContext)
 RuntimeTaskContext BuildContextImpl.getRuntimeTaskContext()
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.