Uses of Interface
com.atlassian.bamboo.deployments.cache.CachedDeploymentProjectService
Packages that use CachedDeploymentProjectService
Package
Description
-
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.agent
Constructors in com.atlassian.bamboo.agent with parameters of type CachedDeploymentProjectServiceModifierConstructorDescriptionAgentExecutableServiceImpl
(CapabilitySetManager capabilitySetManager, ExecutableAgentsHelper executableAgentsHelper, BambooCachingPermissionManagerFacade cachingPermissionManagerFacade, CachedDeploymentProjectService cachedDeploymentProjectService) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.analytics.basedata.collector.generator
Constructors in com.atlassian.bamboo.analytics.basedata.collector.generator with parameters of type CachedDeploymentProjectServiceModifierConstructorDescriptionClusterEventProducer
(BambooClusterNodeHeartbeatService bambooClusterNodeHeartbeatService, ImmutablePlanCacheService immutablePlanCacheService, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, CachedEnvironmentService cachedEnvironmentService, CachedDeploymentProjectService cachedDeploymentProjectService) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.artifact
Constructors in com.atlassian.bamboo.artifact with parameters of type CachedDeploymentProjectServiceModifierConstructorDescriptionArtifactPermissionServiceImpl
(CachedPlanManager cachedPlanManager, CachedDeploymentProjectService cachedDeploymentProjectService, BambooPermissionManager bambooPermissionManager, ArtifactDao artifactDao) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.buildqueue.manager
Constructors in com.atlassian.bamboo.buildqueue.manager with parameters of type CachedDeploymentProjectServiceModifierConstructorDescriptionAgentAssignmentServiceImpl
(@NotNull AgentAssignmentDao agentAssignmentDao, @NotNull AuditLogService auditLogService, @NotNull org.springframework.transaction.support.TransactionTemplate transactionTemplate, @NotNull ProjectManager projectManager, @NotNull CachedPlanManager cachedPlanManager, @NotNull com.atlassian.struts.TextProvider textProvider, @NotNull CachedEnvironmentService cachedEnvironmentService, @NotNull CachedDeploymentProjectService cachedDeploymentProjectService, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull CapabilitySetManager capabilitySetManager, @NotNull CapabilityRequirementsMatcher capabilityRequirementsMatcher, @NotNull AdministrationConfigurationAccessor administrationConfigurationAccessor, @NotNull FeatureManager featureManager) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.configuration.agent
Fields in com.atlassian.bamboo.configuration.agent declared as CachedDeploymentProjectServiceModifier and TypeFieldDescriptionprotected CachedDeploymentProjectService
ConfigureCapabilityKey.cachedDeploymentProjectService
-
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.deployments.cache
Classes in com.atlassian.bamboo.deployments.cache that implement CachedDeploymentProjectServiceConstructors in com.atlassian.bamboo.deployments.cache with parameters of type CachedDeploymentProjectServiceModifierConstructorDescriptionCachedDeploymentsSynchronizationOrchestratorImpl
(CachedEnvironmentService cachedEnvironmentService, CachedDeploymentProjectService cachedDeploymentProjectService) LinkedDeploymentProjectCacheServiceImpl
(@NotNull CachedDeploymentProjectService cachedDeploymentProjectService) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.deployments.environments.index
Constructors in com.atlassian.bamboo.deployments.environments.index with parameters of type CachedDeploymentProjectServiceModifierConstructorDescriptionEnvironmentIndexSearcherImpl
(@NotNull BambooCachingPermissionManagerFacadeFactory cachingPermissionManagerFacadeFactory, @NotNull CachedDeploymentProjectService cachedDeploymentProjectService, @NotNull DeploymentResultService deploymentResultService, @NotNull DeploymentVersionService deploymentVersionService) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.deployments.environments.requirement
Constructors in com.atlassian.bamboo.deployments.environments.requirement with parameters of type CachedDeploymentProjectServiceModifierConstructorDescriptionEnvironmentRequirementServiceImpl
(com.atlassian.struts.TextProvider textProvider, AuditLogService auditLogService, com.atlassian.event.api.EventPublisher eventPublisher, CapabilityHelper capabilityHelper, TaskManager taskManager, ElasticFunctionalityFacade elasticFunctionalityFacade, ExecutableAgentsHelper executableAgentsHelper, CachedDeploymentProjectService cachedDeploymentProjectService, CachedEnvironmentService cachedEnvironmentService, EnvironmentDao environmentDao, PlanScheduler planScheduler, EnvironmentCustomConfigService environmentCustomConfigService) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.deployments.execution.triggering
Constructors in com.atlassian.bamboo.deployments.execution.triggering with parameters of type CachedDeploymentProjectServiceModifierConstructorDescriptionAfterSuccessfulPlanEnvironmentTriggeringAction
(DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, CachedDeploymentProjectService cachedDeploymentProjectService, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, Environment environment, PlanResultKey planResultKey, TriggerManager triggerManager) EnvironmentTriggeringActionFactoryImpl
(DeploymentVersionService deploymentVersionService, CachedDeploymentProjectService cachedDeploymentProjectService, CachedPlanManager cachedPlanManager, TriggerManager triggerManager, ResultsSummaryManager resultsSummaryManager, DeploymentResultService deploymentResultService) ScheduledEnvironmentTriggeringAction
(Environment environment, PlanKey sourceBranchKey, DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, CachedDeploymentProjectService cachedDeploymentProjectService, CachedPlanManager cachedPlanManager, TriggerManager triggerManager, ResultsSummaryManager resultsSummaryManager, DeploymentResultService deploymentResultService, Map<String, String> triggerConfiguration) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.deployments.expiry
Constructors in com.atlassian.bamboo.deployments.expiry with parameters of type CachedDeploymentProjectServiceModifierConstructorDescriptionDeploymentExpiryServiceImpl
(AdministrationConfigurationAccessor administrationConfigurationAccessor, com.atlassian.bandana.BandanaManager bandanaManager, CachedDeploymentProjectService cachedDeploymentProjectService, DeploymentResultDeletionService deploymentResultDeletionService, DeploymentResultService deploymentResultService, DeploymentVersionDeletionService deploymentVersionDeletionService, DeploymentVersionService deploymentVersionService, ResultsSummaryManager resultsSummaryManager, ArtifactLinkManager artifactLinkManager, EnvironmentDao environmentDao) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.deployments.notification
Methods in com.atlassian.bamboo.deployments.notification with parameters of type CachedDeploymentProjectServiceModifier and TypeMethodDescriptionvoid
DeploymentFinishedNotification.setCachedDeploymentProjectService
(CachedDeploymentProjectService cachedDeploymentProjectService) void
DeploymentStartedNotification.setCachedDeploymentProjectService
(CachedDeploymentProjectService cachedDeploymentProjectService) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.deployments.projects.actions
Fields in com.atlassian.bamboo.deployments.projects.actions declared as CachedDeploymentProjectServiceModifier and TypeFieldDescriptionprotected CachedDeploymentProjectService
AbstractEnvironmentConfigurationAction.cachedDeploymentProjectService
-
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.deployments.projects.events
Constructors in com.atlassian.bamboo.deployments.projects.events with parameters of type CachedDeploymentProjectServiceModifierConstructorDescriptionDeploymentProjectEventListener
(ArtifactDefinitionManager artifactDefinitionManager, AuditLogService auditLogService, CachedDeploymentProjectService cachedDeploymentProjectService, CachedPlanManager cachedPlanManager, DeploymentProjectService deploymentProjectService) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.deployments.specs
Constructors in com.atlassian.bamboo.deployments.specs with parameters of type CachedDeploymentProjectServiceModifierConstructorDescriptionRssPermissionManagerImpl
(AuditLogService auditLogService, BambooPermissionManager bambooPermissionManager, com.atlassian.bandana.BandanaManager bandanaManager, DeploymentProjectDao deploymentProjectDao, CachedDeploymentProjectService cachedDeploymentProjectService, ProjectManager projectManager, RepositoryDefinitionDao repositoryDefinitionDao, RssDeploymentProjectPermissionDao rssDeploymentProjectPermissionDao, RssProjectPermissionDao rssProjectPermissionDao, RssRepositoryPermissionDao rssRepositoryPermissionDao, RssExecutionDirectoryManager rssExecutionDirectoryManager, AdministrationConfigurationAccessor administrationConfigurationAccessor) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.deployments.versions.actions
Fields in com.atlassian.bamboo.deployments.versions.actions declared as CachedDeploymentProjectServiceModifier and TypeFieldDescriptionprotected CachedDeploymentProjectService
AbstractCreateDeploymentVersion.cachedDeploymentProjectService
protected CachedDeploymentProjectService
AbstractDeploymentVersionAction.cachedDeploymentProjectService
-
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.grpc
Constructors in com.atlassian.bamboo.grpc with parameters of type CachedDeploymentProjectServiceModifierConstructorDescriptionGrpcServer
(ClusterNodeProperties clusterNodeProperties, ImmutablePlanCacheService immutablePlanCacheService, PluginClusterAwareService pluginClusterAwareService, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, GrpcBackedCacheManager grpcBackedCacheManager, BambooClusterSettings bambooClusterSettings, BambooClusterNodeHeartbeatService bambooClusterNodeHeartbeatService, org.springframework.security.core.session.SessionRegistry sessionRegistry, BambooUserManager bambooUserManager, ClusterAwareLifecycleManager clusterAwareLifecycleManager, GrpcChannelService grpcChannelService, FileBasedPersister fileBasedPersister, com.atlassian.event.api.EventPublisher eventPublisher, ClusterMessageReceiver clusterMessageReceiver, CachedEnvironmentService cachedEnvironmentService, CachedDeploymentProjectService cachedDeploymentProjectService) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.grpc.receiver
Constructors in com.atlassian.bamboo.grpc.receiver with parameters of type CachedDeploymentProjectServiceModifierConstructorDescriptionBambooCrossNodesEventsReceiverService
(ImmutablePlanCacheService immutablePlanCacheService, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, DeadLetterQueue deadLetterQueue, org.springframework.security.core.session.SessionRegistry sessionRegistry, BambooUserManager bambooUserManager, ClusterAwareLifecycleManager clusterAwareLifecycleManager, FileBasedPersister fileBasedPersister, com.atlassian.event.api.EventPublisher eventPublisher, ClusterMessageReceiver clusterMessageReceiver, CachedEnvironmentService cachedEnvironmentService, CachedDeploymentProjectService cachedDeploymentProjectService) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.notification
Methods in com.atlassian.bamboo.notification with parameters of type CachedDeploymentProjectServiceModifier and TypeMethodDescriptionvoid
NotificationFactoryImpl.setCachedDeploymentProjectService
(CachedDeploymentProjectService cachedDeploymentProjectService) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.notification.transports.webhook
Constructors in com.atlassian.bamboo.notification.transports.webhook with parameters of type CachedDeploymentProjectServiceModifierConstructorDescriptionWebhookTransport
(WebhookTemplate webhookTemplate, CustomVariableContext customVariableContext, ErrorUpdateHandler errorUpdateHandler, ResultsSummaryManager resultsSummaryManager, CachedDeploymentProjectService cacheDeploymentProjectService, WebhookSenderService webhookSenderService, String url, WebhookResponseService webhookResponseService, DeploymentResultService deploymentResultService, BambooUrl bambooUrl, TemplateRenderer templateRenderer) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.plan.analytics
Constructors in com.atlassian.bamboo.plan.analytics with parameters of type CachedDeploymentProjectServiceModifierConstructorDescriptionActivePlansDeploymentsAnalyticsServiceImpl
(ImmutablePlanCacheService immutablePlanCacheService, CachedDeploymentProjectService cachedDeploymentProjectService, DeploymentResultService deploymentResultService) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.plugins.artifact.export
Methods in com.atlassian.bamboo.plugins.artifact.export with parameters of type CachedDeploymentProjectServiceModifier and TypeMethodDescriptionvoid
ArtifactDownloaderTaskExporter.setCachedDeploymentProjectService
(CachedDeploymentProjectService cachedDeploymentProjectService) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.plugins.bitbucket.v2
Constructors in com.atlassian.bamboo.plugins.bitbucket.v2 with parameters of type CachedDeploymentProjectServiceModifierConstructorDescriptionBitbucketCloudCommitCommenter
(AdministrationConfigurationAccessor administrationConfigurationAccessor, CredentialsAccessor credentialsAccessor, CachedDeploymentProjectService cachedDeploymentProjectService, ProjectManager projectManager, RepositoryDefinitionManager repositoryDefinitionManager, RepositoryStoredSpecsLogService repositoryStoreSpecsLogService, TemplateRenderer templateRenderer) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.plugins.github
Constructors in com.atlassian.bamboo.plugins.github with parameters of type CachedDeploymentProjectServiceModifierConstructorDescriptionGitHubCommitCommenter
(AdministrationConfigurationAccessor administrationConfigurationAccessor, CachedDeploymentProjectService cachedDeploymentProjectService, ProjectManager projectManager, RepositoryDefinitionManager repositoryDefinitionManager, RepositoryStoredSpecsLogService repositoryStoreSpecsLogService, TemplateRenderer templateRenderer, CredentialsAccessor credentialsAccessor, com.atlassian.plugins.whitelist.OutboundWhitelist outboundWhitelist) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.plugins.jira.event
Constructors in com.atlassian.bamboo.plugins.jira.event with parameters of type CachedDeploymentProjectServiceModifierConstructorDescriptionDeploymentCompletedIssuePublisher
(com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.event.remote.RemoteEventProducerRegistrar remoteEventProducerRegistrar, DeploymentResultService deploymentResultService, CachedDeploymentProjectService cachedDeploymentProjectService, DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService, AdministrationConfigurationAccessor administrationConfigurationAccessor) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.plugins.jira.rest.resource
Constructors in com.atlassian.bamboo.plugins.jira.rest.resource with parameters of type CachedDeploymentProjectServiceModifierConstructorDescriptionJiraIssueRelatedDeploymentsResource
(AdministrationConfigurationAccessor administrationConfigurationAccessor, CustomVariableContext customVariableContext, CachedDeploymentProjectService cachedDeploymentProjectService, CachedPlanManager cachedPlanManager, FeatureManager featureManager, JiraRestHelper jiraRestHelper, DeploymentVersionService deploymentVersionService, DeploymentResultService deploymentResultService) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.plugins.rest.common
Methods in com.atlassian.bamboo.plugins.rest.common with parameters of type CachedDeploymentProjectServiceModifier and TypeMethodDescriptionstatic void
RestHelper.assertNotRssEnvironment
(@NotNull Environment environment, @NotNull CachedDeploymentProjectService cachedDeploymentProjectService) Asserts environment is not managed by repository stored specs. -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.plugins.rest.configuration.external
Constructors in com.atlassian.bamboo.plugins.rest.configuration.external with parameters of type CachedDeploymentProjectServiceModifierConstructorDescriptionBambooDeploymentExportResource
(DeploymentExportService deploymentExportService, CachedDeploymentProjectService cachedDeploymentProjectService, BambooPermissionManager bambooPermissionManager, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.sal.api.message.I18nResolver i18nResolver, FeatureManager featureManager) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.plugins.rest.deployments.environments
Constructors in com.atlassian.bamboo.plugins.rest.deployments.environments with parameters of type CachedDeploymentProjectServiceModifierConstructorDescriptionDeploymentEnvironmentResource
(AgentAssignmentService agentAssignmentService, AgentManager agentManager, CachedEnvironmentService cachedEnvironmentService, EnvironmentService environmentService, EnvironmentCustomConfigService environmentCustomConfigService, DeploymentResultService deploymentResultService, CachedDeploymentProjectService cachedDeploymentProjectService, com.atlassian.sal.api.message.I18nResolver i18nResolver, com.atlassian.event.api.EventPublisher eventPublisher, ElasticImageConfigurationManager elasticImageConfigurationManager, EnvironmentRequirementService environmentRequirementService, VariableDefinitionManager variableDefinitionManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooPermissionManager bambooPermissionManager, VariableConfigurationService variableConfigurationService, AgentCapabilityService agentCapabilityService, LinkService linkService, EphemeralAgentsService ephemeralAgentsService) EnvironmentRequirementResource
(CachedDeploymentProjectService cachedDeploymentProjectService, EnvironmentRequirementService environmentRequirementService, CachedEnvironmentService cachedEnvironmentService, BambooPermissionManager bambooPermissionManager, FeatureManager featureManager, LinkService linkService) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.plugins.rest.deployments.execution
Constructors in com.atlassian.bamboo.plugins.rest.deployments.execution with parameters of type CachedDeploymentProjectServiceModifierConstructorDescriptionDeploymentPreviewResource
(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) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.plugins.rest.deployments.issues
Constructors in com.atlassian.bamboo.plugins.rest.deployments.issues with parameters of type CachedDeploymentProjectServiceModifierConstructorDescriptionJiraIssueRelatedDeploymentsResource
(DeploymentVersionService deploymentVersionService, CachedDeploymentProjectService cachedDeploymentProjectService, CachedEnvironmentService environmentService, DeploymentResultService deploymentResultService, AdministrationConfigurationAccessor administrationConfigurationAccessor, com.atlassian.sal.api.message.I18nResolver i18nResolver) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.plugins.rest.deployments.projects
Constructors in com.atlassian.bamboo.plugins.rest.deployments.projects with parameters of type CachedDeploymentProjectServiceModifierConstructorDescriptionDeploymentDashboardResource
(CachedDeploymentProjectService cachedDeploymentProjectService, CachedEnvironmentService environmentService, DeploymentResultService deploymentResultService, DeploymentVersionService deploymentVersionService, LinkService linkService, com.atlassian.sal.api.message.I18nResolver i18nResolver) DeploymentProjectResource
(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 CachedDeploymentProjectService in com.atlassian.bamboo.plugins.rest.resource
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type CachedDeploymentProjectServiceModifierConstructorDescriptionAgentAssignmentResource
(AgentAssignmentService agentAssignmentService, AgentManager agentManager, CachedDeploymentProjectService cachedDeploymentProjectService, CachedEnvironmentService cachedEnvironmentService, ElasticImageConfigurationManager elasticImageConfigurationManager, EphemeralAgentsService ephemeralAgentsService, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.sal.api.message.I18nResolver i18nResolver, CachedPlanManager cachedPlanManager, PlanRestService planRestService, ProjectManager projectManager, RestAuthenticationContext restAuthenticationContext) RepositoryResource
(com.atlassian.sal.api.ApplicationProperties applicationProperties, CachedPlanManager cachedPlanManager, VcsRepositoryManager vcsRepositoryManager, RepositoryDefinitionManager repositoryDefinitionManager, BambooPermissionManager bambooPermissionManager, CustomVariableContext customVariableContext, ValidationService validationService, ValidationFunctionFactory validationFunctionFactory, com.atlassian.sal.api.message.I18nResolver i18nResolver, VcsConfigurationHelper vcsConfigurationHelper, VcsRepositoryConfigurationService vcsRepositoryConfigurationService, RssPermissionManager rssPermissionManager, FeatureManager featureManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, RssDetectionService rssDetectionService, BambooSpecsManager bambooSpecsManager, com.atlassian.event.api.EventPublisher eventPublisher, SpecsConsumerFactory specsConsumerFactory, CachedEnvironmentService environmentService, ProjectManager projectManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, CachedDeploymentProjectService cachedDeploymentProjectService) SearchResource
(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, DeploymentVersionService deploymentVersionService, CachedDeploymentProjectService cachedDeploymentProjectService, ExtendedAuthorManager authorManager, PlanRestService planRestService, ProjectsRestService projectsRestService, com.atlassian.sal.api.message.I18nResolver i18nResolver, RestAuthenticationContext restAuthenticationContext) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.plugins.rest.service
Constructors in com.atlassian.bamboo.plugins.rest.service with parameters of type CachedDeploymentProjectServiceModifierConstructorDescriptionProjectsRestServiceImpl
(BambooCachingPermissionManagerFacadeFactory bambooCachingPermissionManagerFacadeFactory, CachedDeploymentProjectService cachedDeploymentProjectService, ProjectManager projectManager) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.plugins.stash
Constructors in com.atlassian.bamboo.plugins.stash with parameters of type CachedDeploymentProjectServiceModifierConstructorDescriptionBitbucketServerDeploymentUpdater
(AdministrationConfigurationAccessor administrationConfigurationAccessor, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, CachedDeploymentProjectService cachedDeploymentProjectService, DeploymentResultService deploymentResultService, DeploymentVersionVcsChangesetService deploymentVersionVcsChangesetService, com.atlassian.event.api.EventPublisher eventPublisher, FeatureManager featureManager, com.atlassian.plugins.capabilities.api.LinkedApplicationCapabilities linkedApplicationCapabilities, com.atlassian.stash.rest.client.applinks.ApplinkStashClientFactory stashClientFactory) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.plugins.testutils.rest.resource.deployment
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.deployment with parameters of type CachedDeploymentProjectServiceModifierConstructorDescriptionDeploymentPermissionsResource
(CachedDeploymentProjectService cachedDeploymentProjectService, CachedEnvironmentService environmentService, PermissionsTestService permissionsTestService, RestAuthenticationContext restAuthenticationContext) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.plugins.web.badge
Constructors in com.atlassian.bamboo.plugins.web.badge with parameters of type CachedDeploymentProjectServiceModifierConstructorDescriptionDeploymentCountBadgeProvider
(CachedDeploymentProjectService cachedDeploymentProjectService) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.plugins.web.conditions
Constructors in com.atlassian.bamboo.plugins.web.conditions with parameters of type CachedDeploymentProjectServiceModifierConstructorDescriptionHasDeploymentsCondition
(CachedDeploymentProjectService cachedDeploymentProjectService) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type CachedDeploymentProjectServiceModifier and TypeFieldDescriptionstatic final Supplier<CachedDeploymentProjectService>
ComponentAccessor.CACHED_DEPLOYMENT_PROJECT_SERVICE
Deprecated. -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.trigger.dependency
Constructors in com.atlassian.bamboo.trigger.dependency with parameters of type CachedDeploymentProjectServiceModifierConstructorDescriptionAfterSuccessfulStageTriggeringAction
(TriggerManager triggerManager, DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, CachedDeploymentProjectService cachedDeploymentProjectService, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, Environment environment, PlanResultKey planResultKey, String stageName) EnvironmentDependencyListener
(EnvironmentDependencyService environmentDependencyService, EnvironmentTriggeringActionFactory environmentTriggeringActionFactory, NonBlockingPlanExecutionService nonBlockingPlanExecutionService, ResultsSummaryManager resultsSummaryManager, DeploymentResultService deploymentResultService, TriggerManager triggerManager, DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, CachedDeploymentProjectService cachedDeploymentProjectService, CachedPlanManager cachedPlanManager) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.trigger.exporters
Constructors in com.atlassian.bamboo.trigger.exporters with parameters of type CachedDeploymentProjectServiceModifierConstructorDescriptionAfterSuccessfulPlanTriggerExporter
(CachedPlanManager cachedPlanManager, ChainBranchManager chainBranchManager, PlanManager planManager, CachedDeploymentProjectService cachedDeploymentProjectService, CustomVariableContext customVariableContext, com.atlassian.sal.api.message.I18nResolver i18nResolver) AfterSuccessfulStageTriggerExporter
(CachedPlanManager cachedPlanManager, ChainBranchManager chainBranchManager, PlanManager planManager, CachedDeploymentProjectService cachedDeploymentProjectService) ScheduledTriggerDefinitionExporter
(CachedPlanManager cachedPlanManager, ChainBranchManager chainBranchManager, PlanManager planManager, CachedDeploymentProjectService cachedDeploymentProjectService) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.ww2
Constructors in com.atlassian.bamboo.ww2 with parameters of type CachedDeploymentProjectServiceModifierConstructorDescriptionFreemarkerContext
(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooLicenseManager bambooLicenseManager, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BootstrapManager bootstrapManager, CachedPlanManager cachedPlanManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, CommentManager commentManager, DarkFeatureService darkFeatureService, DocumentationLinkProvider documentationLinkProvider, FeatureManager featureManager, GravatarService gravatarService, CachedDeploymentProjectService cachedDeploymentProjectService, CachedEnvironmentService cachedEnvironmentService, NotificationManager notificationManager, PlanFavouriteService planFavouriteService, PlanManager planManager, com.atlassian.plugin.PluginAccessor pluginAccessor, NodeStatusProvider nodeStatusProvider, StorageCappingService storageCappingService, VcsRepositoryViewerManager vcsRepositoryViewerManager, com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager, com.atlassian.plugin.webresource.WebResourceIntegration webResourceIntegration, LookAndFeelAssetsProvider lookAndFeelAssetsProvider, CustomVariableContext customVariableContext, HigherOrderAvatarProvider higherOrderAvatarProvider, BambooClusterNodeHeartbeatService clusterNodeHeartbeatService) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.ww2.actions.build.admin.config.task
Constructors in com.atlassian.bamboo.ww2.actions.build.admin.config.task with parameters of type CachedDeploymentProjectServiceModifierConstructorDescriptionEnvironmentTaskOwner
(Environment environment, CachedDeploymentProjectService cachedDeploymentProjectService, CachedPlanManager cachedPlanManager) TaskOwnerFactory
(CachedDeploymentProjectService cachedDeploymentProjectService, CachedPlanManager cachedPlanManager) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.ww2.actions.chains.admin.triggers
Constructors in com.atlassian.bamboo.ww2.actions.chains.admin.triggers with parameters of type CachedDeploymentProjectServiceModifierConstructorDescriptionTriggerUIConfigBean
(TriggerTypeManager triggerTypeManager, CachedDeploymentProjectService cachedDeploymentProjectService, TemplateRenderer templateRenderer, com.atlassian.struts.TextProvider textProvider) -
Uses of CachedDeploymentProjectService in com.atlassian.bamboo.ww2.beans
Constructors in com.atlassian.bamboo.ww2.beans with parameters of type CachedDeploymentProjectServiceModifierConstructorDescriptionDecoratedNavObjectFactoryImpl
(CachedPlanManager cachedPlanManager, com.opensymphony.xwork2.TextProvider textProvider, CustomVariableContext customVariableContext, CachedDeploymentProjectService cachedDeploymentProjectService, PlanExecutionManager planExecutionManager)