Uses of Interface
com.atlassian.bamboo.deployments.environments.service.EnvironmentTaskService
-
-
Uses of EnvironmentTaskService in com.atlassian.bamboo.deployments.environments.actions
Fields in com.atlassian.bamboo.deployments.environments.actions declared as EnvironmentTaskService Modifier and Type Field Description protected EnvironmentTaskService
ConfigureEnvironmentTasks. environmentTaskService
Methods in com.atlassian.bamboo.deployments.environments.actions with parameters of type EnvironmentTaskService Modifier and Type Method Description 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 Modifier and Type Method Description void
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 Modifier and Type Class Description 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 Constructor Description DeploymentProjectServiceImpl(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 EnvironmentTaskService Constructor Description ArtifactDownloaderTaskEventListener(PlanManager planManager, CachedPlanManager cachedPlanManager, EnvironmentService environmentService, 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 EnvironmentTaskService Constructor Description DeploymentProjectResource(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 EnvironmentTaskService Constructor Description VcsRepositoryConfigurationServiceImpl(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)
-