Uses of Interface
com.atlassian.bamboo.variable.CustomVariableContext
Packages that use CustomVariableContext
Package
Description
-
Uses of CustomVariableContext in com.atlassian.bamboo.agent.ephemeral
Fields in com.atlassian.bamboo.agent.ephemeral declared as CustomVariableContextModifier and TypeFieldDescriptionprotected CustomVariableContextEphemeralAgentKubernetesExecutionService.customVariableContext -
Uses of CustomVariableContext in com.atlassian.bamboo.build
Fields in com.atlassian.bamboo.build declared as CustomVariableContextModifier and TypeFieldDescriptionprotected CustomVariableContextPlanResultsAction.customVariableContextMethods in com.atlassian.bamboo.build with parameters of type CustomVariableContextModifier and TypeMethodDescriptionvoidPlanResultsAction.setCustomVariableContext(CustomVariableContext customVariableContext) Constructors in com.atlassian.bamboo.build with parameters of type CustomVariableContextModifierConstructorDescriptionBuildDetectionActionFactoryImpl(BuildNumberGeneratorService buildNumberGenerator, ChangeDetectionManager changeDetectionManager, TriggerManager triggerManager, ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, VariableDefinitionManager variableDefinitionManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, ResultsSummaryManager resultsSummaryManager, BranchIntegrationService branchIntegrationService, BuildContextBuilderFactory buildContextBuilderFactory, ResultsSummaryVariableAccessor resultsSummaryVariableAccessor, CustomVariableContext customVariableContext, VcsRepositoryManager vcsRepositoryManager) -
Uses of CustomVariableContext in com.atlassian.bamboo.build.artifact
Methods in com.atlassian.bamboo.build.artifact with parameters of type CustomVariableContextModifier and TypeMethodDescriptionvoidBuildArtifactPostProcessor.setCustomVariableContext(CustomVariableContext customVariableContext) -
Uses of CustomVariableContext in com.atlassian.bamboo.chains
Constructors in com.atlassian.bamboo.chains with parameters of type CustomVariableContextModifierConstructorDescriptionChainExecutionManagerImpl(PlanStatePersisterService planStatePersisterService, JobExecutionManager buildContextExecutor, ChainStateFactory chainStateFactory, BuildContextFactory buildContextFactory, com.atlassian.event.api.EventPublisher eventPublisher, ChainPluginSupport chainPluginSupport, ErrorUpdateHandler errorUpdateHandler, AuthorCreatorService authorCreatorService, ResultsSummaryManager resultsSummaryManager, BuildDirectoryManager buildDirectoryManager, VcsBranchIntegrationHelper branchIntegrationHelper, CustomVariableContext customVariableContext, PlanExecutionLockService planExecutionLockService, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, CachedPlanManager cachedPlanManager, VcsRepositoryManager vcsRepositoryManager, StorageTagService storageTagService, PlanBranchPullRequestService planBranchPullRequestService, StorageLocationService storageLocationService, ServerBuildLoggerManager buildLoggerManager, DeploymentVersionService deploymentVersionService, ChainStatePersister chainStatePersister, BambooOpenSessionTemplate bambooOpenSessionTemplate) -
Uses of CustomVariableContext in com.atlassian.bamboo.configuration.external
Constructors in com.atlassian.bamboo.configuration.external with parameters of type CustomVariableContextModifierConstructorDescriptionRepositoryStoredSpecsServiceImpl(@NotNull AdministrationConfigurationAccessor administrationConfigurationAccessor, @NotNull BambooSpecsManager bambooSpecsManager, @NotNull CustomVariableContext customVariableContext, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull FeatureManager featureManager, @NotNull I18nBeanFactory i18nBeanFactory, @NotNull JavaSpecsImportService javaSpecsImportService, @NotNull com.atlassian.plugin.PluginAccessor pluginAccessor, @NotNull RepositoryDefinitionManager repositoryDefinitionManager, @NotNull RepositoryStoredSpecsLogService repositoryStoredSpecsLogService, @NotNull RepositoryStoredSpecsResultHelper repositoryStoredSpecsResultService, @NotNull RssExecutionDirectoryManager rssExecutionDirectoryManager, @NotNull RssPermissionsService rssPermissionsService, @NotNull YamlSpecsImportService yamlSpecsImportService, @NotNull AuditLogService auditLogService) RssDetectionServiceImpl(@NotNull AdministrationConfigurationAccessor administrationConfigurationAccessor, @NotNull AuthorCreatorService authorCreatorService, @NotNull BambooSpecsManager bambooSpecsManager, @NotNull CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, @NotNull CustomVariableContext customVariableContext, @NotNull ExtendedAuthorManager extendedAuthorManager, @NotNull FeatureManager featureManager, @NotNull I18nBeanFactory i18nBeanFactory, @NotNull RepositoryStoredSpecsService repositoryStoredSpecsService, @NotNull SpecsConsumerFactory specsConsumerFactory, @NotNull VcsRepositoryManager vcsRepositoryManager) -
Uses of CustomVariableContext in com.atlassian.bamboo.configuration.external.rss
Constructors in com.atlassian.bamboo.configuration.external.rss with parameters of type CustomVariableContextModifierConstructorDescriptionRssTriggeringServiceImpl(RssDetectionService rssDetectionService, CachedPlanManager cachedPlanManager, SpecsConsumerFactory specsConsumerFactory, PlanBranchPullRequestService planBranchPullRequestService, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VcsRepositoryManager vcsRepositoryManager, CustomVariableContext customVariableContext) -
Uses of CustomVariableContext in com.atlassian.bamboo.configuration.repository
Fields in com.atlassian.bamboo.configuration.repository declared as CustomVariableContextModifier and TypeFieldDescriptionprotected CustomVariableContextAbstractRepositoryAction.customVariableContext -
Uses of CustomVariableContext in com.atlassian.bamboo.deployments.environments.actions
Methods in com.atlassian.bamboo.deployments.environments.actions with parameters of type CustomVariableContextModifier and TypeMethodDescriptionvoidCreateEnvironment.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 CustomVariableContextModifier and TypeMethodDescriptionvoidAbstractDeploymentProjectDetailsAction.setCustomVariableContext(CustomVariableContext customVariableContext) -
Uses of CustomVariableContext in com.atlassian.bamboo.deployments.versions.actions
Fields in com.atlassian.bamboo.deployments.versions.actions declared as CustomVariableContextModifier and TypeFieldDescriptionprotected CustomVariableContextAbstractCreateDeploymentVersion.customVariableContextMethods in com.atlassian.bamboo.deployments.versions.actions with parameters of type CustomVariableContextModifier and TypeMethodDescriptionvoidAbstractCreateDeploymentVersion.setCustomVariableContext(CustomVariableContext customVariableContext) voidCreateDeploymentVersion.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 CustomVariableContextModifierConstructorDescriptionDeploymentVersionServiceImpl(@NotNull DeploymentProjectDao deploymentProjectDao, @NotNull DeploymentVersionDao deploymentVersionDao, @NotNull InternalResultsSummaryAccessor internalResultsSummaryAccessor, @NotNull DeploymentVersionChainResultDataCollector deploymentVersionChainResultDataCollector, @NotNull org.apache.struts2.text.TextProvider textProvider, @NotNull BambooUserManager bambooUserService, @NotNull VariableDefinitionManager variableDefinitionManager, @NotNull VariableDefinitionFactory variableDefinitionFactory, @NotNull CustomVariableContext customVariableContext, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull CachedPlanManager cachedPlanManager, @NotNull ScopedExclusionService scopedExclusionService, @NotNull ResultsSummaryVariableAccessor resultsSummaryVariableAccessor, @NotNull RepositoryDefinitionManager repositoryDefinitionManager, @NotNull VcsRepositoryManager vcsRepositoryManager, @NotNull BambooCachingPermissionManagerFacadeFactory bambooCachingPermissionManagerFacadeFactory, @NotNull ArtifactLinkManager artifactLinkManager, @NotNull AuditLogService auditLogService) -
Uses of CustomVariableContext in com.atlassian.bamboo.notification
Methods in com.atlassian.bamboo.notification with parameters of type CustomVariableContextModifier and TypeMethodDescriptionprotected StringAbstractNotification.getCommitUrl(@NotNull RepositoryDataEntity repositoryDataEntity, @Nullable String revision, @NotNull ImmutablePlan plan, @NotNull CustomVariableContext customVariableContext, @NotNull RepositoryDefinitionManager repositoryDefinitionManager, @NotNull VcsRepositoryViewerManager vcsRepositoryViewerManager) voidNotificationFactoryImpl.setCustomVariableContext(CustomVariableContext customVariableContext) -
Uses of CustomVariableContext in com.atlassian.bamboo.notification.buildcompleted
Constructors in com.atlassian.bamboo.notification.buildcompleted with parameters of type CustomVariableContextModifierConstructorDescriptionAbstractCompletedNotification(BranchStatusService branchStatusService, CachedPlanManager cachedPlanManager, VcsRepositoryViewerManager vcsRepositoryViewerManager, RepositoryDefinitionManager repositoryDefinitionManager, CustomVariableContext customVariableContext, ResultsSummaryManager resultsSummaryManager) BuildCompletedNotification(BranchStatusService branchStatusService, CachedPlanManager cachedPlanManager, VcsRepositoryViewerManager vcsRepositoryViewerManager, RepositoryDefinitionManager repositoryDefinitionManager, CustomVariableContext customVariableContext, ResultsSummaryManager resultsSummaryManager) -
Uses of CustomVariableContext in com.atlassian.bamboo.notification.chain
Constructors in com.atlassian.bamboo.notification.chain with parameters of type CustomVariableContextModifierConstructorDescriptionChainCompletedNotification(BranchStatusService branchStatusService, CachedPlanManager cachedPlanManager, TestsManager testsManager, TestQuarantineManager testQuarantineManager, VcsRepositoryViewerManager vcsRepositoryViewerManager, RepositoryDefinitionManager repositoryDefinitionManager, CustomVariableContext customVariableContext, ResultsSummaryManager resultsSummaryManager) -
Uses of CustomVariableContext in com.atlassian.bamboo.notification.transports.webhook
Constructors in com.atlassian.bamboo.notification.transports.webhook with parameters of type CustomVariableContextModifierConstructorDescriptionWebhookTransport(WebhookTemplate webhookTemplate, CustomVariableContext customVariableContext, ErrorUpdateHandler errorUpdateHandler, ResultsSummaryManager resultsSummaryManager, CachedDeploymentProjectService cacheDeploymentProjectService, WebhookSenderService webhookSenderService, String url, WebhookResponseService webhookResponseService, DeploymentResultService deploymentResultService, BambooUrl bambooUrl, TemplateRenderer templateRenderer) -
Uses of CustomVariableContext in com.atlassian.bamboo.plan
Constructors in com.atlassian.bamboo.plan with parameters of type CustomVariableContextModifierConstructorDescriptionPlanExecutionLaunchControlImpl(GitConfigurationProvider gitConfigurationProvider, CustomVariableContext customVariableContext) -
Uses of CustomVariableContext in com.atlassian.bamboo.plan.artifact
Methods in com.atlassian.bamboo.plan.artifact with parameters of type CustomVariableContextModifier and TypeMethodDescriptionvoidArtifactDefinitionContext.substituteVariables(CustomVariableContext customVariableContext) voidArtifactDefinitionContextImpl.substituteVariables(CustomVariableContext customVariableContext) voidArtifactSubscriptionContext.substituteVariables(@NotNull CustomVariableContext customVariableContext) voidArtifactSubscriptionContextImpl.substituteVariables(@NotNull CustomVariableContext customVariableContext) -
Uses of CustomVariableContext in com.atlassian.bamboo.plan.branch
Methods in com.atlassian.bamboo.plan.branch with parameters of type CustomVariableContextModifier and TypeMethodDescriptionstatic booleanBranchDetectionHelper.checkIfRepositoriesRepresentSameVcsRepo(@NotNull VcsRepositoryManager vcsRepositoryManager, @NotNull CustomVariableContext customVariableContext, VcsRepositoryData repo1, VcsRepositoryData repo2) static @Nullable StringChainBranchUtils.getChainBranchName(@NotNull CachedPlanManager cachedPlanManager, @NotNull CustomVariableContext customVariableContext, @NotNull PlanKey planKey) static @NotNull StringChainBranchUtils.getChainBranchName(@NotNull CustomVariableContext customVariableContext, @NotNull ImmutablePlan plan) static @NotNull StringChainBranchUtils.getChainBranchNameWithoutContextChange(@NotNull CustomVariableContext customVariableContext, @NotNull ImmutablePlan plan) static @Nullable StringChainBranchUtils.getSubstitutedVcsBranchDisplayName(@NotNull CustomVariableContext customVariableContext, @NotNull ImmutablePlan plan) Returns substituted branch name of a plan's default repository or null if there is no branch (eg. because plan has no repository)static @NotNull StringChainBranchUtils.getSubstitutedVcsBranchDisplayName(@NotNull com.atlassian.sal.api.message.I18nResolver i18nResolver, @NotNull CustomVariableContext customVariableContext, @NotNull ImmutablePlan plan) Returns substituted branch name of a plan's default repository or 'Default' if there is no branch (eg. because plan has no repository)static StringChainBranchUtils.getSubstitutedVcsBranchDisplayNameWithoutContextChange(@NotNull CustomVariableContext customVariableContext, @NotNull ImmutablePlan plan) static @Nullable StringChainBranchUtils.getSubstitutedVcsBranchName(@NotNull CustomVariableContext customVariableContext, @NotNull ImmutablePlan plan) voidBranchExpiryJob.setCustomVariableContext(CustomVariableContext customVariableContext) Constructors in com.atlassian.bamboo.plan.branch with parameters of type CustomVariableContextModifierConstructorDescriptionBranchCreationFacadeImpl(@NotNull BranchDetectionService branchDetectionService, @NotNull CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, @NotNull CustomVariableContext customVariableContext, @NotNull ErrorHandler errorHandler, @NotNull LightweightBranchCreationService branchCreationService, @NotNull org.apache.struts2.text.TextProvider textProvider, @NotNull VcsRepositoryManager vcsRepositoryManager) BranchDetectionServiceImpl(com.atlassian.bandana.BandanaManager bandanaManager, CachedPlanManager cachedPlanManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, ChainBranchManager chainBranchManager, CustomVariableContext customVariableContext, ErrorHandler errorHandler, org.springframework.orm.hibernate5.HibernateTemplate hibernateTemplate, LightweightBranchCreationService lightweightBranchCreationService, RepositoryCachingFacade repositoryCachingFacade, ScopedExclusionService scopedExclusionService, VcsBranchManager vcsBranchManager, VcsRepositoryManager vcsRepositoryManager, PlanBranchPullRequestService planBranchPullRequestService) BranchIntegrationHelperImpl(AdministrationConfigurationAccessor administrationConfigurationAccessor, CustomVariableContext customVariableContext) ChainBranchManagerImpl(PlanDao planDao, com.atlassian.bandana.BandanaManager bandanaManager, VcsBranchManager vcsBranchManager, PlanManager planManager, com.atlassian.event.api.EventPublisher eventPublisher, CustomVariableContext customVariableContext) LightweightBranchCreationServiceImpl(CachedPlanManager cachedPlanManager, ChainBranchCreationService chainBranchCreationService, CustomVariableContext customVariableContext, ErrorHandler errorHandler, JiraBranchLinkingService jiraBranchLinkingService, PlanManager planManager, RawRepositoryConfigurationXmlConverter rawRepositoryConfigurationXmlConverter, RepositoryDefinitionManager repositoryDefinitionManager, VcsBranchManager vcsBranchManager, VcsRepositoryManager vcsRepositoryManager, TriggerTypeManager triggerTypeManager, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of CustomVariableContext in com.atlassian.bamboo.plan.cache
Constructors in com.atlassian.bamboo.plan.cache with parameters of type CustomVariableContextModifierConstructorDescriptionImmutablePlanCacheServiceImpl(@NotNull ImmutablePlanManager immutablePlanManager, @NotNull com.atlassian.config.db.HibernateConfig hibernateConfig, @NotNull CustomVariableContext customVariableContext, @NotNull BuildResultsSummaryDao buildResultsSummaryDao, @NotNull VcsRepositoryManager vcsRepositoryManager, @NotNull BambooClusterSettings bambooClusterSettings, @NotNull ChainBranchManager chainBranchManager) -
Uses of CustomVariableContext in com.atlassian.bamboo.plan.pullrequest
Constructors in com.atlassian.bamboo.plan.pullrequest with parameters of type CustomVariableContextModifierConstructorDescriptionPullRequestDetectionServiceImpl(CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, ErrorHandler errorHandler, org.springframework.orm.hibernate5.HibernateTemplate hibernateTemplate, RepositoryCachingFacade repositoryCachingFacade, ScopedExclusionService scopedExclusionService, VcsPullRequestService vcsPullRequestService, VcsRepositoryManager vcsRepositoryManager) -
Uses of CustomVariableContext in com.atlassian.bamboo.plugin
Methods in com.atlassian.bamboo.plugin with parameters of type CustomVariableContextModifier and TypeMethodDescriptionstatic StringArtifactDownloaderTaskConfigurationHelper.calculateCustomBranchForPlan(CustomVariableContext customVariableContext, ImmutablePlan immutablePlan) static @NotNull ImmutableChainArtifactDownloaderTaskConfigurationHelper.findBranchChainForCustomBranch(@NotNull CustomVariableContext customVariableContext, @NotNull CachedPlanManager cachedPlanManager, @NotNull ChainBranchManager chainBranchManager, @NotNull ImmutableChain defaultPlan, @NotNull String customBranch) static @NotNull ImmutableChainArtifactDownloaderTaskConfigurationHelper.findBranchChainForCustomBranchOrFallbackToDefault(@NotNull CustomVariableContext customVariableContext, @NotNull CachedPlanManager cachedPlanManager, @NotNull ChainBranchManager chainBranchManager, @NotNull ImmutableChain defaultPlan, @NotNull String customBranch) -
Uses of CustomVariableContext in com.atlassian.bamboo.plugins.bitbucket.v2.configurator
Methods in com.atlassian.bamboo.plugins.bitbucket.v2.configurator with parameters of type CustomVariableContextModifier and TypeMethodDescriptionvoidBitbucketCloudBranchConfigurator.setCustomVariableContext(CustomVariableContext customVariableContext) Deprecated.since 6.8 use constructor injection or annotation injection -
Uses of CustomVariableContext in com.atlassian.bamboo.plugins.bitbucket.v2.viewer
Methods in com.atlassian.bamboo.plugins.bitbucket.v2.viewer with parameters of type CustomVariableContextModifier and TypeMethodDescriptionvoidBitbucketCloudVcsRepositoryViewer.setCustomVariableContext(CustomVariableContext customVariableContext) -
Uses of CustomVariableContext in com.atlassian.bamboo.plugins.bitbucket.v2.webhooks
Constructors in com.atlassian.bamboo.plugins.bitbucket.v2.webhooks with parameters of type CustomVariableContextModifierConstructorDescriptionBitbucketCloudWebhooksChangeEventListener(com.atlassian.event.api.EventPublisher eventPublisher, BitbucketRepositoryFinder repositoryFinder, CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, RssTriggeringService rssDetectionService) -
Uses of CustomVariableContext in com.atlassian.bamboo.plugins.git
Constructors in com.atlassian.bamboo.plugins.git with parameters of type CustomVariableContextModifierConstructorDescriptionGitCacheHandler(CachedPlanManager cachedPlanManager, BuildDirectoryManager buildDirectoryManager, GitCacheDirectoryUtils gitCacheDirectoryUtils, com.atlassian.sal.api.message.I18nResolver i18nResolver, AgentManager agentManager, AgentCommandSender agentCommandSender, CustomVariableContext customVariableContext, GitConfigurationProvider gitConfigurationProvider) -
Uses of CustomVariableContext in com.atlassian.bamboo.plugins.git.api
Methods in com.atlassian.bamboo.plugins.git.api with parameters of type CustomVariableContextModifier and TypeMethodDescriptionstatic Predicate<VcsRepositoryData> RepositoryPredicates.matchesQuery(@NotNull CustomVariableContext customVariableContext, PlanRepositoryIndex.Query query, @NotNull RepositoryFinder repositoryFinder) Returns a Predicate that can be used to filter VcsRepositoryData objects based on a given query and a RepositoryFinder. -
Uses of CustomVariableContext in com.atlassian.bamboo.plugins.git.v2
Fields in com.atlassian.bamboo.plugins.git.v2 declared as CustomVariableContextModifier and TypeFieldDescriptionprotected final CustomVariableContextAbstractGitExecutor.customVariableContextConstructors in com.atlassian.bamboo.plugins.git.v2 with parameters of type CustomVariableContextModifierConstructorDescriptionAbstractGitExecutor(CapabilityContext capabilityContext, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext, GitConfigurationProvider gitConfigurationProvider) GitBambooSpecsHandler(CapabilityContext capabilityContext, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext, GitConfigurationProvider gitConfigurationProvider) GitBranchCreator(CapabilityContext capabilityContext, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext, GitConfigurationProvider gitConfigurationProvider) GitBranchDetector(CapabilityContext capabilityContext, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext, GitConfigurationProvider gitConfigurationProvider) GitChangeDetector(CapabilityContext capabilityContext, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggerManager buildLoggerManager, BuildLoggingContext buildLoggingContext, GitConfigurationProvider gitConfigurationProvider) GitConnectionTester(CapabilityContext capabilityContext, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext, com.atlassian.plugins.whitelist.OutboundWhitelist outboundWhitelist, GitConfigurationProvider gitConfigurationProvider) GitTagCreator(CapabilityContext capabilityContext, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext, GitConfigurationProvider gitConfigurationProvider) GitTagsHandler(CapabilityContext capabilityContext, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext, GitConfigurationProvider gitConfigurationProvider) GitVariableGenerator(CapabilityContext capabilityContext, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext, GitConfigurationProvider gitConfigurationProvider) GitWorkingCopyManager(CapabilityContext capabilityContext, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, AgentContext agentContext, BuildLoggerManager buildLoggerManager, VcsBranchIntegrationHelper branchIntegrationHelper, BuildLoggingContext buildLoggingContext, GitConfigurationProvider gitConfigurationProvider) -
Uses of CustomVariableContext in com.atlassian.bamboo.plugins.git.v2.configurator
Constructors in com.atlassian.bamboo.plugins.git.v2.configurator with parameters of type CustomVariableContextModifierConstructorDescriptionGitBranchConfigurator(com.atlassian.sal.api.message.I18nResolver i18nResolver, CustomVariableContext customVariableContext) GitServerConfigurator(com.atlassian.sal.api.message.I18nResolver i18nResolver, CustomVariableContext customVariableContext, CredentialsAccessor credentialsAccessor, SecretEncryptionService secretEncryptionService) -
Uses of CustomVariableContext in com.atlassian.bamboo.plugins.github
Constructors in com.atlassian.bamboo.plugins.github with parameters of type CustomVariableContextModifierConstructorDescriptionGitHubToGitPluginConfigurationTransformer(GithubAppsService githubAppsService, CredentialsAccessor credentialsAccessor, CustomVariableContext customVariableContext) -
Uses of CustomVariableContext in com.atlassian.bamboo.plugins.github.accessor
Constructors in com.atlassian.bamboo.plugins.github.accessor with parameters of type CustomVariableContextModifierConstructorDescriptionGitHubAccessorFactory(GithubAppsService githubAppsService, com.atlassian.plugins.whitelist.OutboundWhitelist outboundWhitelist, CustomVariableContext customVariableContext) -
Uses of CustomVariableContext in com.atlassian.bamboo.plugins.github.configurator
Constructors in com.atlassian.bamboo.plugins.github.configurator with parameters of type CustomVariableContextModifierConstructorDescriptionGitHubBranchConfigurator(com.atlassian.sal.api.message.I18nResolver i18nResolver, CustomVariableContext customVariableContext) -
Uses of CustomVariableContext in com.atlassian.bamboo.plugins.github.webhooks
Constructors in com.atlassian.bamboo.plugins.github.webhooks with parameters of type CustomVariableContextModifierConstructorDescriptionGithubWebhooksChangeEventListener(com.atlassian.event.api.EventPublisher eventPublisher, GithubRepositoryFinder repositoryFinder, CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, RssTriggeringService rssDetectionService) -
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 CustomVariableContextModifier and TypeMethodDescriptionstatic Function<io.atlassian.fugue.Pair<ImmutableChain, ChainResultsSummary>, PlanSummary> PlanSummary.createPlanSummary(@NotNull ArtifactLinkManager artifactLinkManager, @NotNull CustomVariableContext customVariableContext, @NotNull Map<PlanResultKey, PlanResultKey> buildFixesBuildMap, @NotNull String baseUrl) Constructors in com.atlassian.bamboo.plugins.jira.rest.model.build with parameters of type CustomVariableContextModifierConstructorDescriptionPlanSummary(@NotNull ImmutableChain chain, @NotNull ChainResultsSummary chainResultsSummary, @NotNull ArtifactLinkManager artifactLinkManager, @NotNull CustomVariableContext customVariableContext, @NotNull Map<PlanResultKey, PlanResultKey> buildFixesBuildMap, @NotNull 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 CustomVariableContextModifierConstructorDescriptionJiraIssueLatestRelatedBuildsResource(AdministrationConfigurationAccessor administrationConfigurationAccessor, ArtifactLinkManager artifactLinkManager, CustomVariableContext customVariableContext, CachedPlanManager cachedPlanManager, PlanResultSearcher planResultSearcher, JiraRestHelper jiraRestHelper, ResultsSummaryManager resultsSummaryManager) JiraIssueRelatedDeploymentsResource(AdministrationConfigurationAccessor administrationConfigurationAccessor, CustomVariableContext customVariableContext, CachedPlanManager cachedPlanManager, FeatureManager featureManager, JiraRestHelper jiraRestHelper, DeploymentVersionService deploymentVersionService, DeploymentResultService deploymentResultService) -
Uses of CustomVariableContext in com.atlassian.bamboo.plugins.labeller
Methods in com.atlassian.bamboo.plugins.labeller with parameters of type CustomVariableContextModifier and TypeMethodDescriptionvoidBuildLabellerCustomBuildProcessor.setCustomVariableContext(CustomVariableContext customVariableContext) voidBuildLogLabellerPreBuildAction.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 CustomVariableContextModifierConstructorDescriptionDeploymentPreviewResource(DeploymentVersionService deploymentVersionService, EnvironmentService environmentService, CachedDeploymentProjectService cachedDeploymentProjectService, DeploymentProjectService deploymentProjectService, DeploymentResultService deploymentResultService, ResultsSummaryManager resultSummaryManager, DeploymentVersionVcsChangesetService deploymentVersionVcsChangesetService, DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService, PlanRestService planRestService, CustomVariableContext customVariableContext, Jsonator<Object> 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 CustomVariableContextModifierConstructorDescriptionDeploymentProjectVersioningResource(VariableDefinitionManager variableDefinitionManager, CachedDeploymentProjectService cachedDeploymentProjectService, DeploymentProjectService deploymentProjectService, DeploymentVersionService deploymentVersionService, CachedPlanManager cachedPlanManager, 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 CustomVariableContextModifierConstructorDescriptionBranchSearchResult(@NotNull com.atlassian.sal.api.message.I18nResolver i18nResolver, @NotNull CustomVariableContext customVariableContext, @NotNull ImmutablePlan plan) PlanSearchResult(com.atlassian.sal.api.message.I18nResolver i18nResolver, CustomVariableContext customVariableContext, ImmutablePlan plan) StageSearchResult(com.atlassian.sal.api.message.I18nResolver i18nResolver, CustomVariableContext customVariableContext, ImmutableChainStage chainStage) -
Uses of CustomVariableContext in com.atlassian.bamboo.plugins.rest.resource
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type CustomVariableContextModifierConstructorDescriptionRepositoryResource(com.atlassian.sal.api.ApplicationProperties applicationProperties, CachedPlanManager cachedPlanManager, VcsRepositoryManager vcsRepositoryManager, RepositoryDefinitionManager repositoryDefinitionManager, BambooPermissionManager bambooPermissionManager, CustomVariableContext customVariableContext, ValidationService validationService, ValidationFunctionFactory validationFunctionFactory, com.atlassian.sal.api.message.I18nResolver i18nResolver, VcsConfigurationHelper vcsConfigurationHelper, VcsRepositoryConfigurationService vcsRepositoryConfigurationService, RssPermissionManager rssPermissionManager, FeatureManager featureManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, RssDetectionService rssDetectionService, BambooSpecsManager bambooSpecsManager, com.atlassian.event.api.EventPublisher eventPublisher, SpecsConsumerFactory specsConsumerFactory, CachedEnvironmentService environmentService, ProjectManager projectManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, CachedDeploymentProjectService cachedDeploymentProjectService) SearchResource(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, DeploymentVersionService deploymentVersionService, CachedDeploymentProjectService cachedDeploymentProjectService, ExtendedAuthorManager authorManager, PlanRestService planRestService, ProjectsRestService projectsRestService, com.atlassian.sal.api.message.I18nResolver i18nResolver, RestAuthenticationContext restAuthenticationContext) -
Uses of CustomVariableContext in com.atlassian.bamboo.plugins.stash.events
Constructors in com.atlassian.bamboo.plugins.stash.events with parameters of type CustomVariableContextModifierConstructorDescriptionBranchChangedEventListener(CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.stash.rest.client.applinks.ApplinkStashClientFactory stashClientFactory, com.atlassian.event.remote.RemoteEventListenerRegistrar listenerRegistrar, RepositoryFinder repositoryFinder, RssTriggeringService rssTriggeringService) BranchCreatedEventListener(BranchCreationFacade branchCreationFacade, CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.stash.rest.client.applinks.ApplinkStashClientFactory stashClientFactory) BranchDeletedEventListener(CachedPlanManager cachedPlanManager, ChainBranchManager chainBranchManager, CustomVariableContext customVariableContext, com.atlassian.event.api.EventPublisher eventPublisher, RssExecutionDirectoryManager rssExecutionDirectoryManager, com.atlassian.stash.rest.client.applinks.ApplinkStashClientFactory stashClientFactory, RepositoryFinder repositoryFinder) -
Uses of CustomVariableContext in com.atlassian.bamboo.plugins.stash.predicates
Methods in com.atlassian.bamboo.plugins.stash.predicates with parameters of type CustomVariableContextModifier and TypeMethodDescriptionstatic Predicate<ImmutableChain> StashRepositoryPredicates.defaultRepositoryMatchesQuery(@NotNull CustomVariableContext customVariableContext, @NotNull com.atlassian.stash.rest.client.applinks.ApplinkStashClientFactory applinkStashClientFactory, PlanRepositoryIndex.Query query, @NotNull String mirrorId) Predicate that is fulfilled when chain has default repository matching query.static Predicate<VcsRepositoryData> StashRepositoryPredicates.matchesQuery(@NotNull CustomVariableContext customVariableContext, @NotNull com.atlassian.stash.rest.client.applinks.ApplinkStashClientFactory stashClientFactory, PlanRepositoryIndex.Query query) -
Uses of CustomVariableContext in com.atlassian.bamboo.plugins.stash.rest.resource
Constructors in com.atlassian.bamboo.plugins.stash.rest.resource with parameters of type CustomVariableContextModifierConstructorDescriptionStashBulkActionsResource(com.atlassian.sal.api.ApplicationProperties applicationProperties, BitbucketSeverMirrorHelper mirrorHelper, BambooPermissionManager permissionManager, PlanManager planManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, RepositoryDefinitionManager repositoryDefinitionManager, VcsRepositoryConfigurationService vcsRepositoryConfigurationService, AdministrationConfigurationAccessor administrationConfigurationAccessor, ProjectManager projectManager, StashClientProvider stashClientProvider, CustomVariableContext customVariableContext, VcsRepositoryManager vcsRepositoryManager) -
Uses of CustomVariableContext in com.atlassian.bamboo.plugins.stash.v2.configurator
Methods in com.atlassian.bamboo.plugins.stash.v2.configurator with parameters of type CustomVariableContextModifier and TypeMethodDescriptionvoidBitbucketServerBranchConfigurator.setCustomVariableContext(CustomVariableContext customVariableContext) Deprecated.since 6.8 use constructor injection or annotation injection -
Uses of CustomVariableContext in com.atlassian.bamboo.plugins.variable.debug
Constructors in com.atlassian.bamboo.plugins.variable.debug with parameters of type CustomVariableContext -
Uses of CustomVariableContext in com.atlassian.bamboo.process
Constructors in com.atlassian.bamboo.process with parameters of type CustomVariableContextModifierConstructorDescriptionEnvironmentVariableAccessorImpl(CapabilityContext capabilityContext, CustomVariableContext customVariableContext) -
Uses of CustomVariableContext in com.atlassian.bamboo.repository.git
Constructors in com.atlassian.bamboo.repository.git with parameters of type CustomVariableContextModifierConstructorDescriptionGitConfigurationProviderImpl(CustomVariableContext customVariableContext, CredentialsAccessor credentialsAccessor, VcsRepositoryManager vcsRepositoryManager) -
Uses of CustomVariableContext in com.atlassian.bamboo.repository.svn.v2
Fields in com.atlassian.bamboo.repository.svn.v2 declared as CustomVariableContextModifier and TypeFieldDescriptionprotected CustomVariableContextAbstractSvnExecutor.customVariableContext -
Uses of CustomVariableContext in com.atlassian.bamboo.security.validation
Constructors in com.atlassian.bamboo.security.validation with parameters of type CustomVariableContextModifierConstructorDescriptionCommitDataProvider(VcsRepositoryManager vcsRepositoryManager, CustomVariableContext customVariableContext) -
Uses of CustomVariableContext in com.atlassian.bamboo.tag.service
Constructors in com.atlassian.bamboo.tag.service with parameters of type CustomVariableContextModifierConstructorDescriptionTagDetectionServiceImpl(VcsRepositoryManager vcsRepositoryManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VcsTagDao vcsTagDao, CustomVariableContext customVariableContext, CachedPlanManager cachedPlanManager, NonBlockingPlanExecutionService nonBlockingPlanExecutionService, TagBuildActionFactoryImpl tagBuildActionFactory) -
Uses of CustomVariableContext in com.atlassian.bamboo.task
Constructors in com.atlassian.bamboo.task with parameters of type CustomVariableContextModifierConstructorDescriptionTaskExecutorImpl(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 CustomVariableContextModifier and TypeMethodDescriptionvoidAbstractEnvironmentTriggerConfigurator.setCustomVariableContext(CustomVariableContext customVariableContext) Deprecated.since 6.8 use constructor injection or annotation injection -
Uses of CustomVariableContext in com.atlassian.bamboo.trigger.exporters
Constructors in com.atlassian.bamboo.trigger.exporters with parameters of type CustomVariableContextModifierConstructorDescriptionAfterSuccessfulPlanTriggerExporter(CachedPlanManager cachedPlanManager, ChainBranchManager chainBranchManager, PlanManager planManager, CachedDeploymentProjectService cachedDeploymentProjectService, CustomVariableContext customVariableContext, com.atlassian.sal.api.message.I18nResolver i18nResolver) -
Uses of CustomVariableContext in com.atlassian.bamboo.trigger.remote.rest
Constructors in com.atlassian.bamboo.trigger.remote.rest with parameters of type CustomVariableContextModifierConstructorDescriptionRemoteTriggerResource(CachedPlanManager cachedPlanManager, RemoteTriggerService remoteTriggerService, com.atlassian.event.api.EventPublisher eventPublisher, CustomVariableContext customVariableContext, com.atlassian.sal.api.message.I18nResolver i18nResolver) -
Uses of CustomVariableContext in com.atlassian.bamboo.v2.build.agent
Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type CustomVariableContextModifierConstructorDescriptionBuildAgentControllerImpl(AgentContext agentContext, AgentQueueAccessor agentQueueAccessor, BuildLoggerManager buildLoggerManager, ResultProcessor resultProcessor, CapabilityContext capabilityContext, RemotedCapabilitySetManager capabilitySetManager, CustomVariableContext customVariableContext, ErrorUpdateHandler errorUpdateHandler, ExecutionPhaseService executionPhaseService, com.atlassian.event.api.EventPublisher eventPublisher, DockerContainerControllerFactory dockerContainerControllerFactory, BuildWarningSummaryCollationService buildWarningSummaryCollationService, BuildLoggingContext buildLoggingContext, SecureXStreamFactory secureXStreamFactory, BuildDirectoryManager buildDirectoryManager, ArtifactManager artifactManager, SecretEncryptionService secretEncryptionService, AgentCipherProviderService agentCipherProviderService, AdministrationConfigurationAccessor administrationConfigurationAccessor) -
Uses of CustomVariableContext in com.atlassian.bamboo.v2.build.agent.docker
Constructors in com.atlassian.bamboo.v2.build.agent.docker with parameters of type CustomVariableContextModifierConstructorDescriptionprotectedDockerContainerControllerImpl(@NotNull CommonContext context, @NotNull DockerContainerService dockerContainerService, @NotNull ProcessContextFactory processContextFactory, @NotNull CapabilityContext capabilityContext, @NotNull CustomVariableContext customVariableContext, @NotNull ProcessService processService, @NotNull HomeDirectoryLayout homeDirectoryLayout) -
Uses of CustomVariableContext in com.atlassian.bamboo.v2.trigger
Fields in com.atlassian.bamboo.v2.trigger declared as CustomVariableContextModifier and TypeFieldDescriptionprotected final CustomVariableContextAbstractDependentDetectionAction.customVariableContextConstructors in com.atlassian.bamboo.v2.trigger with parameters of type CustomVariableContextModifierConstructorDescriptionAbstractDependentDetectionAction(ImmutableChain chain, ImmutableChain parentChain, BuildContext completedBuildContext, ErrorUpdateHandler errorUpdateHandler, TriggerManager triggerManager, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildLoggerManager buildLoggerManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, BuildContextBuilderFactory buildContextBuilderFactory, CustomVariableContext customVariableContext, VcsRepositoryManager vcsRepositoryManager) DefaultChangeDetectionManager(BuildContextFactory buildContextFactory, BuildLoggerManager buildLoggerManager, org.apache.struts2.text.TextProvider textProvider, VariableDefinitionManager variableDefinitionManager, CustomVariableContext customVariableContext, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, BranchCommitInformationManager branchCommitInformationManager, BranchIntegrationService branchIntegrationService, ChainBranchManager chainBranchManager, RepositoryCachingFacade repositoryCachingFacade, VcsRepositoryManager vcsRepositoryManager, AdministrationConfigurationAccessor administrationConfigurationAccessor) DependentBuildDetectionAction(ImmutableChain chain, ImmutableChain parentChain, BuildContext completedBuildContext, ErrorUpdateHandler errorUpdateHandler, TriggerManager triggerManager, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildLoggerManager buildLoggerManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, BuildContextBuilderFactory buildContextBuilderFactory, CustomVariableContext customVariableContext, VcsRepositoryManager vcsRepositoryManager) -
Uses of CustomVariableContext in com.atlassian.bamboo.variable
Classes in com.atlassian.bamboo.variable that implement CustomVariableContextModifier and TypeClassDescriptionclassclassConstructors in com.atlassian.bamboo.variable with parameters of type CustomVariableContextModifierConstructorDescriptionCustomVariableContextRunnerImpl(CustomVariableContext customVariableContext) -
Uses of CustomVariableContext in com.atlassian.bamboo.variable.substitutor
Constructors in com.atlassian.bamboo.variable.substitutor with parameters of type CustomVariableContextModifierConstructorDescriptionprotectedVariableSubstitutorImpl(@NotNull CommonContext commonContext, @NotNull BuildLoggerManager buildLoggerManager, @Nullable CapabilityContext capabilityContext, @NotNull AgentContext agentContext, @NotNull BuildDirectoryManager buildDirectoryManager, @NotNull BambooUrl bambooUrl, @NotNull CustomVariableContext customVariableContext, @NotNull VcsRepositoryManager vcsRepositoryManager, boolean createLocalCopyOfVariableContext) -
Uses of CustomVariableContext in com.atlassian.bamboo.vcs.configuration.service
Constructors in com.atlassian.bamboo.vcs.configuration.service with parameters of type CustomVariableContextModifierConstructorDescriptionVcsRepositoryConfigurationComparatorImpl(CustomVariableContext customVariableContext) -
Uses of CustomVariableContext in com.atlassian.bamboo.vcs.viewer.fisheye
Methods in com.atlassian.bamboo.vcs.viewer.fisheye with parameters of type CustomVariableContextModifier and TypeMethodDescriptionstatic @NotNull ErrorCollectionFishEyeRepositoryViewerConfigurator.validate(@NotNull CustomVariableContext customVariableContext, @Nullable String webRepositoryUrl, @Nullable String webRepositoryName) Constructors in com.atlassian.bamboo.vcs.viewer.fisheye with parameters of type CustomVariableContextModifierConstructorDescriptionFishEyeRepositoryViewer(CustomVariableContext customVariableContext) FishEyeRepositoryViewerConfigurator(CustomVariableContext customVariableContext) FishEyeRepositoryViewerExporter(CustomVariableContext customVariableContext) -
Uses of CustomVariableContext in com.atlassian.bamboo.vcs.viewer.generic
Methods in com.atlassian.bamboo.vcs.viewer.generic with parameters of type CustomVariableContextModifier and TypeMethodDescriptionstatic @NotNull ErrorCollectionGenericRepositoryViewerConfigurator.validate(@NotNull CustomVariableContext customVariableContext, @Nullable String webRepositoryUrl) Constructors in com.atlassian.bamboo.vcs.viewer.generic with parameters of type CustomVariableContextModifierConstructorDescriptionGenericRepositoryViewer(CustomVariableContext customVariableContext) GenericRepositoryViewerConfigurator(CustomVariableContext customVariableContext) GenericRepositoryViewerExporter(CustomVariableContext customVariableContext) -
Uses of CustomVariableContext in com.atlassian.bamboo.vcsversion
Methods in com.atlassian.bamboo.vcsversion with parameters of type CustomVariableContextModifier and TypeMethodDescriptionvoidVCSVersionReader.setCustomVariableContext(CustomVariableContext customVariableContext) -
Uses of CustomVariableContext in com.atlassian.bamboo.ww2
Constructors in com.atlassian.bamboo.ww2 with parameters of type CustomVariableContextModifierConstructorDescriptionFreemarkerContext(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooLicenseManager bambooLicenseManager, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BootstrapManager bootstrapManager, CachedPlanManager cachedPlanManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, CommentManager commentManager, DarkFeatureService darkFeatureService, DocumentationLinkProvider documentationLinkProvider, FeatureManager featureManager, GravatarService gravatarService, CachedDeploymentProjectService cachedDeploymentProjectService, CachedEnvironmentService cachedEnvironmentService, NotificationManager notificationManager, PlanFavouriteService planFavouriteService, PlanManager planManager, com.atlassian.plugin.PluginAccessor pluginAccessor, NodeStatusProvider nodeStatusProvider, VcsRepositoryViewerManager vcsRepositoryViewerManager, com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager, com.atlassian.plugin.webresource.WebResourceIntegration webResourceIntegration, LookAndFeelAssetsProvider lookAndFeelAssetsProvider, CustomVariableContext customVariableContext, HigherOrderAvatarProvider higherOrderAvatarProvider, BambooClusterNodeHeartbeatService clusterNodeHeartbeatService) -
Uses of CustomVariableContext in com.atlassian.bamboo.ww2.actions.admin
Fields in com.atlassian.bamboo.ww2.actions.admin declared as CustomVariableContextModifier and TypeFieldDescriptionprotected CustomVariableContextImportMavenPlanAction.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 CustomVariableContextModifier and TypeFieldDescriptionprotected CustomVariableContextConfigureRepository.customVariableContext -
Uses of CustomVariableContext in com.atlassian.bamboo.ww2.beans
Constructors in com.atlassian.bamboo.ww2.beans with parameters of type CustomVariableContextModifierConstructorDescriptionDecoratedNavObjectFactoryImpl(CachedPlanManager cachedPlanManager, org.apache.struts2.text.TextProvider textProvider, CustomVariableContext customVariableContext, CachedDeploymentProjectService cachedDeploymentProjectService, PlanExecutionManager planExecutionManager) -
Uses of CustomVariableContext in com.atlassian.bamboo.ww2.interceptors
Methods in com.atlassian.bamboo.ww2.interceptors with parameters of type CustomVariableContextModifier and TypeMethodDescriptionvoidNavigationAwareInterceptor.setCustomVariableContext(CustomVariableContext customVariableContext) voidPlanAwareInterceptor.setCustomVariableContext(CustomVariableContext customVariableContext)