Uses of Interface
com.atlassian.bamboo.deployments.environments.service.EnvironmentService
Packages that use EnvironmentService
Package
Description
-
Uses of EnvironmentService in com.atlassian.bamboo.agent
Constructors in com.atlassian.bamboo.agent with parameters of type EnvironmentServiceModifierConstructorDescriptionAgentExecutableServiceImpl(CapabilitySetManager capabilitySetManager, ExecutableAgentsHelper executableAgentsHelper, BambooCachingPermissionManagerFacade cachingPermissionManagerFacade, EnvironmentService environmentService) -
Uses of EnvironmentService in com.atlassian.bamboo.buildqueue.manager
Constructors in com.atlassian.bamboo.buildqueue.manager with parameters of type EnvironmentServiceModifierConstructorDescriptionAgentAssignmentServiceImpl(@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
Fields in com.atlassian.bamboo.configuration.agent declared as EnvironmentServiceModifier and TypeFieldDescriptionprotected EnvironmentServiceConfigureCapabilityKey.environmentServiceMethods in com.atlassian.bamboo.configuration.agent with parameters of type EnvironmentServiceModifier and TypeMethodDescriptionvoidConfigureCapabilityKey.setEnvironmentService(EnvironmentService environmentService) -
Uses of EnvironmentService in com.atlassian.bamboo.deployments.environments
Constructors in com.atlassian.bamboo.deployments.environments with parameters of type EnvironmentServiceModifierConstructorDescriptionDefaultEnvironmentPermissionsService(TransactionAndHibernateTemplate hibernateTemplate, HibernateMutableAclService aclService, BambooAclHelper aclHelper, EnvironmentService environmentService, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager) -
Uses of EnvironmentService in com.atlassian.bamboo.deployments.environments.actions.triggers
Fields in com.atlassian.bamboo.deployments.environments.actions.triggers declared as EnvironmentServiceModifier and TypeFieldDescriptionprotected EnvironmentServiceConfigureEnvironmentTriggers.environmentService -
Uses of EnvironmentService in com.atlassian.bamboo.deployments.environments.events
Constructors in com.atlassian.bamboo.deployments.environments.events with parameters of type EnvironmentServiceModifierConstructorDescriptionEnvironmentEventListener(EnvironmentService environmentService, EnvironmentTriggerService environmentTriggerService, EnvironmentRequirementService environmentRequirementService, TriggerTypeManager triggerTypeManager) -
Uses of EnvironmentService in com.atlassian.bamboo.deployments.environments.requirement
Constructors in com.atlassian.bamboo.deployments.environments.requirement with parameters of type EnvironmentServiceModifierConstructorDescriptionEnvironmentRequirementServiceImpl(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
Classes in com.atlassian.bamboo.deployments.environments.service that implement EnvironmentServiceMethods in com.atlassian.bamboo.deployments.environments.service with parameters of type EnvironmentServiceModifier and TypeMethodDescriptionstatic voidEnvironmentServiceHelper.applyConsumerToAllEnvironmentsNoUserContext(@NotNull EnvironmentService environmentService, @NotNull Consumer<? super Environment> consumer) Deprecated.static voidEnvironmentServiceHelper.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
Constructors in com.atlassian.bamboo.deployments.expiry with parameters of type EnvironmentServiceModifierConstructorDescriptionDeploymentExpiryServiceImpl(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
Constructors in com.atlassian.bamboo.deployments.notification with parameters of type EnvironmentServiceModifierConstructorDescriptionDeploymentNotificationEventListener(DeploymentResultService deploymentResultService, EnvironmentService environmentService, NotificationDispatcher notificationDispatcher, NotificationManager notificationManager) -
Uses of EnvironmentService in com.atlassian.bamboo.deployments.projects
Constructors in com.atlassian.bamboo.deployments.projects with parameters of type EnvironmentServiceModifierConstructorDescriptionDeploymentProjectImpl(DeploymentProject deploymentProject, EnvironmentService environmentService, Operations operations) DeploymentProjectImpl(MutableDeploymentProject deploymentProject, EnvironmentService environmentService) -
Uses of EnvironmentService in com.atlassian.bamboo.deployments.projects.service
Constructors in com.atlassian.bamboo.deployments.projects.service with parameters of type EnvironmentServiceModifierConstructorDescriptionDeploymentProjectServiceImpl(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
Constructors in com.atlassian.bamboo.deployments.results.service with parameters of type EnvironmentServiceModifierConstructorDescriptionDeploymentResultServiceImpl(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
Constructors in com.atlassian.bamboo.deployments.versions.service with parameters of type EnvironmentServiceModifierConstructorDescriptionDeploymentVersionServiceImpl(@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
Constructors in com.atlassian.bamboo.plugin.servlet with parameters of type EnvironmentServiceModifierConstructorDescriptionDeploymentDownloadStrategy(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooContentTypeResolver bambooContentTypeResolver, BambooPermissionManager bambooPermissionManager, BambooAuthenticationContext authenticationContext, EnvironmentService environmentService) -
Uses of EnvironmentService in com.atlassian.bamboo.plugins.artifact
Constructors in com.atlassian.bamboo.plugins.artifact with parameters of type EnvironmentServiceModifierConstructorDescriptionArtifactDownloaderTaskEventListener(PlanManager planManager, CachedPlanManager cachedPlanManager, EnvironmentService environmentService, EnvironmentTaskService environmentTaskService, TaskConfigurationService taskConfigurationService) -
Uses of EnvironmentService in com.atlassian.bamboo.plugins.rest.deployments.environments
Constructors in com.atlassian.bamboo.plugins.rest.deployments.environments with parameters of type EnvironmentServiceModifierConstructorDescriptionDeploymentEnvironmentResource(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
Constructors in com.atlassian.bamboo.plugins.rest.deployments.execution with parameters of type EnvironmentServiceModifierConstructorDescriptionDeploymentPreviewResource(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
Constructors in com.atlassian.bamboo.plugins.rest.deployments.issues with parameters of type EnvironmentServiceModifierConstructorDescriptionJiraIssueRelatedDeploymentsResource(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
Constructors in com.atlassian.bamboo.plugins.rest.deployments.projects with parameters of type EnvironmentServiceModifierConstructorDescriptionDeploymentDashboardResource(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
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type EnvironmentServiceModifierConstructorDescriptionAgentAssignmentResource(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
Constructors in com.atlassian.bamboo.plugins.testutils.deployments with parameters of type EnvironmentServiceModifierConstructorDescriptionDeploymentsTestServiceImpl(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
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.deployment with parameters of type EnvironmentServiceModifierConstructorDescriptionDeploymentPermissionsResource(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
Constructors in com.atlassian.bamboo.server.control with parameters of type EnvironmentServiceModifierConstructorDescriptionChangeDetectionControllerImpl(@NotNull CachedPlanManager cachedPlanManager, @NotNull EnvironmentService environmentService, @NotNull TriggerTypeManager triggerTypeManager, @NotNull XStreamFactory xStreamFactory) -
Uses of EnvironmentService in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type EnvironmentServiceModifier and TypeFieldDescriptionstatic final Supplier<EnvironmentService>ComponentAccessor.ENVIRONMENT_SERVICEDeprecated. -
Uses of EnvironmentService in com.atlassian.bamboo.task
Constructors in com.atlassian.bamboo.task with parameters of type EnvironmentServiceModifierConstructorDescriptionTaskConfiguratorHelperImpl(BuildDefinitionManager buildDefinitionManager, EnvironmentService environmentService, com.opensymphony.xwork2.TextProvider textProvider) TaskContextHelperServiceImpl(BuildDefinitionManager buildDefinitionManager, EnvironmentService environmentService) -
Uses of EnvironmentService in com.atlassian.bamboo.task.repository
Fields in com.atlassian.bamboo.task.repository declared as EnvironmentServiceModifier and TypeFieldDescriptionprotected EnvironmentServiceAbstractRepositoryAwareTaskConfigurator.environmentServiceMethods in com.atlassian.bamboo.task.repository with parameters of type EnvironmentServiceModifier and TypeMethodDescriptionvoidAbstractRepositoryAwareTaskConfigurator.setEnvironmentService(EnvironmentService environmentService) -
Uses of EnvironmentService in com.atlassian.bamboo.trigger.dependency
Methods in com.atlassian.bamboo.trigger.dependency with parameters of type EnvironmentServiceModifier and TypeMethodDescriptionvoidAfterSuccessfulDeploymentTriggerConfigurator.setEnvironmentService(EnvironmentService environmentService) Deprecated.since 6.8 use constructor injection or annotation injection -
Uses of EnvironmentService in com.atlassian.bamboo.trigger.exporters
Constructors in com.atlassian.bamboo.trigger.exporters with parameters of type EnvironmentServiceModifierConstructorDescriptionAfterSuccessfulDeploymentTriggerExporter(EnvironmentService environmentService) -
Uses of EnvironmentService in com.atlassian.bamboo.ww2
Methods in com.atlassian.bamboo.ww2 with parameters of type EnvironmentServiceModifier and TypeMethodDescriptionvoidBambooActionSupport.setEnvironmentService(EnvironmentService environmentService) -
Uses of EnvironmentService in it.com.atlassian.bamboo.deployments.environments.service
Constructors in it.com.atlassian.bamboo.deployments.environments.service with parameters of type EnvironmentServiceModifierConstructorDescriptionEnvironmentDeletionServiceWiredTest(DeploymentsTestService deploymentsTestService, EnvironmentDeletionService environmentDeletionService, EnvironmentService environmentService, HibernateMutableAclService aclService, ImpersonationService impersonationService) -
Uses of EnvironmentService in it.com.atlassian.bamboo.deployments.results.service
Constructors in it.com.atlassian.bamboo.deployments.results.service with parameters of type EnvironmentServiceModifierConstructorDescriptionDeploymentResultDeletionServiceWiredTest(DeploymentResultDeletionService deploymentResultDeletionService, DeploymentResultService deploymentResultService, DeploymentsTestService deploymentsTestService, EnvironmentService environmentService, HibernateMutableAclService aclService, ImpersonationService impersonationService)
EnvironmentServiceHelper.applyConsumerToAllInternalEnvironmentsNoUserContext(EnvironmentService, Consumer)instead