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

Packages that use EnvironmentTaskService
com.atlassian.bamboo.deployments.environments.actions   
com.atlassian.bamboo.deployments.environments.actions.tasks   
com.atlassian.bamboo.deployments.environments.service   
com.atlassian.bamboo.deployments.projects.service   
com.atlassian.bamboo.repository   
 

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

Fields in com.atlassian.bamboo.deployments.environments.actions declared as EnvironmentTaskService
protected  EnvironmentTaskService ConfigureEnvironmentTasks.environmentTaskService
           
 

Methods in com.atlassian.bamboo.deployments.environments.actions with parameters of type EnvironmentTaskService
 void ConfigureEnvironmentTasks.setEnvironmentTaskService(EnvironmentTaskService environmentTaskService)
           
 

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

Methods in com.atlassian.bamboo.deployments.environments.actions.tasks with parameters of type EnvironmentTaskService
 void MoveEnvironmentTask.setEnvironmentTaskService(EnvironmentTaskService environmentTaskService)
           
 void DeleteEnvironmentTask.setEnvironmentTaskService(EnvironmentTaskService environmentTaskService)
           
 

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

Classes in com.atlassian.bamboo.deployments.environments.service that implement EnvironmentTaskService
 class EnvironmentTaskServiceImpl
           
 

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

Constructors in com.atlassian.bamboo.deployments.projects.service with parameters of type EnvironmentTaskService
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.xwork.TextProvider textProvider, ValidationService validationService, VariableDefinitionManager variableDefinitionManager, VersionNamingService versionNamingService, ArtifactManager artifactManager, DeploymentVersionService deploymentVersionService, ResultsSummaryManager resultsSummaryManager)
           
 

Uses of EnvironmentTaskService in com.atlassian.bamboo.repository
 

Constructors in com.atlassian.bamboo.repository with parameters of type EnvironmentTaskService
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)
           
 



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