Uses of Interface
com.atlassian.bamboo.deployments.environments.service.EnvironmentService
Packages that use EnvironmentService
Package
Description
-
Uses of EnvironmentService in com.atlassian.bamboo.deployments.cache
Constructors in com.atlassian.bamboo.deployments.cache with parameters of type EnvironmentServiceModifierConstructorDescriptionCachedEnvironmentServiceImpl(InternalEnvironmentService internalEnvironmentService, EnvironmentService environmentService, EnvironmentDao environmentDao, EnvironmentRepositoryLinkDao environmentRepositoryLinkDao, DeploymentProjectDao deploymentProjectDao, TriggerTypeManager triggerTypeManager, BambooPermissionManager bambooPermissionManager, BambooClusterSettings bambooClusterSettings, VersionDao versionDao, PaginatedDataCollector paginatedDataCollector) -
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(CachedEnvironmentService cachedEnvironmentService, EnvironmentService environmentService, EnvironmentTriggerService environmentTriggerService, EnvironmentRequirementService environmentRequirementService, TriggerTypeManager triggerTypeManager) -
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.applyConsumerToAllInternalEnvironmentsNoUserContext(@NotNull CachedEnvironmentService cachedEnvironmentService, @NotNull EnvironmentService environmentService, @NotNull Consumer<? super InternalEnvironment> consumer) Applies a consumer to all environments in the system.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.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.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.plugins.artifact
Constructors in com.atlassian.bamboo.plugins.artifact with parameters of type EnvironmentServiceModifierConstructorDescriptionArtifactDownloaderTaskEventListener(PlanManager planManager, CachedPlanManager cachedPlanManager, EnvironmentService environmentService, CachedEnvironmentService cachedEnvironmentService, 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, CachedEnvironmentService cachedEnvironmentService, EnvironmentService environmentService, EnvironmentCustomConfigService environmentCustomConfigService, DeploymentResultService deploymentResultService, CachedDeploymentProjectService cachedDeploymentProjectService, 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) -
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, CachedDeploymentProjectService cachedDeploymentProjectService, DeploymentProjectService deploymentProjectService, DeploymentResultService deploymentResultService, ResultsSummaryManager resultSummaryManager, DeploymentVersionVcsChangesetService deploymentVersionVcsChangesetService, DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService, PlanRestService planRestService, CustomVariableContext customVariableContext, Jsonator<Object> jsonator, CachedPlanManager cachedPlanManager) -
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 EnvironmentServiceModifierConstructorDescriptionDeploymentProjectResource(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 CachedEnvironmentService cachedEnvironmentService, @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.exporters
Constructors in com.atlassian.bamboo.trigger.exporters with parameters of type EnvironmentServiceModifierConstructorDescriptionAfterSuccessfulDeploymentTriggerExporter(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)