Uses of Interface
com.atlassian.bamboo.deployments.environments.service.EnvironmentTaskService
Package
Description
-
Uses of EnvironmentTaskService in com.atlassian.bamboo.deployments.environments.actions
Modifier and TypeFieldDescriptionprotected EnvironmentTaskService
ConfigureEnvironmentTasks.environmentTaskService
Modifier and TypeMethodDescriptionvoid
ConfigureEnvironmentTasks.setEnvironmentTaskService
(EnvironmentTaskService environmentTaskService) -
Uses of EnvironmentTaskService in com.atlassian.bamboo.deployments.environments.actions.tasks
Modifier and TypeMethodDescriptionvoid
DeleteEnvironmentTask.setEnvironmentTaskService
(EnvironmentTaskService environmentTaskService) void
MoveEnvironmentTask.setEnvironmentTaskService
(EnvironmentTaskService environmentTaskService) -
Uses of EnvironmentTaskService in com.atlassian.bamboo.deployments.environments.service
-
Uses of EnvironmentTaskService in com.atlassian.bamboo.deployments.projects.service
ModifierConstructorDescriptionDeploymentProjectServiceImpl
(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
ModifierConstructorDescriptionArtifactDownloaderTaskEventListener
(PlanManager planManager, CachedPlanManager cachedPlanManager, EnvironmentService environmentService, EnvironmentTaskService environmentTaskService, TaskConfigurationService taskConfigurationService) -
Uses of EnvironmentTaskService in com.atlassian.bamboo.plugins.testutils.rest.resource.deployment
ModifierConstructorDescriptionDeploymentProjectResource
(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
ModifierConstructorDescriptionVcsRepositoryConfigurationServiceImpl
(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)