Uses of Interface
com.atlassian.bamboo.variable.CustomVariableContext

Packages that use CustomVariableContext
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.creation   
com.atlassian.bamboo.command   
com.atlassian.bamboo.plugins.grails   
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.task   
com.atlassian.bamboo.v2.build.agent   
com.atlassian.bamboo.v2.trigger   
com.atlassian.bamboo.variable   
com.atlassian.bamboo.webrepository   
com.atlassian.bamboo.webrepository.fisheye   
com.atlassian.bamboo.ww2.interceptors   
 

Uses of CustomVariableContext in com.atlassian.bamboo.build
 

Constructors in com.atlassian.bamboo.build with parameters of type CustomVariableContext
VariableSubstitutionBeanImpl(CustomVariableContext customVariableContext)
          Deprecated.  
 

Uses of CustomVariableContext in com.atlassian.bamboo.build.creation
 

Constructors in com.atlassian.bamboo.build.creation with parameters of type CustomVariableContext
RepositoryConfigHelper(RepositoryManager repositoryManager, com.opensymphony.xwork.TextProvider textProvider, VariableDefinitionManager variableDefinitionManager, CustomVariableContext customVariableContext)
           
 

Uses of CustomVariableContext in com.atlassian.bamboo.command
 

Fields in com.atlassian.bamboo.command declared as CustomVariableContext
protected  CustomVariableContext Command.customVariableContext
           
 

Methods in com.atlassian.bamboo.command with parameters of type CustomVariableContext
 void Command.setCustomVariableContext(CustomVariableContext customVariableContext)
           
 

Uses of CustomVariableContext in com.atlassian.bamboo.plugins.grails
 

Methods in com.atlassian.bamboo.plugins.grails with parameters of type CustomVariableContext
 void GrailsBuilder.setCustomVariableContext(CustomVariableContext customVariableContext)
          Deprecated.  
 

Uses of CustomVariableContext in com.atlassian.bamboo.plugins.hg
 

Methods in com.atlassian.bamboo.plugins.hg with parameters of type CustomVariableContext
 void HgCacheHandler.setCustomVariableContext(CustomVariableContext customVariableContext)
           
 void BitbucketRepository.setCustomVariableContext(CustomVariableContext customVariableContext)
           
 

Uses of CustomVariableContext in com.atlassian.bamboo.repository
 

Fields in com.atlassian.bamboo.repository declared as CustomVariableContext
protected  CustomVariableContext AbstractRepository.customVariableContext
           
 

Methods in com.atlassian.bamboo.repository with parameters of type CustomVariableContext
 void AbstractRepository.setCustomVariableContext(CustomVariableContext customVariableContext)
           
 

Uses of CustomVariableContext in com.atlassian.bamboo.task
 

Constructors in com.atlassian.bamboo.task with parameters of type CustomVariableContext
TaskExecutorImpl(ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, com.atlassian.plugin.PluginAccessor pluginAccessor, CustomVariableContext customVariableContext)
           
 

Uses of CustomVariableContext in com.atlassian.bamboo.v2.build.agent
 

Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type CustomVariableContext
BuildAgentControllerImpl(BuildResultProcessor buildResultProcessor, AgentQueueAccessor agentQueueAccessor, CapabilitySetManager capabilitySetManager, BuildExecutionUpdateManager buildExecutionUpdateManager, ErrorUpdateHandler errorUpdateHandler, CapabilityContext capabilityContext, AgentContext agentContext, CustomVariableContext customVariableContext)
           
 

Uses of CustomVariableContext in com.atlassian.bamboo.v2.trigger
 

Constructors in com.atlassian.bamboo.v2.trigger with parameters of type CustomVariableContext
DefaultChangeDetectionManager(BuildLoggerManager buildLoggerManager, com.opensymphony.xwork.TextProvider textProvider, VariableDefinitionManager variableDefinitionManager, CustomVariableContext customVariableContext)
           
 

Uses of CustomVariableContext in com.atlassian.bamboo.variable
 

Classes in com.atlassian.bamboo.variable that implement CustomVariableContext
 class CustomVariableContextImpl
           
 

Uses of CustomVariableContext in com.atlassian.bamboo.webrepository
 

Methods in com.atlassian.bamboo.webrepository with parameters of type CustomVariableContext
 void DefaultWebRepositoryViewer.setCustomVariableContext(CustomVariableContext customVariableContext)
           
 

Uses of CustomVariableContext in com.atlassian.bamboo.webrepository.fisheye
 

Methods in com.atlassian.bamboo.webrepository.fisheye with parameters of type CustomVariableContext
 void FisheyeWebRepositoryViewer.setCustomVariableContext(CustomVariableContext customVariableContext)
           
 

Uses of CustomVariableContext in com.atlassian.bamboo.ww2.interceptors
 

Methods in com.atlassian.bamboo.ww2.interceptors with parameters of type CustomVariableContext
 void PlanAwareInterceptor.setCustomVariableContext(CustomVariableContext customVariableContext)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.