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

Packages that use CustomVariableContext
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.artifact   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.deployments.versions.actions   
com.atlassian.bamboo.deployments.versions.service   
com.atlassian.bamboo.plan.artifact   
com.atlassian.bamboo.plan.branch   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.task   
com.atlassian.bamboo.v2.build.agent   
com.atlassian.bamboo.v2.build.agent.remote   
com.atlassian.bamboo.v2.trigger   
com.atlassian.bamboo.variable   
com.atlassian.bamboo.webrepository   
com.atlassian.bamboo.webrepository.fisheye   
com.atlassian.bamboo.webrepository.stash   
com.atlassian.bamboo.ww2.beans   
com.atlassian.bamboo.ww2.interceptors   
 

Uses of CustomVariableContext in com.atlassian.bamboo.build
 

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

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

Methods in com.atlassian.bamboo.build.artifact with parameters of type CustomVariableContext
 void BuildArtifactPostProcessor.setCustomVariableContext(CustomVariableContext customVariableContext)
           
 

Constructors in com.atlassian.bamboo.build.artifact with parameters of type CustomVariableContext
AbstractArtifactManager(com.atlassian.plugin.PluginAccessor pluginAccessor, CustomVariableContext customVariableContext, AdministrationConfigurationAccessor administrationConfigurationAccessor)
           
LocalArtifactManager(ArtifactSubscriptionManager artifactSubscriptionManager, CustomVariableContext customVariableContext, com.atlassian.plugin.PluginAccessor pluginAccessor, AdministrationConfigurationAccessor administrationConfigurationAccessor, ArtifactDao artifactDao)
           
 

Uses of CustomVariableContext in com.atlassian.bamboo.chains
 

Constructors in com.atlassian.bamboo.chains with parameters of type CustomVariableContext
ChainExecutionManagerImpl(PlanStatePersisterService planStatePersisterService, JobExecutionManager buildContextExecutor, ChainResultManager chainResultManager, ChainStateFactory chainStateFactory, BuildContextFactory buildContextFactory, com.atlassian.event.api.EventPublisher eventPublisher, ChainPluginSupport chainPluginSupport, ErrorUpdateHandler errorUpdateHandler, AuthorCreatorService authorCreatorService, ResultsSummaryManager resultsSummaryManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildDirectoryManager buildDirectoryManager, BranchIntegrationHelper branchIntegrationHelper, CustomVariableContext customVariableContext, PlanExecutionLockService planExecutionLockService, PlanVcsRevisionHistoryService planVcsRevisionHistoryService)
           
 

Uses of CustomVariableContext in com.atlassian.bamboo.deployments.versions.actions
 

Methods in com.atlassian.bamboo.deployments.versions.actions with parameters of type CustomVariableContext
 void CreateDeploymentVersion.setCustomVariableContext(CustomVariableContext customVariableContext)
           
 

Uses of CustomVariableContext in com.atlassian.bamboo.deployments.versions.service
 

Constructors in com.atlassian.bamboo.deployments.versions.service with parameters of type CustomVariableContext
VersionNamingServiceImpl(DeploymentProjectDao deploymentProjectDao, DeploymentResultDao deploymentResultDao, ScopedExclusionService exclusionService, DeploymentVersionDao deploymentVersionDao, VariableDefinitionManager variableDefinitionManager, VariableConfigurationService variableConfigurationService, CustomVariableContext customVariableContext)
           
 

Uses of CustomVariableContext in com.atlassian.bamboo.plan.artifact
 

Methods in com.atlassian.bamboo.plan.artifact with parameters of type CustomVariableContext
 void ArtifactSubscriptionContext.substituteVariables(CustomVariableContext customVariableContext)
           
 void ArtifactDefinitionContext.substituteVariables(CustomVariableContext customVariableContext)
           
 void ArtifactSubscriptionContextImpl.substituteVariables(CustomVariableContext customVariableContext)
           
 void ArtifactDefinitionContextImpl.substituteVariables(CustomVariableContext customVariableContext)
           
 

Uses of CustomVariableContext in com.atlassian.bamboo.plan.branch
 

Constructors in com.atlassian.bamboo.plan.branch with parameters of type CustomVariableContext
BranchDetectionServiceImpl(PlanManager planManager, ChainBranchCreationService chainBranchCreationService, RepositoryManager repositoryManager, VcsBranchManager vcsBranchManager, RepositoryCachingFacade repositoryCachingFacade, ErrorHandler errorHandler, ScopedExclusionService scopedExclusionService, com.atlassian.event.api.EventPublisher eventPublisher, JiraBranchLinkingService jiraBranchLinkingService, VariableDefinitionManager variableDefinitionManager, CustomVariableContext customVariableContext, org.springframework.orm.hibernate.HibernateTemplate hibernateTemplate, CachedPlanManager cachedPlanManager)
           
 

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, BuildDirectoryManager buildDirectoryManager, TaskResultProcessor quarantineTaskResultProcessor)
           
 

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

Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type CustomVariableContext
BuildAgentControllerImpl(AgentContext agentContext, AgentQueueAccessor agentQueueAccessor, BuildLoggerManager buildLoggerManager, ResultProcessor resultProcessor, CapabilityContext capabilityContext, CapabilitySetManager capabilitySetManager, CustomVariableContext customVariableContext, ErrorUpdateHandler errorUpdateHandler, ExecutionPhaseService executionPhaseService)
           
 

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

Constructors in com.atlassian.bamboo.v2.build.agent.remote with parameters of type CustomVariableContext
RemoteArtifactManager(BambooAgentMessageSender sender, CustomVariableContext customVariableContext, com.atlassian.plugin.PluginAccessor pluginAccessor, AdministrationConfigurationAccessor administrationConfigurationAccessor)
           
 

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

Constructors in com.atlassian.bamboo.v2.trigger with parameters of type CustomVariableContext
DefaultChangeDetectionManager(BuildContextFactory buildContextFactory, BuildLoggerManager buildLoggerManager, com.opensymphony.xwork.TextProvider textProvider, VariableDefinitionManager variableDefinitionManager, CustomVariableContext customVariableContext, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, BranchCommitInformationManager branchCommitInformationManager, BranchIntegrationService branchIntegrationService)
           
 

Uses of CustomVariableContext in com.atlassian.bamboo.variable
 

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

Constructors in com.atlassian.bamboo.variable with parameters of type CustomVariableContext
CustomVariableContextRunnerImpl(CustomVariableContext customVariableContext)
           
 

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.webrepository.stash
 

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

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

Constructors in com.atlassian.bamboo.ww2.beans with parameters of type CustomVariableContext
DecoratedNavObjectFactoryImpl(CachedPlanManager cachedPlanManager, com.opensymphony.xwork.TextProvider textProvider, CustomVariableContext customVariableContext, VariableDefinitionManager variableDefinitionManager)
           
 

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)
           
 void NavigationAwareInterceptor.setCustomVariableContext(CustomVariableContext customVariableContext)
           
 



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