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

Packages that use CustomVariableContext
com.atlassian.bamboo.build.artifact   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.configuration.repository   
com.atlassian.bamboo.deployments.environments.actions   
com.atlassian.bamboo.deployments.projects.actions   
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.plan.cache   
com.atlassian.bamboo.plugins.git   
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.plugins.jira.rest.model.build   
com.atlassian.bamboo.plugins.jira.rest.resource   
com.atlassian.bamboo.plugins.labeller   
com.atlassian.bamboo.plugins.rest.deployments.execution   
com.atlassian.bamboo.plugins.rest.deployments.projects   
com.atlassian.bamboo.plugins.rest.model.search   
com.atlassian.bamboo.plugins.rest.resource   
com.atlassian.bamboo.plugins.stash.events   
com.atlassian.bamboo.plugins.stash.predicates   
com.atlassian.bamboo.plugins.variable.debug   
com.atlassian.bamboo.process   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.task   
com.atlassian.bamboo.trigger.environment   
com.atlassian.bamboo.upgrade.tasks.v5_2   
com.atlassian.bamboo.v2.build.agent   
com.atlassian.bamboo.v2.trigger   
com.atlassian.bamboo.variable   
com.atlassian.bamboo.variable.substitutor   
com.atlassian.bamboo.vcsversion   
com.atlassian.bamboo.webrepository.fisheye   
com.atlassian.bamboo.webrepository.stash   
com.atlassian.bamboo.ww2.actions.admin   
com.atlassian.bamboo.ww2.actions.build.admin.config.repository   
com.atlassian.bamboo.ww2.beans   
com.atlassian.bamboo.ww2.interceptors   
 

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)
           
 

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, XStreamFactory xStreamFactory)
           
 

Uses of CustomVariableContext in com.atlassian.bamboo.configuration.repository
 

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

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

Methods in com.atlassian.bamboo.deployments.environments.actions with parameters of type CustomVariableContext
 void CreateEnvironment.setCustomVariableContext(CustomVariableContext customVariableContext)
           
 void ConfigureEnvironment.setCustomVariableContext(CustomVariableContext customVariableContext)
           
 

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

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

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

Fields in com.atlassian.bamboo.deployments.versions.actions declared as CustomVariableContext
protected  CustomVariableContext AbstractCreateDeploymentVersion.customVariableContext
           
 

Methods in com.atlassian.bamboo.deployments.versions.actions with parameters of type CustomVariableContext
 void CreateDeploymentVersion.setCustomVariableContext(CustomVariableContext customVariableContext)
           
 void AbstractCreateDeploymentVersion.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
DeploymentVersionServiceImpl(DeploymentProjectDao deploymentProjectDao, DeploymentVersionDao deploymentVersionDao, ResultsSummaryManager resultsSummaryManager, DeploymentVersionChainResultDataCollector deploymentVersionChainResultDataCollector, com.opensymphony.xwork2.TextProvider textProvider, DeploymentVersionVcsChangesetDao deploymentVersionVcsChangesetDao, DeploymentVersionLinkedJiraIssueDao deploymentVersionLinkedJiraIssueDao, VersionNamingService versionNamingService, EnvironmentService environmentService, BambooPermissionManager bambooPermissionManager, GravatarService gravatarService, BambooUserManager bambooUserService, VariableDefinitionManager variableDefinitionManager, VariableDefinitionFactory variableDefinitionFactory, CustomVariableContext customVariableContext, com.atlassian.event.api.EventPublisher eventPublisher, CachedPlanManager cachedPlanManager, ScopedExclusionService scopedExclusionService, ResultsSummaryVariableAccessor resultsSummaryVariableAccessor)
           
 

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
 

Methods in com.atlassian.bamboo.plan.branch with parameters of type CustomVariableContext
static String ChainBranchUtils.getChainBranchName(CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, PlanKey planKey)
           
static String ChainBranchUtils.getChainBranchName(CustomVariableContext customVariableContext, ImmutablePlan plan)
           
static String ChainBranchUtils.getChainBranchName(DashboardCachingManager dashboardCachingManager, CustomVariableContext customVariableContext, PlanKey planKey)
           
static String ChainBranchUtils.getChainBranchNameWithoutContextChange(CustomVariableContext customVariableContext, ImmutablePlan plan)
           
static String ChainBranchUtils.getSubstitutedVcsBranchName(CustomVariableContext customVariableContext, ImmutablePlan plan)
           
static String ChainBranchUtils.getSubstitutedVcsBranchNameWithoutContextChange(CustomVariableContext customVariableContext, ImmutablePlan plan)
           
 void BranchExpiryJob.setCustomVariableContext(CustomVariableContext customVariableContext)
           
 

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.hibernate3.HibernateTemplate hibernateTemplate, CachedPlanManager cachedPlanManager, com.atlassian.struts.TextProvider textProvider, ChainBranchManager chainBranchManager)
           
ChainBranchManagerImpl(PlanDao planDao, com.atlassian.bandana.BandanaManager bandanaManager, VcsBranchManager vcsBranchManager, PlanManager planManager, com.atlassian.event.api.EventPublisher eventPublisher, CustomVariableContext customVariableContext)
           
 

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

Constructors in com.atlassian.bamboo.plan.cache with parameters of type CustomVariableContext
ImmutablePlanCacheServiceImpl(ImmutablePlanManager immutablePlanManager, PlanDao planDao, org.springframework.transaction.support.TransactionTemplate transactionTemplate, com.atlassian.config.db.HibernateConfig hibernateConfig, org.springframework.orm.hibernate3.HibernateTemplate hibernateTemplate, CustomVariableContext customVariableContext)
           
 

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

Methods in com.atlassian.bamboo.plugins.git with parameters of type CustomVariableContext
 void GitHubRepository.setCustomVariableContext(CustomVariableContext customVariableContext)
           
 void GitCacheHandler.setCustomVariableContext(CustomVariableContext customVariableContext)
           
 

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)
           
 

Uses of CustomVariableContext in com.atlassian.bamboo.plugins.jira.rest.model.build
 

Methods in com.atlassian.bamboo.plugins.jira.rest.model.build with parameters of type CustomVariableContext
static com.google.common.base.Function<com.atlassian.fugue.Pair<ImmutableChain,ChainResultsSummaryDocument>,PlanSummary> PlanSummary.createPlanSummary(ArtifactLinkManager artifactLinkManager, CustomVariableContext customVariableContext, Map<PlanResultKey,PlanResultKey> buildFixesBuildMap, String baseUrl)
           
 

Constructors in com.atlassian.bamboo.plugins.jira.rest.model.build with parameters of type CustomVariableContext
PlanSummary(ImmutableChain chain, ChainResultsSummaryDocument chainResultsSummaryDocument, ArtifactLinkManager artifactLinkManager, CustomVariableContext customVariableContext, Map<PlanResultKey,PlanResultKey> buildFixesBuildMap, String baseUrl)
           
 

Uses of CustomVariableContext in com.atlassian.bamboo.plugins.jira.rest.resource
 

Constructors in com.atlassian.bamboo.plugins.jira.rest.resource with parameters of type CustomVariableContext
JiraIssueLatestRelatedBuildsResource(IndexedBuildResultsSearcher indexedBuildResultsSearcher, DashboardCachingManager dashboardCachingManager, ArtifactLinkManager artifactLinkManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, CustomVariableContext customVariableContext, ResultsSummaryManager resultsSummaryManager)
           
JiraIssueRelatedDeploymentsResource(EnvironmentIndexSearcher environmentIndexSearcher, VersionIndexSearcher versionIndexSearcher, AdministrationConfigurationAccessor administrationConfigurationAccessor, DeploymentProjectService deploymentProjectService, DashboardCachingManager dashboardCachingManager, CustomVariableContext customVariableContext, FeatureManager featureManager)
           
 

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

Methods in com.atlassian.bamboo.plugins.labeller with parameters of type CustomVariableContext
 void BuildLabeller.setCustomVariableContext(CustomVariableContext customVariableContext)
           
 

Uses of CustomVariableContext in com.atlassian.bamboo.plugins.rest.deployments.execution
 

Constructors in com.atlassian.bamboo.plugins.rest.deployments.execution with parameters of type CustomVariableContext
DeploymentPreviewResource(DeploymentVersionService deploymentVersionService, EnvironmentService environmentService, DeploymentProjectService deploymentProjectService, DeploymentResultService deploymentResultService, ResultsSummaryManager resultSummaryManager, DeploymentVersionVcsChangesetService deploymentVersionVcsChangesetService, DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService, PlanRestService planRestService, CustomVariableContext customVariableContext, Jsonator jsonator, CachedPlanManager cachedPlanManager)
           
 

Uses of CustomVariableContext in com.atlassian.bamboo.plugins.rest.deployments.projects
 

Constructors in com.atlassian.bamboo.plugins.rest.deployments.projects with parameters of type CustomVariableContext
DeploymentProjectVersioningResource(VariableDefinitionManager variableDefinitionManager, DeploymentProjectService deploymentProjectService, DeploymentVersionService deploymentVersionService, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, CustomVariableContext customVariableContext, com.atlassian.sal.api.message.I18nResolver i18nResolver)
           
 

Uses of CustomVariableContext in com.atlassian.bamboo.plugins.rest.model.search
 

Constructors in com.atlassian.bamboo.plugins.rest.model.search with parameters of type CustomVariableContext
PlanSearchResult(com.atlassian.struts.TextProvider textProvider, CustomVariableContext customVariableContext, ImmutablePlan plan)
           
 

Uses of CustomVariableContext in com.atlassian.bamboo.plugins.rest.resource
 

Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type CustomVariableContext
SearchResource(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, DeploymentVersionService deploymentVersionService, GravatarService gravatarService, ExtendedAuthorManager authorManager, PlanRestService planRestService, ProjectManager projectManager, com.atlassian.struts.TextProvider textProvider)
           
 

Uses of CustomVariableContext in com.atlassian.bamboo.plugins.stash.events
 

Constructors in com.atlassian.bamboo.plugins.stash.events with parameters of type CustomVariableContext
BranchChangedEventListener(CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, com.atlassian.event.api.EventPublisher eventPublisher)
           
BranchCreatedEventListener(BranchDetectionService branchDetectionService, CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext)
           
BranchDeletedEventListener(CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, ChainBranchManager chainBranchManager)
           
PullRequestOpenedEventListener(BranchDetectionService branchDetectionService, CachedPlanManager cachedPlanManager, PlanManager planManager, BuildDefinitionManager buildDefinitionManager, CustomVariableContext customVariableContext, FeatureManager featureManager)
           
PullRequestUpdatedEventListener(CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

Uses of CustomVariableContext in com.atlassian.bamboo.plugins.stash.predicates
 

Methods in com.atlassian.bamboo.plugins.stash.predicates with parameters of type CustomVariableContext
static com.google.common.base.Predicate<ImmutableChain> StashRepositoryPredicates.defaultRepositoryMatchesQuery(CustomVariableContext customVariableContext, PlanRepositoryIndex.Query query)
          Predicate that is fulfilled when chain has default repository matching query.
static com.google.common.base.Predicate<StashRepository> StashRepositoryPredicates.matchesQuery(CustomVariableContext customVariableContext, PlanRepositoryIndex.Query query)
          Predicate that is fulfilled when repository matches query.
 

Uses of CustomVariableContext in com.atlassian.bamboo.plugins.variable.debug
 

Methods in com.atlassian.bamboo.plugins.variable.debug with parameters of type CustomVariableContext
 void DumpVariablesTask.setCustomVariableContext(CustomVariableContext customVariableContext)
           
 

Uses of CustomVariableContext in com.atlassian.bamboo.process
 

Constructors in com.atlassian.bamboo.process with parameters of type CustomVariableContext
EnvironmentVariableAccessorImpl(CapabilityContext capabilityContext, 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, BuildDirectoryManager buildDirectoryManager, TaskActionExecutor taskActionExecutor, TaskResultProcessor quarantineTaskResultProcessor)
           
 

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

Methods in com.atlassian.bamboo.trigger.environment with parameters of type CustomVariableContext
 void AbstractEnvironmentTriggerConfigurator.setCustomVariableContext(CustomVariableContext customVariableContext)
           
 

Uses of CustomVariableContext in com.atlassian.bamboo.upgrade.tasks.v5_2
 

Methods in com.atlassian.bamboo.upgrade.tasks.v5_2 with parameters of type CustomVariableContext
 void UpgradeTask4003InitialiseBranchNameInDeploymentVersions.setCustomVariableContext(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(AgentContext agentContext, AgentQueueAccessor agentQueueAccessor, BuildLoggerManager buildLoggerManager, ResultProcessor resultProcessor, CapabilityContext capabilityContext, CapabilitySetManager capabilitySetManager, CustomVariableContext customVariableContext, ErrorUpdateHandler errorUpdateHandler, ExecutionPhaseService executionPhaseService, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

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.xwork2.TextProvider textProvider, VariableDefinitionManager variableDefinitionManager, CustomVariableContext customVariableContext, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, BranchCommitInformationManager branchCommitInformationManager, BranchIntegrationService branchIntegrationService, ChainBranchManager chainBranchManager, RepositoryCachingFacade repositoryCachingFacade)
           
 

Uses of CustomVariableContext in com.atlassian.bamboo.variable
 

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

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

Uses of CustomVariableContext in com.atlassian.bamboo.variable.substitutor
 

Constructors in com.atlassian.bamboo.variable.substitutor with parameters of type CustomVariableContext
VariableSubstitutorImpl(CommonContext commonContext, BuildLoggerManager buildLoggerManager, CapabilityContext capabilityContext, AgentContext agentContext, BuildDirectoryManager buildDirectoryManager, BambooUrl bambooUrl, CustomVariableContext customVariableContext)
           
 

Uses of CustomVariableContext in com.atlassian.bamboo.vcsversion
 

Methods in com.atlassian.bamboo.vcsversion with parameters of type CustomVariableContext
 void VCSVersionReader.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 LegacyStashWebRepositoryViewer.setCustomVariableContext(CustomVariableContext customVariableContext)
          Deprecated.  
 

Uses of CustomVariableContext in com.atlassian.bamboo.ww2.actions.admin
 

Fields in com.atlassian.bamboo.ww2.actions.admin declared as CustomVariableContext
protected  CustomVariableContext ImportMavenPlanAction.customVariableContext
           
 

Uses of CustomVariableContext in com.atlassian.bamboo.ww2.actions.build.admin.config.repository
 

Fields in com.atlassian.bamboo.ww2.actions.build.admin.config.repository declared as CustomVariableContext
protected  CustomVariableContext ConfigureRepository.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.xwork2.TextProvider textProvider, CustomVariableContext customVariableContext, DeploymentProjectService deploymentProjectService)
           
 

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 © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.