Uses of Interface
com.atlassian.bamboo.variable.CustomVariableContext
-
-
Uses of CustomVariableContext in com.atlassian.bamboo.agent.ephemeral
Fields in com.atlassian.bamboo.agent.ephemeral declared as CustomVariableContext Modifier and Type Field Description protected CustomVariableContextEphemeralAgentKubernetesExecutionService. customVariableContext -
Uses of CustomVariableContext in com.atlassian.bamboo.build
Fields in com.atlassian.bamboo.build declared as CustomVariableContext Modifier and Type Field Description protected CustomVariableContextPlanResultsAction. customVariableContextMethods in com.atlassian.bamboo.build with parameters of type CustomVariableContext Modifier and Type Method Description voidPlanResultsAction. setCustomVariableContext(CustomVariableContext customVariableContext)Constructors in com.atlassian.bamboo.build with parameters of type CustomVariableContext Constructor Description BuildDetectionActionFactoryImpl(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 CustomVariableContext Modifier and Type Method Description voidBuildArtifactPostProcessor. setCustomVariableContext(CustomVariableContext customVariableContext) -
Uses of CustomVariableContext in com.atlassian.bamboo.chains
Constructors in com.atlassian.bamboo.chains with parameters of type CustomVariableContext Constructor Description ChainExecutionManagerImpl(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) -
Uses of CustomVariableContext in com.atlassian.bamboo.configuration.external
Constructors in com.atlassian.bamboo.configuration.external with parameters of type CustomVariableContext Constructor Description RepositoryStoredSpecsServiceImpl(@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 CustomVariableContext Constructor Description RssTriggeringServiceImpl(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 CustomVariableContext Modifier and Type Field Description protected CustomVariableContextAbstractRepositoryAction. customVariableContext -
Uses of CustomVariableContext in com.atlassian.bamboo.deployments.environments.actions
Methods in com.atlassian.bamboo.deployments.environments.actions with parameters of type CustomVariableContext Modifier and Type Method Description voidCreateEnvironment. 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 Modifier and Type Method Description voidAbstractDeploymentProjectDetailsAction. setCustomVariableContext(CustomVariableContext customVariableContext) -
Uses of CustomVariableContext in com.atlassian.bamboo.deployments.versions.actions
Fields in com.atlassian.bamboo.deployments.versions.actions declared as CustomVariableContext Modifier and Type Field Description protected CustomVariableContextAbstractCreateDeploymentVersion. customVariableContextMethods in com.atlassian.bamboo.deployments.versions.actions with parameters of type CustomVariableContext Modifier and Type Method Description voidAbstractCreateDeploymentVersion. 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 CustomVariableContext Constructor Description DeploymentVersionServiceImpl(@NotNull DeploymentProjectDao deploymentProjectDao, @NotNull DeploymentVersionDao deploymentVersionDao, @NotNull ResultsSummaryManager resultsSummaryManager, @NotNull DeploymentVersionChainResultDataCollector deploymentVersionChainResultDataCollector, @NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull EnvironmentService environmentService, @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 CustomVariableContext Modifier and Type Method Description protected 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 CustomVariableContext Constructor Description AbstractCompletedNotification(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 CustomVariableContext Constructor Description ChainCompletedNotification(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 CustomVariableContext Constructor Description WebhookTransport(WebhookTemplate webhookTemplate, CustomVariableContext customVariableContext, ErrorUpdateHandler errorUpdateHandler, ResultsSummaryManager resultsSummaryManager, DeploymentProjectService deploymentProjectService, WebhookSenderService webhookSenderService, String url, WebhookResponseService webhookResponseService, DeploymentResultService deploymentResultService, BambooUrl bambooUrl, TemplateRenderer templateRenderer) -
Uses of CustomVariableContext in com.atlassian.bamboo.plan.artifact
Methods in com.atlassian.bamboo.plan.artifact with parameters of type CustomVariableContext Modifier and Type Method Description voidArtifactDefinitionContext. 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 CustomVariableContext Modifier and Type Method Description static 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 CustomVariableContext Constructor Description BranchCreationFacadeImpl(BranchDetectionService branchDetectionService, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, CustomVariableContext customVariableContext, ErrorHandler errorHandler, LightweightBranchCreationService branchCreationService, com.atlassian.struts.TextProvider textProvider, 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 CustomVariableContext Constructor Description ImmutablePlanCacheServiceImpl(@NotNull ImmutablePlanManager immutablePlanManager, @NotNull PlanDao planDao, @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 CustomVariableContext Constructor Description PullRequestDetectionServiceImpl(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.plugins.bitbucket.v2.configurator
Methods in com.atlassian.bamboo.plugins.bitbucket.v2.configurator with parameters of type CustomVariableContext Modifier and Type Method Description voidBitbucketCloudBranchConfigurator. 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 CustomVariableContext Modifier and Type Method Description voidBitbucketCloudVcsRepositoryViewer. 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 CustomVariableContext Constructor Description BitbucketCloudWebhooksChangeEventListener(com.atlassian.event.api.EventPublisher eventPublisher, RepositoryFinder repositoryFinder, CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, RssTriggeringService rssDetectionService) -
Uses of CustomVariableContext in com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.predicates
Methods in com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.predicates with parameters of type CustomVariableContext Modifier and Type Method Description static Predicate<VcsRepositoryData>BitbucketCloudRepositoryPredicates. matchesQuery(@NotNull CustomVariableContext customVariableContext, PlanRepositoryIndex.Query query) -
Uses of CustomVariableContext in com.atlassian.bamboo.plugins.git
Methods in com.atlassian.bamboo.plugins.git with parameters of type CustomVariableContext Modifier and Type Method Description voidGitHubRepository. setCustomVariableContext(CustomVariableContext customVariableContext)Constructors in com.atlassian.bamboo.plugins.git with parameters of type CustomVariableContext Constructor Description GitCacheHandler(CachedPlanManager cachedPlanManager, BuildDirectoryManager buildDirectoryManager, GitCacheDirectoryUtils gitCacheDirectoryUtils, com.atlassian.sal.api.message.I18nResolver i18nResolver, AgentManager agentManager, AgentCommandSender agentCommandSender, CustomVariableContext customVariableContext) -
Uses of CustomVariableContext in com.atlassian.bamboo.plugins.git.v2
Fields in com.atlassian.bamboo.plugins.git.v2 declared as CustomVariableContext Modifier and Type Field Description protected CustomVariableContextAbstractGitExecutor. customVariableContextConstructors in com.atlassian.bamboo.plugins.git.v2 with parameters of type CustomVariableContext Constructor Description AbstractGitExecutor(CapabilityContext capabilityContext, CredentialsAccessor credentialsAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext)GitBambooSpecsHandler(CapabilityContext capabilityContext, CredentialsAccessor credentialsAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext)GitBranchCreator(CapabilityContext capabilityContext, CredentialsAccessor credentialsAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext)GitBranchDetector(CapabilityContext capabilityContext, CredentialsAccessor credentialsAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext)GitChangeDetector(CapabilityContext capabilityContext, CredentialsAccessor credentialsAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggerManager buildLoggerManager, BuildLoggingContext buildLoggingContext)GitConnectionTester(CapabilityContext capabilityContext, CredentialsAccessor credentialsAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext)GitTagCreator(CapabilityContext capabilityContext, CredentialsAccessor credentialsAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext)GitTagsHandler(CapabilityContext capabilityContext, CredentialsAccessor credentialsAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext)GitVariableGenerator(CapabilityContext capabilityContext, CredentialsAccessor credentialsAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext)GitWorkingCopyManager(CapabilityContext capabilityContext, CredentialsAccessor credentialsAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, AgentContext agentContext, BuildLoggerManager buildLoggerManager, VcsBranchIntegrationHelper branchIntegrationHelper, BuildLoggingContext buildLoggingContext) -
Uses of CustomVariableContext in com.atlassian.bamboo.plugins.git.v2.configurator
Constructors in com.atlassian.bamboo.plugins.git.v2.configurator with parameters of type CustomVariableContext Constructor Description GitBranchConfigurator(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.configurator
Constructors in com.atlassian.bamboo.plugins.github.configurator with parameters of type CustomVariableContext Constructor Description GitHubBranchConfigurator(com.atlassian.sal.api.message.I18nResolver i18nResolver, 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 Modifier and Type Method Description static 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 CustomVariableContext Constructor Description PlanSummary(@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 CustomVariableContext Constructor Description JiraIssueLatestRelatedBuildsResource(AdministrationConfigurationAccessor administrationConfigurationAccessor, ArtifactLinkManager artifactLinkManager, CustomVariableContext customVariableContext, CachedPlanManager cachedPlanManager, PlanResultSearcher planResultSearcher, JiraRestHelper jiraRestHelper, ResultsSummaryManager resultsSummaryManager)JiraIssueRelatedDeploymentsResource(AdministrationConfigurationAccessor administrationConfigurationAccessor, CustomVariableContext customVariableContext, DeploymentProjectService deploymentProjectService, 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 CustomVariableContext Modifier and Type Method Description voidBuildLabellerCustomBuildProcessor. 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 CustomVariableContext Constructor Description 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 Constructor Description DeploymentProjectVersioningResource(VariableDefinitionManager variableDefinitionManager, 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 CustomVariableContext Constructor Description BranchSearchResult(@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 CustomVariableContext Constructor Description RepositoryResource(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, EnvironmentService environmentService, ProjectManager projectManager, AdministrationConfigurationAccessor administrationConfigurationAccessor)SearchResource(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, ExtendedAuthorManager authorManager, PlanRestService planRestService, ProjectsRestService projectsRestService, com.atlassian.sal.api.message.I18nResolver i18nResolver) -
Uses of CustomVariableContext in com.atlassian.bamboo.plugins.stash.events
Constructors in com.atlassian.bamboo.plugins.stash.events with parameters of type CustomVariableContext Constructor Description BranchChangedEventListener(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 CustomVariableContext Modifier and Type Method Description static 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.v2.configurator
Methods in com.atlassian.bamboo.plugins.stash.v2.configurator with parameters of type CustomVariableContext Modifier and Type Method Description voidBitbucketServerBranchConfigurator. 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 Constructor Description DumpVariablesTask(CustomVariableContext customVariableContext) -
Uses of CustomVariableContext in com.atlassian.bamboo.process
Constructors in com.atlassian.bamboo.process with parameters of type CustomVariableContext Constructor Description EnvironmentVariableAccessorImpl(CapabilityContext capabilityContext, CustomVariableContext customVariableContext) -
Uses of CustomVariableContext in com.atlassian.bamboo.repository
Fields in com.atlassian.bamboo.repository declared as CustomVariableContext Modifier and Type Field Description protected CustomVariableContextAbstractRepository. customVariableContextDeprecated.since 6.8 inject your ownMethods in com.atlassian.bamboo.repository with parameters of type CustomVariableContext Modifier and Type Method Description voidAbstractRepository. setCustomVariableContext(CustomVariableContext customVariableContext)Deprecated. -
Uses of CustomVariableContext in com.atlassian.bamboo.repository.svn.v2
Fields in com.atlassian.bamboo.repository.svn.v2 declared as CustomVariableContext Modifier and Type Field Description protected CustomVariableContextAbstractSvnExecutor. customVariableContext -
Uses of CustomVariableContext in com.atlassian.bamboo.tag.service
Constructors in com.atlassian.bamboo.tag.service with parameters of type CustomVariableContext Constructor Description TagDetectionServiceImpl(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 CustomVariableContext Constructor Description 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 Modifier and Type Method Description voidAbstractEnvironmentTriggerConfigurator. 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 CustomVariableContext Constructor Description AfterSuccessfulPlanTriggerExporter(CachedPlanManager cachedPlanManager, ChainBranchManager chainBranchManager, PlanManager planManager, DeploymentProjectService deploymentProjectService, 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 CustomVariableContext Constructor Description RemoteTriggerResource(CachedPlanManager cachedPlanManager, RemoteTriggerService remoteTriggerService, com.atlassian.event.api.EventPublisher eventPublisher, 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 Constructor Description BuildAgentControllerImpl(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) -
Uses of CustomVariableContext in com.atlassian.bamboo.v2.build.agent.docker
Constructors in com.atlassian.bamboo.v2.build.agent.docker with parameters of type CustomVariableContext Constructor Description DockerContainerControllerImpl(@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 CustomVariableContext Modifier and Type Field Description protected CustomVariableContextAbstractDependentDetectionAction. customVariableContextConstructors in com.atlassian.bamboo.v2.trigger with parameters of type CustomVariableContext Constructor Description AbstractDependentDetectionAction(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, com.opensymphony.xwork2.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 CustomVariableContext Modifier and Type Class Description classCustomVariableContextForTestsclassCustomVariableContextImplConstructors in com.atlassian.bamboo.variable with parameters of type CustomVariableContext Constructor Description CustomVariableContextRunnerImpl(CustomVariableContext customVariableContext) -
Uses of CustomVariableContext in com.atlassian.bamboo.variable.substitutor
Constructors in com.atlassian.bamboo.variable.substitutor with parameters of type CustomVariableContext Constructor Description VariableSubstitutorImpl(@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 CustomVariableContext Constructor Description VcsRepositoryConfigurationComparatorImpl(CustomVariableContext customVariableContext) -
Uses of CustomVariableContext in com.atlassian.bamboo.vcs.viewer.fisheye
Methods in com.atlassian.bamboo.vcs.viewer.fisheye with parameters of type CustomVariableContext Modifier and Type Method Description static @NotNull ErrorCollectionFishEyeRepositoryViewerConfigurator. validate(@NotNull CustomVariableContext customVariableContext, @Nullable String webRepositoryUrl, @Nullable String webRepositoryName)Constructors in com.atlassian.bamboo.vcs.viewer.fisheye with parameters of type CustomVariableContext Constructor Description FishEyeRepositoryViewer(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 CustomVariableContext Modifier and Type Method Description static @NotNull ErrorCollectionGenericRepositoryViewerConfigurator. validate(@NotNull CustomVariableContext customVariableContext, @Nullable String webRepositoryUrl)Constructors in com.atlassian.bamboo.vcs.viewer.generic with parameters of type CustomVariableContext Constructor Description GenericRepositoryViewer(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 CustomVariableContext Modifier and Type Method Description voidVCSVersionReader. setCustomVariableContext(CustomVariableContext customVariableContext) -
Uses of CustomVariableContext in com.atlassian.bamboo.webrepository.fisheye
Methods in com.atlassian.bamboo.webrepository.fisheye with parameters of type CustomVariableContext Modifier and Type Method Description voidFisheyeWebRepositoryViewer. setCustomVariableContext(CustomVariableContext customVariableContext) -
Uses of CustomVariableContext in com.atlassian.bamboo.webrepository.stash
Methods in com.atlassian.bamboo.webrepository.stash with parameters of type CustomVariableContext Modifier and Type Method Description voidLegacyStashWebRepositoryViewer. setCustomVariableContext(CustomVariableContext customVariableContext)Deprecated. -
Uses of CustomVariableContext in com.atlassian.bamboo.ww2
Constructors in com.atlassian.bamboo.ww2 with parameters of type CustomVariableContext Constructor Description FreemarkerContext(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooLicenseManager bambooLicenseManager, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BootstrapManager bootstrapManager, CachedPlanManager cachedPlanManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, CommentManager commentManager, DarkFeatureService darkFeatureService, DocumentationLinkProvider documentationLinkProvider, FeatureManager featureManager, GravatarService gravatarService, LinkedDeploymentProjectCacheService linkedDeploymentProjectCacheService, NotificationManager notificationManager, PlanFavouriteService planFavouriteService, PlanManager planManager, com.atlassian.plugin.PluginAccessor pluginAccessor, NodeStatusProvider nodeStatusProvider, StorageCappingService storageCappingService, VcsRepositoryViewerManager vcsRepositoryViewerManager, com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager, com.atlassian.plugin.webresource.WebResourceIntegration webResourceIntegration, SystemInfo systemInfo, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, 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 CustomVariableContext Modifier and Type Field Description protected 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 CustomVariableContext Modifier and Type Field Description protected CustomVariableContextConfigureRepository. customVariableContext -
Uses of CustomVariableContext in com.atlassian.bamboo.ww2.beans
Constructors in com.atlassian.bamboo.ww2.beans with parameters of type CustomVariableContext Constructor Description DecoratedNavObjectFactoryImpl(CachedPlanManager cachedPlanManager, com.opensymphony.xwork2.TextProvider textProvider, CustomVariableContext customVariableContext, DeploymentProjectService deploymentProjectService, PlanExecutionManager planExecutionManager) -
Uses of CustomVariableContext in com.atlassian.bamboo.ww2.interceptors
Methods in com.atlassian.bamboo.ww2.interceptors with parameters of type CustomVariableContext Modifier and Type Method Description voidNavigationAwareInterceptor. setCustomVariableContext(CustomVariableContext customVariableContext)voidPlanAwareInterceptor. setCustomVariableContext(CustomVariableContext customVariableContext)
-