Uses of Interface
com.atlassian.bamboo.deployments.versions.service.DeploymentVersionLinkedJiraIssuesService
Package
Description
-
Uses of DeploymentVersionLinkedJiraIssuesService in com.atlassian.bamboo.deployments.notification
Modifier and TypeMethodDescriptionvoid
DeploymentFinishedNotification.setDeploymentVersionLinkedJiraIssuesService
(DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService) void
DeploymentStartedNotification.setDeploymentVersionLinkedJiraIssuesService
(DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService) -
Uses of DeploymentVersionLinkedJiraIssuesService in com.atlassian.bamboo.deployments.projects.service
ModifierConstructorDescriptionDeploymentProjectDeletionServiceImpl
(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
Modifier and TypeFieldDescriptionprotected DeploymentVersionLinkedJiraIssuesService
AbstractDeploymentVersionAction.deploymentVersionLinkedJiraIssuesService
Modifier and TypeMethodDescriptionfinal void
AbstractDeploymentVersionAction.setDeploymentVersionLinkedJiraIssuesService
(DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService) -
Uses of DeploymentVersionLinkedJiraIssuesService in com.atlassian.bamboo.deployments.versions.index
ModifierConstructorDescriptionVersionIndexSearcherImpl
(@NotNull BambooCachingPermissionManagerFacadeFactory cachingPermissionManagerFacadeFactory, @NotNull DeploymentVersionService deploymentVersionService, @NotNull DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService) -
Uses of DeploymentVersionLinkedJiraIssuesService in com.atlassian.bamboo.deployments.versions.service
ModifierConstructorDescriptionDeploymentVersionDeletionServiceImpl
(BambooTransactionHibernateTemplate bambooTransactionHibernateTemplate, DeploymentResultDeletionService deploymentResultDeletionService, DeploymentResultService deploymentResultService, DeploymentVersionDao deploymentVersionDao, DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService, DeploymentVersionLinkedJiraIssueDao deploymentVersionLinkedJiraIssueDao, DeploymentVersionVcsChangesetDao deploymentVersionVcsChangesetDao, VariableDefinitionDao variableDefinitionDao, CommentDao commentDao, ArtifactManager artifactManager, com.atlassian.event.api.EventPublisher eventPublisher, EnvironmentService environmentService, AuditLogService auditLogService) -
Uses of DeploymentVersionLinkedJiraIssuesService in com.atlassian.bamboo.plugins.jira.event
ModifierConstructorDescriptionDeploymentCompletedIssuePublisher
(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
ModifierConstructorDescriptionDeploymentPreviewResource
(DeploymentVersionService deploymentVersionService, EnvironmentService environmentService, DeploymentProjectService deploymentProjectService, DeploymentResultService deploymentResultService, ResultsSummaryManager resultSummaryManager, DeploymentVersionVcsChangesetService deploymentVersionVcsChangesetService, DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService, PlanRestService planRestService, CustomVariableContext customVariableContext, Jsonator<Object> jsonator, CachedPlanManager cachedPlanManager)