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

Packages that use DeploymentProjectService
com.atlassian.bamboo.artifact   
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.execution.actions   
com.atlassian.bamboo.deployments.execution.service   
com.atlassian.bamboo.deployments.execution.triggering   
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.spring   
com.atlassian.bamboo.ww2   
com.atlassian.bamboo.ww2.actions   
com.atlassian.bamboo.ww2.actions.admin.elastic   
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.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)
           
 

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 CreateEnvironmentTrigger.setDeploymentProjectService(DeploymentProjectService 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.execution.actions
 

Methods in com.atlassian.bamboo.deployments.execution.actions with parameters of type DeploymentProjectService
 void ViewDeploymentResult.setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
           
 void ExecuteManualDeployment.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)
           
 

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, DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager, TriggerManager triggerManager, ResultsSummaryManager resultsSummaryManager)
           
 

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 DeleteDeploymentProject.setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
           
 void CreateDeploymentProjectDetails.setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
           
 void ConfigureDeploymentProjectVersioning.setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
           
 void ConfigureDeploymentProjectPermissions.setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
           
 void ConfigureDeploymentProject.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
           
 

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

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.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.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 © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.