Uses of Interface
com.atlassian.bamboo.deployments.environments.service.EnvironmentService

Packages that use EnvironmentService
com.atlassian.bamboo.configuration.agent   
com.atlassian.bamboo.container   
com.atlassian.bamboo.deployments.environments.actions   
com.atlassian.bamboo.deployments.environments.actions.agents   
com.atlassian.bamboo.deployments.environments.actions.tasks   
com.atlassian.bamboo.deployments.environments.actions.triggers   
com.atlassian.bamboo.deployments.environments.actions.variable   
com.atlassian.bamboo.deployments.environments.service   
com.atlassian.bamboo.deployments.execution.actions   
com.atlassian.bamboo.deployments.execution.service   
com.atlassian.bamboo.deployments.notification   
com.atlassian.bamboo.deployments.projects   
com.atlassian.bamboo.deployments.projects.actions   
com.atlassian.bamboo.deployments.projects.service   
com.atlassian.bamboo.deployments.results.service   
com.atlassian.bamboo.deployments.versions.service   
com.atlassian.bamboo.plugin.servlet   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.spring   
com.atlassian.bamboo.task.repository   
com.atlassian.bamboo.v2.build.queue   
com.atlassian.bamboo.ww2   
com.atlassian.bamboo.ww2.actions.admin.elastic   
 

Uses of EnvironmentService in com.atlassian.bamboo.configuration.agent
 

Methods in com.atlassian.bamboo.configuration.agent with parameters of type EnvironmentService
 void ViewRejectedRequirements.setEnvironmentService(EnvironmentService environmentService)
           
 void ViewAgents.setEnvironmentService(EnvironmentService environmentService)
           
 void ConfigureAgentAssignments.setEnvironmentService(EnvironmentService environmentService)
           
 

Uses of EnvironmentService in com.atlassian.bamboo.container
 

Methods in com.atlassian.bamboo.container with parameters of type EnvironmentService
 void BambooContainer.setEnvironmentService(EnvironmentService environmentService)
           
 

Uses of EnvironmentService in com.atlassian.bamboo.deployments.environments.actions
 

Fields in com.atlassian.bamboo.deployments.environments.actions declared as EnvironmentService
protected  EnvironmentService DeleteEnvironment.environmentService
           
protected  EnvironmentService ConfigureEnvironmentTasks.environmentService
           
 

Methods in com.atlassian.bamboo.deployments.environments.actions with parameters of type EnvironmentService
 void ViewEnvironment.setEnvironmentService(EnvironmentService environmentService)
           
 void MoveEnvironment.setEnvironmentService(EnvironmentService environmentService)
           
 void DeleteEnvironment.setEnvironmentService(EnvironmentService environmentService)
           
 void CreateEnvironment.setEnvironmentService(EnvironmentService environmentService)
           
 void ConfigureEnvironmentTasks.setEnvironmentService(EnvironmentService environmentService)
           
 void ConfigureEnvironmentPermissions.setEnvironmentService(EnvironmentService environmentService)
           
 void ConfigureEnvironmentNotifications.setEnvironmentService(EnvironmentService environmentService)
           
 void ConfigureEnvironment.setEnvironmentService(EnvironmentService environmentService)
           
 

Uses of EnvironmentService in com.atlassian.bamboo.deployments.environments.actions.agents
 

Methods in com.atlassian.bamboo.deployments.environments.actions.agents with parameters of type EnvironmentService
 void ConfigureEnvironmentAgents.setEnvironmentService(EnvironmentService environmentService)
           
 

Uses of EnvironmentService in com.atlassian.bamboo.deployments.environments.actions.tasks
 

Methods in com.atlassian.bamboo.deployments.environments.actions.tasks with parameters of type EnvironmentService
 void DescribeAgentAvailability.setEnvironmentService(EnvironmentService environmentService)
           
 

Uses of EnvironmentService in com.atlassian.bamboo.deployments.environments.actions.triggers
 

Fields in com.atlassian.bamboo.deployments.environments.actions.triggers declared as EnvironmentService
protected  EnvironmentService ConfigureEnvironmentTriggers.environmentService
           
 

Methods in com.atlassian.bamboo.deployments.environments.actions.triggers with parameters of type EnvironmentService
 void ConfigureEnvironmentTriggers.setEnvironmentService(EnvironmentService environmentService)
           
 

Uses of EnvironmentService in com.atlassian.bamboo.deployments.environments.actions.variable
 

Methods in com.atlassian.bamboo.deployments.environments.actions.variable with parameters of type EnvironmentService
 void ConfigureVariablesForEnvironment.setEnvironmentService(EnvironmentService environmentService)
           
 

Uses of EnvironmentService in com.atlassian.bamboo.deployments.environments.service
 

Classes in com.atlassian.bamboo.deployments.environments.service that implement EnvironmentService
 class EnvironmentServiceImpl
           
 

Constructors in com.atlassian.bamboo.deployments.environments.service with parameters of type EnvironmentService
EnvironmentDeletionServiceImpl(BambooTransactionHibernateTemplate bambooTransactionHibernateTemplate, DeploymentResultDeletionService deploymentResultDeletionService, EnvironmentDao environmentDao, EnvironmentRepositoryLinkDao environmentRepositoryLinkDao, HibernateMutableAclService aclService, VariableDefinitionDao variableDefinitionDao, AgentAssignmentService agentAssignmentService, EnvironmentService environmentService, com.atlassian.event.api.EventPublisher eventPublisher, ScopedExclusionService scopedExclusionService)
           
 

Uses of EnvironmentService in com.atlassian.bamboo.deployments.execution.actions
 

Methods in com.atlassian.bamboo.deployments.execution.actions with parameters of type EnvironmentService
 void ExecuteManualDeployment.setEnvironmentService(EnvironmentService environmentService)
           
 

Uses of EnvironmentService in com.atlassian.bamboo.deployments.execution.service
 

Constructors in com.atlassian.bamboo.deployments.execution.service with parameters of type EnvironmentService
DeploymentExecutionServiceImpl(AdministrationConfigurationAccessor administrationConfigurationAccessor, BuildLoggerManager buildLoggerManager, DeploymentResultService deploymentResultService, EnvironmentService environmentService, ErrorUpdateHandler errorUpdateHandler, com.atlassian.event.api.EventPublisher eventPublisher, FeatureManager featureManager, PlanExecutionLockService planExecutionLockService, TaskManager taskManager, VariableDefinitionManager variableDefinitionManager, DeploymentVersionService deploymentVersionService, ExecutionPhaseService executionPhaseService, DeploymentProjectService deploymentProjectService)
           
 

Uses of EnvironmentService in com.atlassian.bamboo.deployments.notification
 

Constructors in com.atlassian.bamboo.deployments.notification with parameters of type EnvironmentService
DeploymentNotificationEventListener(BuildQueueManager buildQueueManager, DeploymentResultService deploymentResultService, EnvironmentService environmentService, NotificationDispatcher notificationDispatcher)
           
 

Uses of EnvironmentService in com.atlassian.bamboo.deployments.projects
 

Constructors in com.atlassian.bamboo.deployments.projects with parameters of type EnvironmentService
DeploymentProjectImpl(DeploymentProject deploymentProject, EnvironmentService environmentService, Operations operations)
           
DeploymentProjectImpl(MutableDeploymentProject deploymentProject, EnvironmentService environmentService)
           
 

Uses of EnvironmentService in com.atlassian.bamboo.deployments.projects.actions
 

Methods in com.atlassian.bamboo.deployments.projects.actions with parameters of type EnvironmentService
 void ViewDeploymentProjects.setEnvironmentService(EnvironmentService environmentService)
           
 void ConfigureDeploymentProject.setEnvironmentService(EnvironmentService environmentService)
           
 

Uses of EnvironmentService in com.atlassian.bamboo.deployments.projects.service
 

Constructors in com.atlassian.bamboo.deployments.projects.service with parameters of type EnvironmentService
DeploymentProjectServiceImpl(ArtifactDefinitionManager artifactDefinitionManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooPermissionManager bambooPermissionManager, BambooTransactionHibernateTemplate bambooTransactionHibernateTemplate, CachedPlanManager cachedPlanManager, DeploymentProjectDao deploymentProjectDao, DeploymentResultService deploymentResultService, DeploymentVersionDeletionService deploymentVersionDeletionService, EnvironmentDeletionService environmentDeletionService, EnvironmentService environmentService, EnvironmentTaskService environmentTaskService, HibernateMutableAclService aclService, com.opensymphony.xwork2.TextProvider textProvider, ValidationService validationService, VariableDefinitionManager variableDefinitionManager, VersionNamingService versionNamingService, ArtifactManager artifactManager, DeploymentVersionService deploymentVersionService, ResultsSummaryManager resultsSummaryManager)
           
 

Uses of EnvironmentService in com.atlassian.bamboo.deployments.results.service
 

Constructors in com.atlassian.bamboo.deployments.results.service with parameters of type EnvironmentService
DeploymentResultServiceImpl(DeploymentResultDao deploymentResultDao, DeploymentVersionDao deploymentVersionDao, EnvironmentDao environmentDao, EnvironmentService environmentService, DeploymentVersionService deploymentVersionService, VariableContextBaselineDao variableContextBaselineDao, DeploymentVariableSubstitutionDao deploymentVariableSubstitutionDao)
           
 

Uses of EnvironmentService in com.atlassian.bamboo.deployments.versions.service
 

Constructors in com.atlassian.bamboo.deployments.versions.service with parameters of type EnvironmentService
DeploymentVersionServiceImpl(DeploymentProjectDao deploymentProjectDao, DeploymentVersionDao deploymentVersionDao, ResultsSummaryManager resultsSummaryManager, DeploymentVersionChainResultDataCollector deploymentVersionChainResultDataCollector, com.opensymphony.xwork2.TextProvider textProvider, DeploymentVersionVcsChangesetDao deploymentVersionVcsChangesetDao, DeploymentVersionLinkedJiraIssueDao deploymentVersionLinkedJiraIssueDao, VersionNamingService versionNamingService, EnvironmentService environmentService, BambooPermissionManager bambooPermissionManager, GravatarService gravatarService, BambooUserManager bambooUserService, VariableDefinitionManager variableDefinitionManager, VariableDefinitionFactory variableDefinitionFactory)
           
 

Uses of EnvironmentService in com.atlassian.bamboo.plugin.servlet
 

Constructors in com.atlassian.bamboo.plugin.servlet with parameters of type EnvironmentService
EnvironmentArtifactDownloadStrategy(BambooContentTypeResolver bambooContentTypeResolver, BambooPermissionManager bambooPermissionManager, EnvironmentService environmentService)
           
 

Uses of EnvironmentService in com.atlassian.bamboo.repository
 

Constructors in com.atlassian.bamboo.repository with parameters of type EnvironmentService
RepositoryConfigurationServiceImpl(PlanManager planManager, RepositoryManager repositoryManager, WebRepositoryViewerManager webRepositoryViewerManager, RepositoryDefinitionManager repositoryDefinitionManager, AuditLogService auditLogService, TaskConfigurationService taskConfigurationService, BuildDefinitionManager buildDefinitionManager, ChainBranchManager chainBranchManager, BranchDetectionService branchDetectionService, ScopedExclusionService scopedExclusionService, com.atlassian.event.api.EventPublisher eventPublisher, HibernateMutableAclService aclService, BuildStrategyConfigurationService buildStrategyConfigurationService, EnvironmentService environmentService, EnvironmentTaskService environmentTaskService)
           
 

Uses of EnvironmentService in com.atlassian.bamboo.spring
 

Fields in com.atlassian.bamboo.spring with type parameters of type EnvironmentService
static com.google.common.base.Supplier<EnvironmentService> ComponentAccessor.ENVIRONMENT_SERVICE
           
 

Uses of EnvironmentService in com.atlassian.bamboo.task.repository
 

Fields in com.atlassian.bamboo.task.repository declared as EnvironmentService
protected  EnvironmentService AbstractRepositoryAwareTaskConfigurator.environmentService
           
 

Methods in com.atlassian.bamboo.task.repository with parameters of type EnvironmentService
 void AbstractRepositoryAwareTaskConfigurator.setEnvironmentService(EnvironmentService environmentService)
           
 

Uses of EnvironmentService in com.atlassian.bamboo.v2.build.queue
 

Constructors in com.atlassian.bamboo.v2.build.queue with parameters of type EnvironmentService
BuildQueueManagerImpl(com.atlassian.event.api.EventPublisher eventPublisher, BuildExecutionManager buildExecutionManager, PlanManager planManager, org.springframework.jms.core.JmsTemplate jmsTemplate, com.atlassian.plugin.PluginAccessor pluginAccessor, ErrorUpdateHandler errorUpdateHandler, BootstrapManager bootstrapManager, org.springframework.transaction.support.TransactionTemplate transactionTemplate, ExecutableAgentsHelper executableAgentsHelper, CustomVariableContextRunner customVariableContextRunner, EnvironmentService environmentService, ExecutionPhaseService executionPhaseService)
           
 

Uses of EnvironmentService in com.atlassian.bamboo.ww2
 

Fields in com.atlassian.bamboo.ww2 declared as EnvironmentService
protected  EnvironmentService BambooActionSupport.environmentService
           
 

Methods in com.atlassian.bamboo.ww2 with parameters of type EnvironmentService
 void BambooActionSupport.setEnvironmentService(EnvironmentService environmentService)
           
 

Uses of EnvironmentService in com.atlassian.bamboo.ww2.actions.admin.elastic
 

Methods in com.atlassian.bamboo.ww2.actions.admin.elastic with parameters of type EnvironmentService
 void ConfigureElasticImageConfigurationAssignments.setEnvironmentService(EnvironmentService environmentService)
           
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.