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 BuildContextImpl.getRuntimeTaskContext()
           
 RuntimeTaskContext BuildContext.getRuntimeTaskContext()
          Runtime context for the tasks executed for given build context This context is set by pluggable RuntimeTaskDataProvider.populateRuntimeTaskData(TaskDefinition, CommonContext)
 RuntimeTaskContext CommonContext.getRuntimeTaskContext()
          Deprecated. since 5.9 without direct replacement. Use RuntimeTaskDefinition to access this information.
 



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