Uses of Interface
com.atlassian.bamboo.deployments.environments.service.EnvironmentService
Package
Description
-
Uses of EnvironmentService in com.atlassian.bamboo.agent
ModifierConstructorDescriptionAgentExecutableServiceImpl
(CapabilitySetManager capabilitySetManager, ExecutableAgentsHelper executableAgentsHelper, BambooCachingPermissionManagerFacade cachingPermissionManagerFacade, EnvironmentService environmentService) -
Uses of EnvironmentService in com.atlassian.bamboo.buildqueue.manager
ModifierConstructorDescriptionAgentAssignmentServiceImpl
(@NotNull AgentAssignmentDao agentAssignmentDao, @NotNull AuditLogService auditLogService, @NotNull org.springframework.transaction.support.TransactionTemplate transactionTemplate, @NotNull ProjectManager projectManager, @NotNull CachedPlanManager cachedPlanManager, @NotNull com.atlassian.struts.TextProvider textProvider, @NotNull EnvironmentService environmentService, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull CapabilitySetManager capabilitySetManager, @NotNull CapabilityRequirementsMatcher capabilityRequirementsMatcher, @NotNull AdministrationConfigurationAccessor administrationConfigurationAccessor, @NotNull FeatureManager featureManager) -
Uses of EnvironmentService in com.atlassian.bamboo.configuration.agent
Modifier and TypeFieldDescriptionprotected EnvironmentService
ConfigureCapabilityKey.environmentService
Modifier and TypeMethodDescriptionvoid
ConfigureCapabilityKey.setEnvironmentService
(EnvironmentService environmentService) -
Uses of EnvironmentService in com.atlassian.bamboo.deployments.environments
ModifierConstructorDescriptionDefaultEnvironmentPermissionsService
(TransactionAndHibernateTemplate hibernateTemplate, HibernateMutableAclService aclService, BambooAclHelper aclHelper, EnvironmentService environmentService, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager) -
Uses of EnvironmentService in com.atlassian.bamboo.deployments.environments.actions.triggers
Modifier and TypeFieldDescriptionprotected EnvironmentService
ConfigureEnvironmentTriggers.environmentService
-
Uses of EnvironmentService in com.atlassian.bamboo.deployments.environments.events
ModifierConstructorDescriptionEnvironmentEventListener
(EnvironmentService environmentService, EnvironmentTriggerService environmentTriggerService, EnvironmentRequirementService environmentRequirementService, TriggerTypeManager triggerTypeManager) -
Uses of EnvironmentService in com.atlassian.bamboo.deployments.environments.requirement
ModifierConstructorDescriptionEnvironmentRequirementServiceImpl
(com.atlassian.struts.TextProvider textProvider, AuditLogService auditLogService, com.atlassian.event.api.EventPublisher eventPublisher, CapabilityHelper capabilityHelper, TaskManager taskManager, ElasticFunctionalityFacade elasticFunctionalityFacade, ExecutableAgentsHelper executableAgentsHelper, EnvironmentService environmentService, EnvironmentDao environmentDao, PlanScheduler planScheduler, EnvironmentCustomConfigService environmentCustomConfigService) -
Uses of EnvironmentService in com.atlassian.bamboo.deployments.environments.service
Modifier and TypeMethodDescriptionstatic void
EnvironmentServiceHelper.applyConsumerToAllEnvironmentsNoUserContext
(@NotNull EnvironmentService environmentService, @NotNull Consumer<? super Environment> consumer) Deprecated.static void
EnvironmentServiceHelper.applyConsumerToAllInternalEnvironmentsNoUserContext
(@NotNull EnvironmentService environmentService, @NotNull Consumer<? super InternalEnvironment> consumer) Applies a consumer to all environments in the system. -
Uses of EnvironmentService in com.atlassian.bamboo.deployments.expiry
ModifierConstructorDescriptionDeploymentExpiryServiceImpl
(AdministrationConfigurationAccessor administrationConfigurationAccessor, com.atlassian.bandana.BandanaManager bandanaManager, DeploymentProjectService deploymentProjectService, DeploymentResultDeletionService deploymentResultDeletionService, DeploymentResultService deploymentResultService, DeploymentVersionDeletionService deploymentVersionDeletionService, DeploymentVersionService deploymentVersionService, EnvironmentService environmentService, ResultsSummaryManager resultsSummaryManager, ArtifactLinkManager artifactLinkManager) -
Uses of EnvironmentService in com.atlassian.bamboo.deployments.notification
ModifierConstructorDescriptionDeploymentNotificationEventListener
(DeploymentResultService deploymentResultService, EnvironmentService environmentService, NotificationDispatcher notificationDispatcher, NotificationManager notificationManager) -
Uses of EnvironmentService in com.atlassian.bamboo.deployments.projects
ModifierConstructorDescriptionDeploymentProjectImpl
(DeploymentProject deploymentProject, EnvironmentService environmentService, Operations operations) DeploymentProjectImpl
(MutableDeploymentProject deploymentProject, EnvironmentService environmentService) -
Uses of EnvironmentService in com.atlassian.bamboo.deployments.projects.service
ModifierConstructorDescriptionDeploymentProjectServiceImpl
(ArtifactDefinitionManager artifactDefinitionManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, CachedPlanManager cachedPlanManager, DeploymentProjectDao deploymentProjectDao, DeploymentResultService deploymentResultService, EnvironmentDao environmentDao, EnvironmentService environmentService, InternalEnvironmentService internalEnvironmentService, EnvironmentTaskService environmentTaskService, HibernateMutableAclService aclService, com.opensymphony.xwork2.TextProvider textProvider, ValidationService validationService, VariableDefinitionManager variableDefinitionManager, VersionNamingService versionNamingService, DeploymentVersionService deploymentVersionService, ResultsSummaryManager resultsSummaryManager, com.atlassian.event.api.EventPublisher eventPublisher, TriggerTypeManager triggerTypeManager, PlanScheduler planScheduler, BambooEntityOidService bambooEntityOidService) -
Uses of EnvironmentService in com.atlassian.bamboo.deployments.results.service
ModifierConstructorDescriptionDeploymentResultServiceImpl
(BambooPermissionManager bambooPermissionManager, DeploymentResultDao deploymentResultDao, DeploymentVersionDao deploymentVersionDao, EnvironmentDao environmentDao, @NotNull EnvironmentService environmentService, @NotNull InternalEnvironmentService internalEnvironmentService, @NotNull VariableContextBaselineDao variableContextBaselineDao, @NotNull DeploymentsInProgressService deploymentsInProgressService, @NotNull TriggerManager triggerManager, com.opensymphony.xwork2.TextProvider textProvider) -
Uses of EnvironmentService in com.atlassian.bamboo.deployments.versions.service
ModifierConstructorDescriptionDeploymentVersionDeletionServiceImpl
(BambooTransactionHibernateTemplate bambooTransactionHibernateTemplate, DeploymentResultDeletionService deploymentResultDeletionService, DeploymentResultService deploymentResultService, DeploymentVersionDao deploymentVersionDao, DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService, DeploymentVersionLinkedJiraIssueDao deploymentVersionLinkedJiraIssueDao, DeploymentVersionVcsChangesetDao deploymentVersionVcsChangesetDao, VariableDefinitionDao variableDefinitionDao, CommentDao commentDao, ArtifactManager artifactManager, com.atlassian.event.api.EventPublisher eventPublisher, EnvironmentService environmentService, AuditLogService auditLogService) DeploymentVersionServiceImpl
(@NotNull DeploymentProjectDao deploymentProjectDao, @NotNull DeploymentVersionDao deploymentVersionDao, @NotNull InternalResultsSummaryAccessor internalResultsSummaryAccessor, @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 EnvironmentService in com.atlassian.bamboo.plugin.servlet
ModifierConstructorDescriptionDeploymentDownloadStrategy
(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooContentTypeResolver bambooContentTypeResolver, BambooPermissionManager bambooPermissionManager, BambooAuthenticationContext authenticationContext, EnvironmentService environmentService) -
Uses of EnvironmentService in com.atlassian.bamboo.plugins.artifact
ModifierConstructorDescriptionArtifactDownloaderTaskEventListener
(PlanManager planManager, CachedPlanManager cachedPlanManager, EnvironmentService environmentService, EnvironmentTaskService environmentTaskService, TaskConfigurationService taskConfigurationService) -
Uses of EnvironmentService in com.atlassian.bamboo.plugins.rest.deployments.environments
ModifierConstructorDescriptionDeploymentEnvironmentResource
(AgentAssignmentService agentAssignmentService, AgentManager agentManager, EnvironmentService environmentService, EnvironmentCustomConfigService environmentCustomConfigService, DeploymentResultService deploymentResultService, DeploymentProjectService deploymentProjectService, com.atlassian.sal.api.message.I18nResolver i18nResolver, com.atlassian.event.api.EventPublisher eventPublisher, ElasticImageConfigurationManager elasticImageConfigurationManager, EnvironmentRequirementService environmentRequirementService, VariableDefinitionManager variableDefinitionManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooPermissionManager bambooPermissionManager, VariableConfigurationService variableConfigurationService, AgentCapabilityService agentCapabilityService, LinkService linkService, EphemeralAgentsService ephemeralAgentsService) EnvironmentRequirementResource
(DeploymentProjectService deploymentProjectService, EnvironmentRequirementService environmentRequirementService, EnvironmentService environmentService, BambooPermissionManager bambooPermissionManager, FeatureManager featureManager, LinkService linkService) -
Uses of EnvironmentService in com.atlassian.bamboo.plugins.rest.deployments.execution
ModifierConstructorDescriptionDeploymentPreviewResource
(DeploymentVersionService deploymentVersionService, EnvironmentService environmentService, DeploymentProjectService deploymentProjectService, DeploymentResultService deploymentResultService, ResultsSummaryManager resultSummaryManager, DeploymentVersionVcsChangesetService deploymentVersionVcsChangesetService, DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService, PlanRestService planRestService, CustomVariableContext customVariableContext, Jsonator<Object> jsonator, CachedPlanManager cachedPlanManager) DeploymentQueueResource
(BuildQueueManager buildQueueManager, BambooUserManager bambooUserManager, DeploymentExecutionService deploymentExecutionService, DeploymentProjectService deploymentProjectService, DeploymentResultService deploymentResultService, DeploymentVersionService deploymentVersionService, EnvironmentService environmentService, EnvironmentTriggeringActionFactory environmentTriggeringActionFactory, com.atlassian.sal.api.message.I18nResolver i18nResolver, PlanExecutionManager planExecutionManager, RestAuthenticationContext restAuthenticationContext) -
Uses of EnvironmentService in com.atlassian.bamboo.plugins.rest.deployments.issues
ModifierConstructorDescriptionJiraIssueRelatedDeploymentsResource
(DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, EnvironmentService environmentService, DeploymentResultService deploymentResultService, AdministrationConfigurationAccessor administrationConfigurationAccessor, com.atlassian.sal.api.message.I18nResolver i18nResolver) -
Uses of EnvironmentService in com.atlassian.bamboo.plugins.rest.deployments.projects
ModifierConstructorDescriptionDeploymentDashboardResource
(DeploymentProjectService deploymentProjectService, EnvironmentService environmentService, DeploymentResultService deploymentResultService, DeploymentVersionService deploymentVersionService, LinkService linkService, com.atlassian.sal.api.message.I18nResolver i18nResolver) -
Uses of EnvironmentService in com.atlassian.bamboo.plugins.rest.resource
ModifierConstructorDescriptionAgentAssignmentResource
(AgentAssignmentService agentAssignmentService, AgentManager agentManager, DeploymentProjectService deploymentProjectService, ElasticImageConfigurationManager elasticImageConfigurationManager, EnvironmentService environmentService, EphemeralAgentsService ephemeralAgentsService, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.sal.api.message.I18nResolver i18nResolver, CachedPlanManager cachedPlanManager, PlanRestService planRestService, ProjectManager projectManager, RestAuthenticationContext restAuthenticationContext) 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) -
Uses of EnvironmentService in com.atlassian.bamboo.plugins.testutils.deployments
ModifierConstructorDescriptionDeploymentsTestServiceImpl
(DeploymentExecutionService deploymentExecutionService, DeploymentProjectService deploymentProjectService, DeploymentResultService deploymentResultService, DeploymentVersionService deploymentVersionService, EnvironmentService environmentService, ResultsSummaryManager resultsSummaryManager, TriggerManager triggerManager) -
Uses of EnvironmentService in com.atlassian.bamboo.plugins.testutils.rest.resource.deployment
ModifierConstructorDescriptionDeploymentPermissionsResource
(DeploymentProjectService deploymentProjectService, EnvironmentService environmentService, PermissionsTestService permissionsTestService, RestAuthenticationContext restAuthenticationContext) DeploymentProjectResource
(DeploymentProjectService deploymentProjectService, EnvironmentService environmentService, EnvironmentTaskService environmentTaskService, EnvironmentTriggerService environmentTriggerService, NotificationManager notificationManager, TaskManager taskManager, TriggerTypeManager triggerTypeManager, VariableConfigurationService variableConfigurationService) -
Uses of EnvironmentService in com.atlassian.bamboo.server.control
ModifierConstructorDescriptionChangeDetectionControllerImpl
(@NotNull CachedPlanManager cachedPlanManager, @NotNull EnvironmentService environmentService, @NotNull TriggerTypeManager triggerTypeManager, @NotNull XStreamFactory xStreamFactory) -
Uses of EnvironmentService in com.atlassian.bamboo.spring
Modifier and TypeFieldDescriptionstatic final Supplier<EnvironmentService>
ComponentAccessor.ENVIRONMENT_SERVICE
Deprecated. -
Uses of EnvironmentService in com.atlassian.bamboo.task
ModifierConstructorDescriptionTaskConfiguratorHelperImpl
(BuildDefinitionManager buildDefinitionManager, EnvironmentService environmentService, com.opensymphony.xwork2.TextProvider textProvider) TaskContextHelperServiceImpl
(BuildDefinitionManager buildDefinitionManager, EnvironmentService environmentService) -
Uses of EnvironmentService in com.atlassian.bamboo.task.repository
Modifier and TypeFieldDescriptionprotected EnvironmentService
AbstractRepositoryAwareTaskConfigurator.environmentService
Modifier and TypeMethodDescriptionvoid
AbstractRepositoryAwareTaskConfigurator.setEnvironmentService
(EnvironmentService environmentService) -
Uses of EnvironmentService in com.atlassian.bamboo.trigger.dependency
Modifier and TypeMethodDescriptionvoid
AfterSuccessfulDeploymentTriggerConfigurator.setEnvironmentService
(EnvironmentService environmentService) Deprecated.since 6.8 use constructor injection or annotation injection -
Uses of EnvironmentService in com.atlassian.bamboo.trigger.exporters
ModifierConstructorDescriptionAfterSuccessfulDeploymentTriggerExporter
(EnvironmentService environmentService) -
Uses of EnvironmentService in com.atlassian.bamboo.ww2
Modifier and TypeMethodDescriptionvoid
BambooActionSupport.setEnvironmentService
(EnvironmentService environmentService) -
Uses of EnvironmentService in it.com.atlassian.bamboo.deployments.environments.service
ModifierConstructorDescriptionEnvironmentDeletionServiceWiredTest
(DeploymentsTestService deploymentsTestService, EnvironmentDeletionService environmentDeletionService, EnvironmentService environmentService, HibernateMutableAclService aclService, ImpersonationService impersonationService) -
Uses of EnvironmentService in it.com.atlassian.bamboo.deployments.results.service
ModifierConstructorDescriptionDeploymentResultDeletionServiceWiredTest
(DeploymentResultDeletionService deploymentResultDeletionService, DeploymentResultService deploymentResultService, DeploymentsTestService deploymentsTestService, EnvironmentService environmentService, HibernateMutableAclService aclService, ImpersonationService impersonationService)
EnvironmentServiceHelper.applyConsumerToAllInternalEnvironmentsNoUserContext(EnvironmentService, Consumer)
instead