Uses of Interface
com.atlassian.bamboo.deployments.environments.service.EnvironmentTaskService
Packages that use EnvironmentTaskService
Package
Description
-
Uses of EnvironmentTaskService in com.atlassian.bamboo.deployments.environments.actions
Fields in com.atlassian.bamboo.deployments.environments.actions declared as EnvironmentTaskServiceModifier and TypeFieldDescriptionprotected EnvironmentTaskService
ConfigureEnvironmentTasks.environmentTaskService
Methods in com.atlassian.bamboo.deployments.environments.actions with parameters of type EnvironmentTaskServiceModifier and TypeMethodDescriptionvoid
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 EnvironmentTaskServiceModifier and TypeMethodDescriptionvoid
DeleteEnvironmentTask.setEnvironmentTaskService
(EnvironmentTaskService environmentTaskService) void
MoveEnvironmentTask.setEnvironmentTaskService
(EnvironmentTaskService environmentTaskService) -
Uses of EnvironmentTaskService in com.atlassian.bamboo.deployments.environments.service
Classes in com.atlassian.bamboo.deployments.environments.service that implement EnvironmentTaskService -
Uses of EnvironmentTaskService in com.atlassian.bamboo.deployments.projects.service
Constructors in com.atlassian.bamboo.deployments.projects.service with parameters of type EnvironmentTaskServiceModifierConstructorDescriptionDeploymentProjectServiceImpl
(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 EnvironmentTaskService in com.atlassian.bamboo.plugins.artifact
Constructors in com.atlassian.bamboo.plugins.artifact with parameters of type EnvironmentTaskServiceModifierConstructorDescriptionArtifactDownloaderTaskEventListener
(PlanManager planManager, CachedPlanManager cachedPlanManager, EnvironmentService environmentService, CachedEnvironmentService cachedEnvironmentService, EnvironmentTaskService environmentTaskService, TaskConfigurationService taskConfigurationService) -
Uses of EnvironmentTaskService in com.atlassian.bamboo.plugins.testutils.rest.resource.deployment
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.deployment with parameters of type EnvironmentTaskServiceModifierConstructorDescriptionDeploymentProjectResource
(DeploymentProjectService deploymentProjectService, EnvironmentService environmentService, EnvironmentTaskService environmentTaskService, EnvironmentTriggerService environmentTriggerService, NotificationManager notificationManager, TaskManager taskManager, TriggerTypeManager triggerTypeManager, VariableConfigurationService variableConfigurationService) -
Uses of EnvironmentTaskService in com.atlassian.bamboo.vcs.configuration.service
Constructors in com.atlassian.bamboo.vcs.configuration.service with parameters of type EnvironmentTaskServiceModifierConstructorDescriptionVcsRepositoryConfigurationServiceImpl
(RepositoryDefinitionManager repositoryDefinitionManager, AuditLogService auditLogService, HibernateMutableAclService aclService, RawRepositoryConfigurationXmlConverter rawRepositoryConfigurationXmlConverter, ScopedExclusionService scopedExclusionService, TriggerConfigurationService triggerConfigurationService, TaskConfigurationService taskConfigurationService, ChainBranchManager chainBranchManager, EnvironmentTaskService environmentTaskService, BuildDefinitionManager buildDefinitionManager, com.atlassian.event.api.EventPublisher eventPublisher, BranchCreationFacade branchCreationFacade, VcsRepositoryManager vcsRepositoryManager, TransactionAndHibernateTemplate hibernateTemplate)