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   
 

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)
           
 

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
DeploymentIssueChangedPublisher(com.atlassian.event.api.EventPublisher eventPublisher, DeploymentVersionLinkedJiraIssuesService issuesService)
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.