Uses of Interface
com.atlassian.bamboo.deployments.versions.service.DeploymentVersionService
Packages that use DeploymentVersionService
Package
Description
-
Uses of DeploymentVersionService in com.atlassian.bamboo.chains
Constructors in com.atlassian.bamboo.chains with parameters of type DeploymentVersionServiceModifierConstructorDescriptionChainExecutionManagerImpl
(PlanStatePersisterService planStatePersisterService, JobExecutionManager buildContextExecutor, ChainStateFactory chainStateFactory, BuildContextFactory buildContextFactory, com.atlassian.event.api.EventPublisher eventPublisher, ChainPluginSupport chainPluginSupport, ErrorUpdateHandler errorUpdateHandler, AuthorCreatorService authorCreatorService, ResultsSummaryManager resultsSummaryManager, BuildDirectoryManager buildDirectoryManager, VcsBranchIntegrationHelper branchIntegrationHelper, CustomVariableContext customVariableContext, PlanExecutionLockService planExecutionLockService, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, CachedPlanManager cachedPlanManager, VcsRepositoryManager vcsRepositoryManager, StorageTagService storageTagService, PlanBranchPullRequestService planBranchPullRequestService, StorageLocationService storageLocationService, ServerBuildLoggerManager buildLoggerManager, DeploymentVersionService deploymentVersionService, ChainStatePersister chainStatePersister, BambooOpenSessionTemplate bambooOpenSessionTemplate) -
Uses of DeploymentVersionService in com.atlassian.bamboo.deployments.environments.index
Constructors in com.atlassian.bamboo.deployments.environments.index with parameters of type DeploymentVersionServiceModifierConstructorDescriptionEnvironmentIndexSearcherImpl
(@NotNull BambooCachingPermissionManagerFacadeFactory cachingPermissionManagerFacadeFactory, @NotNull CachedDeploymentProjectService cachedDeploymentProjectService, @NotNull DeploymentResultService deploymentResultService, @NotNull DeploymentVersionService deploymentVersionService) -
Uses of DeploymentVersionService in com.atlassian.bamboo.deployments.execution.triggering
Constructors in com.atlassian.bamboo.deployments.execution.triggering with parameters of type DeploymentVersionServiceModifierConstructorDescriptionAfterSuccessfulPlanEnvironmentTriggeringAction
(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 DeploymentVersionService in com.atlassian.bamboo.deployments.expiry
Constructors in com.atlassian.bamboo.deployments.expiry with parameters of type DeploymentVersionServiceModifierConstructorDescriptionDeploymentExpiryServiceImpl
(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 DeploymentVersionService in com.atlassian.bamboo.deployments.notification
Methods in com.atlassian.bamboo.deployments.notification with parameters of type DeploymentVersionServiceModifier and TypeMethodDescriptionvoid
DeploymentFinishedNotification.setDeploymentVersionService
(DeploymentVersionService deploymentVersionService) void
DeploymentStartedNotification.setDeploymentVersionService
(DeploymentVersionService deploymentVersionService) -
Uses of DeploymentVersionService in com.atlassian.bamboo.deployments.projects.actions
Methods in com.atlassian.bamboo.deployments.projects.actions with parameters of type DeploymentVersionServiceModifier and TypeMethodDescriptionvoid
ViewDeploymentProjects.setDeploymentVersionService
(DeploymentVersionService deploymentVersionService) -
Uses of DeploymentVersionService in com.atlassian.bamboo.deployments.projects.service
Constructors in com.atlassian.bamboo.deployments.projects.service with parameters of type DeploymentVersionServiceModifierConstructorDescriptionDeploymentProjectServiceImpl
(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 DeploymentVersionService in com.atlassian.bamboo.deployments.versions.actions
Fields in com.atlassian.bamboo.deployments.versions.actions declared as DeploymentVersionServiceModifier and TypeFieldDescriptionprotected DeploymentVersionService
AbstractCreateDeploymentVersion.deploymentVersionService
protected DeploymentVersionService
AbstractDeploymentVersionAction.deploymentVersionService
Methods in com.atlassian.bamboo.deployments.versions.actions with parameters of type DeploymentVersionServiceModifier and TypeMethodDescriptionvoid
AbstractCreateDeploymentVersion.setDeploymentVersionService
(DeploymentVersionService deploymentVersionService) void
CreateDeploymentVersion.setDeploymentVersionService
(DeploymentVersionService deploymentVersionService) -
Uses of DeploymentVersionService in com.atlassian.bamboo.deployments.versions.events
Constructors in com.atlassian.bamboo.deployments.versions.events with parameters of type DeploymentVersionServiceModifierConstructorDescriptionDeploymentVersionEventListener
(DeploymentVersionService deploymentVersionService) -
Uses of DeploymentVersionService in com.atlassian.bamboo.deployments.versions.index
Constructors in com.atlassian.bamboo.deployments.versions.index with parameters of type DeploymentVersionServiceModifierConstructorDescriptionVersionIndexSearcherImpl
(@NotNull BambooCachingPermissionManagerFacadeFactory cachingPermissionManagerFacadeFactory, @NotNull DeploymentVersionService deploymentVersionService, @NotNull DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService) -
Uses of DeploymentVersionService in com.atlassian.bamboo.deployments.versions.service
Classes in com.atlassian.bamboo.deployments.versions.service that implement DeploymentVersionServiceConstructors in com.atlassian.bamboo.deployments.versions.service with parameters of type DeploymentVersionServiceModifierConstructorDescriptionDeploymentVersionVcsChangesetServiceImpl
(DeploymentVersionVcsChangesetDao deploymentVersionVcsChangesetDao, DeploymentVersionVcsCommitDao deploymentVersionVcsCommitDao, DeploymentVersionService deploymentVersionService, RepositoryDefinitionManager repositoryDefinitionManager, DeploymentVersionChainResultDataCollector deploymentVersionChainResultDataCollector) -
Uses of DeploymentVersionService in com.atlassian.bamboo.plugins.jira.event
Constructors in com.atlassian.bamboo.plugins.jira.event with parameters of type DeploymentVersionServiceModifierConstructorDescriptionVersionCreatedIssuePublisher
(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 DeploymentVersionService in com.atlassian.bamboo.plugins.jira.rest.resource
Constructors in com.atlassian.bamboo.plugins.jira.rest.resource with parameters of type DeploymentVersionServiceModifierConstructorDescriptionJiraIssueRelatedDeploymentsResource
(AdministrationConfigurationAccessor administrationConfigurationAccessor, CustomVariableContext customVariableContext, CachedDeploymentProjectService cachedDeploymentProjectService, CachedPlanManager cachedPlanManager, FeatureManager featureManager, JiraRestHelper jiraRestHelper, DeploymentVersionService deploymentVersionService, DeploymentResultService deploymentResultService) -
Uses of DeploymentVersionService in com.atlassian.bamboo.plugins.jira.summary.deployment
Constructors in com.atlassian.bamboo.plugins.jira.summary.deployment with parameters of type DeploymentVersionServiceModifierConstructorDescriptionDeploymentAggregator
(AdministrationConfigurationAccessor administrationConfigurationAccessor, ImpersonationService impersonationService, JiraRestHelper jiraRestHelper, com.atlassian.sal.api.auth.OAuthRequestVerifierFactory oAuthRequestVerifierFactory, com.atlassian.sal.api.user.UserManager salUserManager, DeploymentVersionService deploymentVersionService, DeploymentResultService deploymentResultService) -
Uses of DeploymentVersionService in com.atlassian.bamboo.plugins.rest.deployments.execution
Constructors in com.atlassian.bamboo.plugins.rest.deployments.execution with parameters of type DeploymentVersionServiceModifierConstructorDescriptionDeploymentPreviewResource
(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 DeploymentVersionService in com.atlassian.bamboo.plugins.rest.deployments.issues
Constructors in com.atlassian.bamboo.plugins.rest.deployments.issues with parameters of type DeploymentVersionServiceModifierConstructorDescriptionJiraIssueRelatedDeploymentsResource
(DeploymentVersionService deploymentVersionService, CachedDeploymentProjectService cachedDeploymentProjectService, CachedEnvironmentService environmentService, DeploymentResultService deploymentResultService, AdministrationConfigurationAccessor administrationConfigurationAccessor, com.atlassian.sal.api.message.I18nResolver i18nResolver) RestDeploymentProjectStatusForJiraIssue
(@NotNull DeploymentProject deploymentProject, @NotNull Map<Long, EnvironmentStub> environmentMap, @NotNull List<DeploymentVersion> versions, @NotNull Map<Long, DeploymentVersionStatus> deploymentVersionStatuses, @NotNull Map<Long, EnvironmentStatusForDashboard> environmentStatuses, @NotNull String baseUrl, @NotNull DeploymentVersionService deploymentVersionService) -
Uses of DeploymentVersionService in com.atlassian.bamboo.plugins.rest.deployments.projects
Constructors in com.atlassian.bamboo.plugins.rest.deployments.projects with parameters of type DeploymentVersionServiceModifierConstructorDescriptionDeploymentDashboardResource
(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 DeploymentVersionService in com.atlassian.bamboo.plugins.rest.deployments.versions
Constructors in com.atlassian.bamboo.plugins.rest.deployments.versions with parameters of type DeploymentVersionServiceModifierConstructorDescriptionDeploymentVersionResource
(DeploymentVersionService deploymentVersionService, com.atlassian.sal.api.message.I18nResolver i18nResolver, DeploymentProjectPermissionsService deploymentProjectPermissionsService, RestAuthenticationContext restAuthenticationContext) -
Uses of DeploymentVersionService in com.atlassian.bamboo.plugins.rest.resource
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type DeploymentVersionServiceModifierConstructorDescriptionSearchResource
(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 DeploymentVersionService in com.atlassian.bamboo.plugins.testutils.deployments
Constructors in com.atlassian.bamboo.plugins.testutils.deployments with parameters of type DeploymentVersionServiceModifierConstructorDescriptionDeploymentsTestServiceImpl
(DeploymentExecutionService deploymentExecutionService, DeploymentProjectService deploymentProjectService, DeploymentResultService deploymentResultService, DeploymentVersionService deploymentVersionService, EnvironmentService environmentService, ResultsSummaryManager resultsSummaryManager, TriggerManager triggerManager) -
Uses of DeploymentVersionService in com.atlassian.bamboo.trigger.dependency
Constructors in com.atlassian.bamboo.trigger.dependency with parameters of type DeploymentVersionServiceModifierConstructorDescriptionAfterSuccessfulStageTriggeringAction
(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 DeploymentVersionService in com.atlassian.bamboo.ww2.actions.chains
Fields in com.atlassian.bamboo.ww2.actions.chains declared as DeploymentVersionServiceModifier and TypeFieldDescriptionprotected DeploymentVersionService
ViewChainSummary.deploymentVersionService
Methods in com.atlassian.bamboo.ww2.actions.chains with parameters of type DeploymentVersionServiceModifier and TypeMethodDescriptionvoid
ViewChainSummary.setDeploymentVersionService
(DeploymentVersionService deploymentVersionService) -
Uses of DeploymentVersionService in it.com.atlassian.bamboo.deployments.expiry
Constructors in it.com.atlassian.bamboo.deployments.expiry with parameters of type DeploymentVersionServiceModifierConstructorDescriptionDeploymentExpiryServiceWiredTest
(AdministrationConfigurationAccessor administrationConfigurationAccessor, AdministrationConfigurationPersister administrationConfigurationPersister, DeploymentExpiryService deploymentExpiryService, DeploymentsTestService deploymentsTestService, DeploymentVersionService deploymentVersionService, DeploymentResultService deploymentResultService, PluginHibernateSessionFactory pluginHibernateSessionFactory, StorageLocationService storageLocationService) -
Uses of DeploymentVersionService in it.com.atlassian.bamboo.deployments.versions.service
Constructors in it.com.atlassian.bamboo.deployments.versions.service with parameters of type DeploymentVersionServiceModifierConstructorDescriptionDeploymentVersionDeletionServiceWiredTest
(ArtifactLinkManager artifactLinkManager, CachedPlanManager cachedPlanManager, DeploymentVersionDeletionService deploymentVersionDeletionService, DeploymentVersionService deploymentVersionService, DeploymentsTestService deploymentsTestService, HibernateMutableAclService aclService, ImpersonationService impersonationService, ResultsSummaryManager resultsSummaryManager, StorageLocationService storageLocationService)