Uses of Interface
com.atlassian.bamboo.deployments.projects.service.DeploymentProjectService
Packages that use DeploymentProjectService
Package
Description
-
Uses of DeploymentProjectService in com.atlassian.bamboo.configuration.repository
Methods in com.atlassian.bamboo.configuration.repository with parameters of type DeploymentProjectServiceModifier and TypeMethodDescription@NotNull List<DeploymentProject>
EditRepository.getBambooSpecsPermittedDeploymentProjects
(@NotNull PartialVcsRepositoryData vcsRepositoryData, @NotNull DeploymentProjectService deploymentProjectService) Deprecated.@NotNull List<DeploymentProject>
EditRepositoryImpl.getBambooSpecsPermittedDeploymentProjects
(@NotNull PartialVcsRepositoryData vcsRepositoryData, @NotNull DeploymentProjectService deploymentProjectService) -
Uses of DeploymentProjectService in com.atlassian.bamboo.deployments.environments.actions
Fields in com.atlassian.bamboo.deployments.environments.actions declared as DeploymentProjectServiceModifier and TypeFieldDescriptionprotected DeploymentProjectService
ConfigureEnvironmentTasks.deploymentProjectService
-
Uses of DeploymentProjectService in com.atlassian.bamboo.deployments.environments.service
Constructors in com.atlassian.bamboo.deployments.environments.service with parameters of type DeploymentProjectServiceModifierConstructorDescriptionEnvironmentTriggerServiceImpl
(AuditLogService auditLogService, DeploymentProjectService deploymentProjectService, EnvironmentDao environmentDao, PlanScheduler planScheduler, ScopedExclusionService scopedExclusionService, com.opensymphony.xwork2.TextProvider textProvider) -
Uses of DeploymentProjectService in com.atlassian.bamboo.deployments.projects
Methods in com.atlassian.bamboo.deployments.projects with parameters of type DeploymentProjectServiceModifier and TypeMethodDescriptionDeploymentProjectFunctions.getDeploymentProjectItems
(@NotNull DeploymentProjectService deploymentProjectService) -
Uses of DeploymentProjectService in com.atlassian.bamboo.deployments.projects.actions
Fields in com.atlassian.bamboo.deployments.projects.actions declared as DeploymentProjectServiceModifier and TypeFieldDescriptionprotected DeploymentProjectService
AbstractDeploymentProjectDetailsAction.deploymentProjectService
-
Uses of DeploymentProjectService in com.atlassian.bamboo.deployments.projects.events
Constructors in com.atlassian.bamboo.deployments.projects.events with parameters of type DeploymentProjectServiceModifierConstructorDescriptionDeploymentProjectEventListener
(ArtifactDefinitionManager artifactDefinitionManager, AuditLogService auditLogService, CachedDeploymentProjectService cachedDeploymentProjectService, CachedPlanManager cachedPlanManager, DeploymentProjectService deploymentProjectService) -
Uses of DeploymentProjectService in com.atlassian.bamboo.deployments.projects.service
Classes in com.atlassian.bamboo.deployments.projects.service that implement DeploymentProjectService -
Uses of DeploymentProjectService in com.atlassian.bamboo.plugins.jira.event
Constructors in com.atlassian.bamboo.plugins.jira.event with parameters of type DeploymentProjectServiceModifierConstructorDescriptionVersionCreatedIssuePublisher
(com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.event.remote.RemoteEventProducerRegistrar remoteEventProducerRegistrar, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService, AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooUserManager userManager, GravatarService gravatarService) -
Uses of DeploymentProjectService in com.atlassian.bamboo.plugins.rest.deployments.execution
Constructors in com.atlassian.bamboo.plugins.rest.deployments.execution with parameters of type DeploymentProjectServiceModifierConstructorDescriptionDeploymentPreviewResource
(DeploymentVersionService deploymentVersionService, EnvironmentService environmentService, CachedDeploymentProjectService cachedDeploymentProjectService, DeploymentProjectService deploymentProjectService, DeploymentResultService deploymentResultService, ResultsSummaryManager resultSummaryManager, DeploymentVersionVcsChangesetService deploymentVersionVcsChangesetService, DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService, PlanRestService planRestService, CustomVariableContext customVariableContext, Jsonator<Object> jsonator, CachedPlanManager cachedPlanManager) DeploymentQueueResource
(BuildQueueManager buildQueueManager, BambooUserManager bambooUserManager, DeploymentExecutionService deploymentExecutionService, DeploymentProjectService deploymentProjectService, DeploymentResultService deploymentResultService, DeploymentVersionService deploymentVersionService, CachedEnvironmentService environmentService, EnvironmentTriggeringActionFactory environmentTriggeringActionFactory, com.atlassian.sal.api.message.I18nResolver i18nResolver, PlanExecutionManager planExecutionManager, RestAuthenticationContext restAuthenticationContext) -
Uses of DeploymentProjectService in com.atlassian.bamboo.plugins.rest.deployments.projects
Constructors in com.atlassian.bamboo.plugins.rest.deployments.projects with parameters of type DeploymentProjectServiceModifierConstructorDescriptionDeploymentProjectResource
(AdministrationConfigurationAccessor administrationConfigurationAccessor, com.atlassian.sal.api.ApplicationProperties applicationProperties, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, DeploymentProjectService deploymentProjectService, DeploymentVersionService deploymentVersionService, InternalEnvironmentService internalEnvironmentService, FeatureManager featureManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, CachedEnvironmentService cachedEnvironmentService, CachedDeploymentProjectService cachedDeploymentProjectService, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, ResultsSummaryManager resultsSummaryManager, RssPermissionManager rssPermissionManager, DeploymentProjectDeletionService deploymentProjectDeletionService, SpecsExporter specsExporter, RestAuthenticationContext restAuthenticationContext) DeploymentProjectVersioningResource
(VariableDefinitionManager variableDefinitionManager, CachedDeploymentProjectService cachedDeploymentProjectService, DeploymentProjectService deploymentProjectService, DeploymentVersionService deploymentVersionService, CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, com.atlassian.sal.api.message.I18nResolver i18nResolver) -
Uses of DeploymentProjectService in com.atlassian.bamboo.plugins.testutils.deployments
Constructors in com.atlassian.bamboo.plugins.testutils.deployments with parameters of type DeploymentProjectServiceModifierConstructorDescriptionDeploymentsTestServiceImpl
(DeploymentExecutionService deploymentExecutionService, DeploymentProjectService deploymentProjectService, DeploymentResultService deploymentResultService, DeploymentVersionService deploymentVersionService, EnvironmentService environmentService, ResultsSummaryManager resultsSummaryManager, TriggerManager triggerManager) -
Uses of DeploymentProjectService in com.atlassian.bamboo.plugins.testutils.rest.resource.deployment
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.deployment with parameters of type DeploymentProjectServiceModifierConstructorDescriptionDeploymentProjectResource
(DeploymentProjectService deploymentProjectService, EnvironmentService environmentService, EnvironmentTaskService environmentTaskService, EnvironmentTriggerService environmentTriggerService, NotificationManager notificationManager, TaskManager taskManager, TriggerTypeManager triggerTypeManager, VariableConfigurationService variableConfigurationService) -
Uses of DeploymentProjectService in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type DeploymentProjectServiceModifier and TypeFieldDescriptionstatic final Supplier<DeploymentProjectService>
ComponentAccessor.DEPLOYMENT_PROJECT_SERVICE
Deprecated. -
Uses of DeploymentProjectService in com.atlassian.bamboo.ww2
Fields in com.atlassian.bamboo.ww2 declared as DeploymentProjectServiceModifier and TypeFieldDescriptionprotected DeploymentProjectService
BambooActionSupport.deploymentProjectService
Methods in com.atlassian.bamboo.ww2 with parameters of type DeploymentProjectServiceModifier and TypeMethodDescriptionvoid
BambooActionSupport.setDeploymentProjectService
(DeploymentProjectService deploymentProjectService)
EditRepository.getBambooSpecsPermittedDeploymentProjects(PartialVcsRepositoryData)