Uses of Interface
com.atlassian.bamboo.deployments.versions.service.DeploymentVersionLinkedJiraIssuesService
Packages that use DeploymentVersionLinkedJiraIssuesService
Package
Description
-
Uses of DeploymentVersionLinkedJiraIssuesService in com.atlassian.bamboo.deployments.notification
Methods in com.atlassian.bamboo.deployments.notification with parameters of type DeploymentVersionLinkedJiraIssuesServiceModifier and TypeMethodDescriptionvoidDeploymentFinishedNotification.setDeploymentVersionLinkedJiraIssuesService(DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService) voidDeploymentStartedNotification.setDeploymentVersionLinkedJiraIssuesService(DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService) -
Uses of DeploymentVersionLinkedJiraIssuesService in com.atlassian.bamboo.deployments.projects.service
Constructors in com.atlassian.bamboo.deployments.projects.service with parameters of type DeploymentVersionLinkedJiraIssuesServiceModifierConstructorDescriptionDeploymentProjectDeletionServiceImpl(BambooTransactionHibernateTemplate bambooTransactionHibernateTemplate, DeploymentProjectDao deploymentProjectDao, DeploymentVersionDeletionService deploymentVersionDeletionService, EnvironmentDeletionService environmentDeletionService, HibernateMutableAclService aclService, ArtifactManager artifactManager, com.atlassian.event.api.EventPublisher eventPublisher, DeploymentVersionLinkedJiraIssuesService jiraIssuesService, AgentAssignmentService agentAssignmentService) -
Uses of DeploymentVersionLinkedJiraIssuesService in com.atlassian.bamboo.deployments.versions.actions
Fields in com.atlassian.bamboo.deployments.versions.actions declared as DeploymentVersionLinkedJiraIssuesServiceModifier and TypeFieldDescriptionprotected DeploymentVersionLinkedJiraIssuesServiceAbstractDeploymentVersionAction.deploymentVersionLinkedJiraIssuesServiceMethods in com.atlassian.bamboo.deployments.versions.actions with parameters of type DeploymentVersionLinkedJiraIssuesServiceModifier and TypeMethodDescriptionfinal voidAbstractDeploymentVersionAction.setDeploymentVersionLinkedJiraIssuesService(DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService) -
Uses of DeploymentVersionLinkedJiraIssuesService in com.atlassian.bamboo.deployments.versions.index
Constructors in com.atlassian.bamboo.deployments.versions.index with parameters of type DeploymentVersionLinkedJiraIssuesServiceModifierConstructorDescriptionVersionIndexSearcherImpl(@NotNull BambooCachingPermissionManagerFacadeFactory cachingPermissionManagerFacadeFactory, @NotNull DeploymentVersionService deploymentVersionService, @NotNull DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService) -
Uses of DeploymentVersionLinkedJiraIssuesService in com.atlassian.bamboo.deployments.versions.service
Classes in com.atlassian.bamboo.deployments.versions.service that implement DeploymentVersionLinkedJiraIssuesServiceConstructors in com.atlassian.bamboo.deployments.versions.service with parameters of type DeploymentVersionLinkedJiraIssuesServiceModifierConstructorDescriptionDeploymentVersionDeletionServiceImpl(BambooTransactionHibernateTemplate bambooTransactionHibernateTemplate, DeploymentResultDeletionService deploymentResultDeletionService, DeploymentResultService deploymentResultService, DeploymentVersionDao deploymentVersionDao, DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService, DeploymentVersionLinkedJiraIssueDao deploymentVersionLinkedJiraIssueDao, DeploymentVersionVcsChangesetDao deploymentVersionVcsChangesetDao, VariableDefinitionDao variableDefinitionDao, EnvironmentDao environmentDao, DeploymentProjectDao deploymentProjectDao, CommentDao commentDao, ArtifactManager artifactManager, com.atlassian.event.api.EventPublisher eventPublisher, AuditLogService auditLogService) -
Uses of DeploymentVersionLinkedJiraIssuesService in com.atlassian.bamboo.plugins.jira.event
Constructors in com.atlassian.bamboo.plugins.jira.event with parameters of type DeploymentVersionLinkedJiraIssuesServiceModifierConstructorDescriptionDeploymentCompletedIssuePublisher(com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.event.remote.RemoteEventProducerRegistrar remoteEventProducerRegistrar, DeploymentResultService deploymentResultService, DeploymentProjectService deploymentProjectService, DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService, AdministrationConfigurationAccessor administrationConfigurationAccessor) DeploymentIssueChangedPublisher(com.atlassian.event.api.EventPublisher eventPublisher, DeploymentVersionLinkedJiraIssuesService issuesService, IssueChangedPublisher issueChangedPublisher) VersionCreatedIssuePublisher(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 DeploymentVersionLinkedJiraIssuesService in com.atlassian.bamboo.plugins.rest.deployments.execution
Constructors in com.atlassian.bamboo.plugins.rest.deployments.execution with parameters of type DeploymentVersionLinkedJiraIssuesServiceModifierConstructorDescriptionDeploymentPreviewResource(DeploymentVersionService deploymentVersionService, EnvironmentService environmentService, DeploymentProjectService deploymentProjectService, DeploymentResultService deploymentResultService, ResultsSummaryManager resultSummaryManager, DeploymentVersionVcsChangesetService deploymentVersionVcsChangesetService, DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService, PlanRestService planRestService, CustomVariableContext customVariableContext, Jsonator<Object> jsonator, CachedPlanManager cachedPlanManager)