Uses of Interface
com.atlassian.bamboo.deployments.projects.service.DeploymentProjectService

Packages that use DeploymentProjectService
com.atlassian.bamboo.artifact   
com.atlassian.bamboo.buildqueue.manager   
com.atlassian.bamboo.configuration.agent   
com.atlassian.bamboo.deployments.environments.actions   
com.atlassian.bamboo.deployments.environments.actions.agents   
com.atlassian.bamboo.deployments.environments.actions.triggers   
com.atlassian.bamboo.deployments.environments.actions.variable   
com.atlassian.bamboo.deployments.environments.index   
com.atlassian.bamboo.deployments.environments.service   
com.atlassian.bamboo.deployments.execution.actions   
com.atlassian.bamboo.deployments.execution.service   
com.atlassian.bamboo.deployments.execution.triggering   
com.atlassian.bamboo.deployments.expiry   
com.atlassian.bamboo.deployments.notification   
com.atlassian.bamboo.deployments.projects   
com.atlassian.bamboo.deployments.projects.actions   
com.atlassian.bamboo.deployments.projects.events   
com.atlassian.bamboo.deployments.projects.service   
com.atlassian.bamboo.deployments.versions.actions   
com.atlassian.bamboo.deployments.versions.index   
com.atlassian.bamboo.deployments.versions.service   
com.atlassian.bamboo.index.quicksearch   
com.atlassian.bamboo.plugins.jira.rest.resource   
com.atlassian.bamboo.plugins.testutils.deployments   
com.atlassian.bamboo.spring   
com.atlassian.bamboo.testutils.deployments.projects   
com.atlassian.bamboo.ww2   
com.atlassian.bamboo.ww2.actions   
com.atlassian.bamboo.ww2.actions.admin.elastic   
com.atlassian.bamboo.ww2.actions.build.admin   
com.atlassian.bamboo.ww2.actions.build.admin.config   
com.atlassian.bamboo.ww2.actions.build.admin.config.task   
com.atlassian.bamboo.ww2.actions.plan   
 

Uses of DeploymentProjectService in com.atlassian.bamboo.artifact
 

Constructors in com.atlassian.bamboo.artifact with parameters of type DeploymentProjectService
ArtifactPermissionServiceImpl(CachedPlanManager cachedPlanManager, DeploymentProjectService deploymentProjectService, BambooPermissionManager bambooPermissionManager)
           
 

Uses of DeploymentProjectService in com.atlassian.bamboo.buildqueue.manager
 

Constructors in com.atlassian.bamboo.buildqueue.manager with parameters of type DeploymentProjectService
AgentAssignmentMapImpl(java.lang.Iterable<AgentAssignment> agentAssignments, CachedPlanManager cachedPlanManager, DeploymentProjectService deploymentProjectService)
           
AgentAssignmentServiceImpl(AgentAssignmentDao agentAssignmentDao, org.springframework.transaction.support.TransactionTemplate transactionTemplate, org.springframework.orm.hibernate.HibernateTemplate hibernateTemplate, ProjectManager projectManager, CachedPlanManager cachedPlanManager, DeploymentProjectService deploymentProjectService, EnvironmentService environmentService, com.atlassian.event.api.EventPublisher eventPublisher, CapabilitySetManager capabilitySetManager, CapabilityRequirementsMatcher capabilityRequirementsMatcher)
           
 

Uses of DeploymentProjectService in com.atlassian.bamboo.configuration.agent
 

Methods in com.atlassian.bamboo.configuration.agent with parameters of type DeploymentProjectService
 void ConfigureAgentAssignments.setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
           
 

Uses of DeploymentProjectService in com.atlassian.bamboo.deployments.environments.actions
 

Fields in com.atlassian.bamboo.deployments.environments.actions declared as DeploymentProjectService
protected  DeploymentProjectService ConfigureEnvironmentTasks.deploymentProjectService
           
 

Methods in com.atlassian.bamboo.deployments.environments.actions with parameters of type DeploymentProjectService
 void ViewEnvironment.setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
           
 void MoveEnvironment.setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
           
 void CreateEnvironment.setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
           
 void ConfigureEnvironmentTasks.setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
           
 void ConfigureEnvironment.setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
           
 void CloneEnvironment.setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
           
 

Uses of DeploymentProjectService in com.atlassian.bamboo.deployments.environments.actions.agents
 

Methods in com.atlassian.bamboo.deployments.environments.actions.agents with parameters of type DeploymentProjectService
 void ConfigureEnvironmentAgents.setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
           
 

Uses of DeploymentProjectService in com.atlassian.bamboo.deployments.environments.actions.triggers
 

Fields in com.atlassian.bamboo.deployments.environments.actions.triggers declared as DeploymentProjectService
protected  DeploymentProjectService ConfigureEnvironmentTriggers.deploymentProjectService
           
 

Methods in com.atlassian.bamboo.deployments.environments.actions.triggers with parameters of type DeploymentProjectService
 void ConfigureEnvironmentTriggers.setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
           
 

Uses of DeploymentProjectService in com.atlassian.bamboo.deployments.environments.actions.variable
 

Methods in com.atlassian.bamboo.deployments.environments.actions.variable with parameters of type DeploymentProjectService
 void ConfigureVariablesForEnvironment.setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
           
 

Uses of DeploymentProjectService in com.atlassian.bamboo.deployments.environments.index
 

Constructors in com.atlassian.bamboo.deployments.environments.index with parameters of type DeploymentProjectService
EnvironmentIndexerImpl(com.atlassian.bonnie.ILuceneConnection luceneConnection, com.atlassian.bandana.BandanaManager bandanaManager, com.atlassian.config.db.HibernateConfig hibernateConfig, IndexerService indexerService, DeploymentResultService deploymentResultService, DeploymentProjectService deploymentProjectService, DeploymentVersionService deploymentVersionService, EnvironmentService environmentService, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

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

Constructors in com.atlassian.bamboo.deployments.environments.service with parameters of type DeploymentProjectService
EnvironmentTriggerServiceImpl(BuildStrategyManager buildStrategyManager, DeploymentProjectService deploymentProjectService, EnvironmentDao environmentDao, PlanScheduler planScheduler, ScopedExclusionService scopedExclusionService, com.opensymphony.xwork2.TextProvider textProvider)
           
 

Uses of DeploymentProjectService in com.atlassian.bamboo.deployments.execution.actions
 

Methods in com.atlassian.bamboo.deployments.execution.actions with parameters of type DeploymentProjectService
 void ViewDeploymentResult.setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
           
 

Uses of DeploymentProjectService in com.atlassian.bamboo.deployments.execution.service
 

Constructors in com.atlassian.bamboo.deployments.execution.service with parameters of type DeploymentProjectService
DeploymentExecutionServiceImpl(AdministrationConfigurationAccessor administrationConfigurationAccessor, BuildLoggerManager buildLoggerManager, DeploymentResultService deploymentResultService, EnvironmentService environmentService, ErrorUpdateHandler errorUpdateHandler, com.atlassian.event.api.EventPublisher eventPublisher, FeatureManager featureManager, PlanExecutionLockService planExecutionLockService, TaskManager taskManager, VariableDefinitionManager variableDefinitionManager, DeploymentVersionService deploymentVersionService, ExecutionPhaseService executionPhaseService, DeploymentProjectService deploymentProjectService, CredentialsAccessor credentialsAccessor, DeploymentsInProgressService deploymentsInProgressService, CachedPlanManager cachedPlanManager)
           
 

Uses of DeploymentProjectService in com.atlassian.bamboo.deployments.execution.triggering
 

Constructors in com.atlassian.bamboo.deployments.execution.triggering with parameters of type DeploymentProjectService
AfterSuccessfulPlanEnvironmentTriggeringAction(DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, Environment environment, PlanResultKey planResultKey, TriggerManager triggerManager)
           
EnvironmentTriggeringActionFactoryImpl(DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager, TriggerManager triggerManager, ResultsSummaryManager resultsSummaryManager)
           
ScheduledEnvironmentTriggeringAction(Environment environment, PlanKey sourceBranchKey, DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager, TriggerManager triggerManager, ResultsSummaryManager resultsSummaryManager)
           
 

Uses of DeploymentProjectService in com.atlassian.bamboo.deployments.expiry
 

Constructors in com.atlassian.bamboo.deployments.expiry with parameters of type DeploymentProjectService
DeploymentExpiryServiceImpl(AdministrationConfigurationAccessor administrationConfigurationAccessor, com.atlassian.bandana.BandanaManager bandanaManager, DeploymentProjectService deploymentProjectService, DeploymentResultDeletionService deploymentResultDeletionService, DeploymentResultService deploymentResultService, DeploymentVersionDeletionService deploymentVersionDeletionService, DeploymentVersionService deploymentVersionService)
           
 

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

Methods in com.atlassian.bamboo.deployments.notification with parameters of type DeploymentProjectService
 void DeploymentStartedNotification.setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
           
 void DeploymentFinishedNotification.setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
           
 

Uses of DeploymentProjectService in com.atlassian.bamboo.deployments.projects
 

Methods in com.atlassian.bamboo.deployments.projects with parameters of type DeploymentProjectService
static com.google.common.base.Function<DeploymentProject,java.util.List<DeploymentProjectItem>> DeploymentProjectFunctions.getDeploymentProjectItems(DeploymentProjectService deploymentProjectService)
           
 

Uses of DeploymentProjectService in com.atlassian.bamboo.deployments.projects.actions
 

Methods in com.atlassian.bamboo.deployments.projects.actions with parameters of type DeploymentProjectService
 void ViewDeploymentProjects.setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
           
 void ViewAllDeploymentProjects.setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
           
 void CreateDeploymentProjectDetails.setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
           
 void ConfigureDeploymentProjectVersioning.setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
           
 void ConfigureDeploymentProjectPermissions.setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
           
 void ConfigureDeploymentProject.setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
           
 void CloneDeploymentProject.setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
           
 

Uses of DeploymentProjectService in com.atlassian.bamboo.deployments.projects.events
 

Constructors in com.atlassian.bamboo.deployments.projects.events with parameters of type DeploymentProjectService
DeploymentProjectEventListener(DeploymentProjectService deploymentProjectService)
           
 

Uses of DeploymentProjectService in com.atlassian.bamboo.deployments.projects.service
 

Classes in com.atlassian.bamboo.deployments.projects.service that implement DeploymentProjectService
 class DeploymentProjectServiceImpl
           
 

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

Fields in com.atlassian.bamboo.deployments.versions.actions declared as DeploymentProjectService
protected  DeploymentProjectService AbstractDeploymentVersionAction.deploymentProjectService
           
protected  DeploymentProjectService AbstractCreateDeploymentVersion.deploymentProjectService
           
 

Methods in com.atlassian.bamboo.deployments.versions.actions with parameters of type DeploymentProjectService
 void CreateDeploymentVersion.setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
           
 void AbstractDeploymentVersionAction.setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
           
 void AbstractCreateDeploymentVersion.setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
           
 

Uses of DeploymentProjectService in com.atlassian.bamboo.deployments.versions.index
 

Constructors in com.atlassian.bamboo.deployments.versions.index with parameters of type DeploymentProjectService
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 DeploymentProjectService in com.atlassian.bamboo.deployments.versions.service
 

Constructors in com.atlassian.bamboo.deployments.versions.service with parameters of type DeploymentProjectService
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)
           
DeploymentVersionLinkedJiraIssuesServiceImpl(DeploymentVersionLinkedJiraIssueDao deploymentVersionLinkedJiraIssueDao, DeploymentVersionChainResultDataCollector deploymentVersionChainResultDataCollector, DeploymentVersionService deploymentVersionService, DeploymentResultService deploymentResultService, DeploymentProjectService deploymentProjectService)
           
 

Uses of DeploymentProjectService in com.atlassian.bamboo.index.quicksearch
 

Constructors in com.atlassian.bamboo.index.quicksearch with parameters of type DeploymentProjectService
QuickSearchIndexerImpl(com.atlassian.bonnie.ILuceneConnection luceneConnection, IndexerService indexerService, CachedPlanManager cachedPlanManager, DeploymentProjectService deploymentProjectService, com.atlassian.config.db.HibernateConfig hibernateConfig, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.bandana.BandanaManager bandanaManager, PlanManager planManager)
           
 

Uses of DeploymentProjectService in com.atlassian.bamboo.plugins.jira.rest.resource
 

Constructors in com.atlassian.bamboo.plugins.jira.rest.resource with parameters of type DeploymentProjectService
JiraIssueRelatedDeploymentsResource(EnvironmentIndexSearcher environmentIndexSearcher, VersionIndexSearcher versionIndexSearcher, AdministrationConfigurationAccessor administrationConfigurationAccessor, DeploymentProjectService deploymentProjectService, DashboardCachingManager dashboardCachingManager, CustomVariableContext customVariableContext, FeatureManager featureManager)
           
 

Uses of DeploymentProjectService in com.atlassian.bamboo.plugins.testutils.deployments
 

Constructors in com.atlassian.bamboo.plugins.testutils.deployments with parameters of type DeploymentProjectService
DeploymentsTestServiceImpl(DeploymentExecutionService deploymentExecutionService, DeploymentProjectService deploymentProjectService, DeploymentResultService deploymentResultService, DeploymentVersionService deploymentVersionService, EnvironmentService environmentService, ResultsSummaryManager resultsSummaryManager, TriggerManager triggerManager)
           
 

Uses of DeploymentProjectService in com.atlassian.bamboo.spring
 

Fields in com.atlassian.bamboo.spring with type parameters of type DeploymentProjectService
static com.google.common.base.Supplier<DeploymentProjectService> ComponentAccessor.DEPLOYMENT_PROJECT_SERVICE
           
 

Uses of DeploymentProjectService in com.atlassian.bamboo.testutils.deployments.projects
 

Methods in com.atlassian.bamboo.testutils.deployments.projects with parameters of type DeploymentProjectService
static DeploymentProject DeploymentProjectTestHelper.mockDeploymentProject(DeploymentProjectService deploymentProjectService, long id, java.lang.String name)
           
 

Uses of DeploymentProjectService in com.atlassian.bamboo.ww2
 

Fields in com.atlassian.bamboo.ww2 declared as DeploymentProjectService
protected  DeploymentProjectService BambooActionSupport.deploymentProjectService
           
 

Methods in com.atlassian.bamboo.ww2 with parameters of type DeploymentProjectService
 void BambooActionSupport.setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
           
 

Uses of DeploymentProjectService in com.atlassian.bamboo.ww2.actions
 

Fields in com.atlassian.bamboo.ww2.actions declared as DeploymentProjectService
protected  DeploymentProjectService ChainActionSupport.deploymentProjectService
           
 

Methods in com.atlassian.bamboo.ww2.actions with parameters of type DeploymentProjectService
 void ChainActionSupport.setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
           
 

Uses of DeploymentProjectService in com.atlassian.bamboo.ww2.actions.admin.elastic
 

Methods in com.atlassian.bamboo.ww2.actions.admin.elastic with parameters of type DeploymentProjectService
 void ConfigureElasticImageConfigurationAssignments.setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
           
 

Uses of DeploymentProjectService in com.atlassian.bamboo.ww2.actions.build.admin
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin with parameters of type DeploymentProjectService
 void ReorderBuild.setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
           
 

Uses of DeploymentProjectService in com.atlassian.bamboo.ww2.actions.build.admin.config
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.config with parameters of type DeploymentProjectService
 void ConfigureBuildArtifact.setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
           
 

Uses of DeploymentProjectService in com.atlassian.bamboo.ww2.actions.build.admin.config.task
 

Constructors in com.atlassian.bamboo.ww2.actions.build.admin.config.task with parameters of type DeploymentProjectService
EnvironmentTaskOwner(Environment environment, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager)
           
TaskOwnerFactory(DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager)
           
 

Uses of DeploymentProjectService in com.atlassian.bamboo.ww2.actions.plan
 

Methods in com.atlassian.bamboo.ww2.actions.plan with parameters of type DeploymentProjectService
 void DeletePlan.setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
           
 



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