Uses of Interface
com.atlassian.bamboo.deployments.versions.service.DeploymentVersionLinkedJiraIssuesService

Packages that use DeploymentVersionLinkedJiraIssuesService
com.atlassian.bamboo.deployments.environments.service   
com.atlassian.bamboo.deployments.notification   
com.atlassian.bamboo.deployments.projects.service   
com.atlassian.bamboo.deployments.results.service   
com.atlassian.bamboo.deployments.versions.actions   
com.atlassian.bamboo.deployments.versions.index   
com.atlassian.bamboo.deployments.versions.service   
com.atlassian.bamboo.jira.jiraissues   
com.atlassian.bamboo.plugins.jira.event   
com.atlassian.bamboo.plugins.rest.deployments.execution   
 

Uses of DeploymentVersionLinkedJiraIssuesService in com.atlassian.bamboo.deployments.environments.service
 

Constructors in com.atlassian.bamboo.deployments.environments.service with parameters of type DeploymentVersionLinkedJiraIssuesService
EnvironmentDeletionServiceImpl(BambooTransactionHibernateTemplate bambooTransactionHibernateTemplate, DeploymentResultDeletionService deploymentResultDeletionService, EnvironmentDao environmentDao, EnvironmentRepositoryLinkDao environmentRepositoryLinkDao, HibernateMutableAclService aclService, VariableDefinitionDao variableDefinitionDao, AgentAssignmentService agentAssignmentService, EnvironmentService environmentService, com.atlassian.event.api.EventPublisher eventPublisher, ScopedExclusionService scopedExclusionService, DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService)
           
 

Uses of DeploymentVersionLinkedJiraIssuesService in com.atlassian.bamboo.deployments.notification
 

Methods in com.atlassian.bamboo.deployments.notification with parameters of type DeploymentVersionLinkedJiraIssuesService
 void DeploymentStartedNotification.setDeploymentVersionLinkedJiraIssuesService(DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService)
           
 void DeploymentFinishedNotification.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 DeploymentVersionLinkedJiraIssuesService
DeploymentProjectDeletionServiceImpl(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.results.service
 

Constructors in com.atlassian.bamboo.deployments.results.service with parameters of type DeploymentVersionLinkedJiraIssuesService
DeploymentResultDeletionServiceImpl(BambooTransactionHibernateTemplate bambooTransactionHibernateTemplate, DeploymentResultDao deploymentResultDao, DeploymentVariableSubstitutionDao deploymentVariableSubstitutionDao, EnvironmentDao environmentDao, VariableContextBaselineDao variableContextBaselineDao, com.atlassian.event.api.EventPublisher eventPublisher, DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssueService)
           
 

Uses of DeploymentVersionLinkedJiraIssuesService in com.atlassian.bamboo.deployments.versions.actions
 

Fields in com.atlassian.bamboo.deployments.versions.actions declared as DeploymentVersionLinkedJiraIssuesService
protected  DeploymentVersionLinkedJiraIssuesService AbstractDeploymentVersionAction.deploymentVersionLinkedJiraIssuesService
           
 

Methods in com.atlassian.bamboo.deployments.versions.actions with parameters of type DeploymentVersionLinkedJiraIssuesService
 void AbstractDeploymentVersionAction.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 DeploymentVersionLinkedJiraIssuesService
VersionIndexerImpl(com.atlassian.bonnie.ILuceneConnection luceneConnection, com.atlassian.bandana.BandanaManager bandanaManager, com.atlassian.config.db.HibernateConfig hibernateConfig, IndexerService indexerService, com.atlassian.event.api.EventPublisher eventPublisher, DeploymentProjectService deploymentProjectService, DeploymentVersionService deploymentVersionService, DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService)
           
 

Uses of DeploymentVersionLinkedJiraIssuesService in com.atlassian.bamboo.deployments.versions.service
 

Classes in com.atlassian.bamboo.deployments.versions.service that implement DeploymentVersionLinkedJiraIssuesService
 class DeploymentVersionLinkedJiraIssuesServiceImpl
           
 

Constructors in com.atlassian.bamboo.deployments.versions.service with parameters of type DeploymentVersionLinkedJiraIssuesService
DeploymentVersionDeletionServiceImpl(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, DeploymentProjectService deploymentProjectService)
           
 

Uses of DeploymentVersionLinkedJiraIssuesService in com.atlassian.bamboo.jira.jiraissues
 

Constructors in com.atlassian.bamboo.jira.jiraissues with parameters of type DeploymentVersionLinkedJiraIssuesService
JiraIssueUtils(JiraApplinksService jiraApplinksService, ResultsSummaryManager resultsSummaryManager, com.atlassian.event.api.EventPublisher eventPublisher, AdministrationConfigurationAccessor administrationConfigurationAccessor, DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService)
           
 

Uses of DeploymentVersionLinkedJiraIssuesService in com.atlassian.bamboo.plugins.jira.event
 

Constructors in com.atlassian.bamboo.plugins.jira.event with parameters of type DeploymentVersionLinkedJiraIssuesService
DeploymentCompletedIssuePublisher(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, com.atlassian.event.remote.RemoteEventProducerRegistrar remoteEventProducerRegistrar)
           
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 DeploymentVersionLinkedJiraIssuesService
DeploymentPreviewResource(DeploymentVersionService deploymentVersionService, EnvironmentService environmentService, DeploymentProjectService deploymentProjectService, DeploymentResultService deploymentResultService, ResultsSummaryManager resultSummaryManager, DeploymentVersionVcsChangesetService deploymentVersionVcsChangesetService, DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService, PlanRestService planRestService, CustomVariableContext customVariableContext, Jsonator jsonator, CachedPlanManager cachedPlanManager)
           
 



Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.