Uses of Interface
com.atlassian.bamboo.deployments.results.service.DeploymentResultService

Packages that use DeploymentResultService
com.atlassian.bamboo.deployments.environments.actions   
com.atlassian.bamboo.deployments.execution.actions   
com.atlassian.bamboo.deployments.execution.events   
com.atlassian.bamboo.deployments.execution.service   
com.atlassian.bamboo.deployments.notification   
com.atlassian.bamboo.deployments.projects.actions   
com.atlassian.bamboo.deployments.projects.service   
com.atlassian.bamboo.deployments.results.service   
com.atlassian.bamboo.deployments.versions.actions   
com.atlassian.bamboo.spring   
com.atlassian.bamboo.ww2.actions.chains   
 

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

Methods in com.atlassian.bamboo.deployments.environments.actions with parameters of type DeploymentResultService
 void ViewEnvironment.setDeploymentResultService(DeploymentResultService deploymentResultService)
           
 

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

Methods in com.atlassian.bamboo.deployments.execution.actions with parameters of type DeploymentResultService
 void ViewDeploymentResult.setDeploymentResultService(DeploymentResultService deploymentResultService)
           
 void StopDeployment.setDeploymentResultService(DeploymentResultService deploymentResultService)
           
 void ExecuteManualDeployment.setDeploymentResultService(DeploymentResultService deploymentResultService)
           
 void DeleteDeploymentResult.setDeploymentResultService(DeploymentResultService deploymentResultService)
           
 

Uses of DeploymentResultService in com.atlassian.bamboo.deployments.execution.events
 

Constructors in com.atlassian.bamboo.deployments.execution.events with parameters of type DeploymentResultService
DeploymentExecutionEventListener(BuildQueueManager buildQueueManager, DeploymentResultService deploymentResultService)
           
 

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

Constructors in com.atlassian.bamboo.deployments.execution.service with parameters of type DeploymentResultService
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 DeploymentResultService in com.atlassian.bamboo.deployments.notification
 

Methods in com.atlassian.bamboo.deployments.notification with parameters of type DeploymentResultService
 void DeploymentStartedNotification.setDeploymentResultService(DeploymentResultService deploymentResultService)
           
 void DeploymentFinishedNotification.setDeploymentResultService(DeploymentResultService deploymentResultService)
           
 

Constructors in com.atlassian.bamboo.deployments.notification with parameters of type DeploymentResultService
DeploymentNotificationEventListener(BuildQueueManager buildQueueManager, DeploymentResultService deploymentResultService, EnvironmentService environmentService, NotificationDispatcher notificationDispatcher)
           
 

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

Methods in com.atlassian.bamboo.deployments.projects.actions with parameters of type DeploymentResultService
 void ViewDeploymentProjects.setDeploymentResultService(DeploymentResultService deploymentResultService)
           
 

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

Constructors in com.atlassian.bamboo.deployments.projects.service with parameters of type DeploymentResultService
DeploymentProjectServiceImpl(ArtifactDefinitionManager artifactDefinitionManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooPermissionManager bambooPermissionManager, BambooTransactionHibernateTemplate bambooTransactionHibernateTemplate, CachedPlanManager cachedPlanManager, DeploymentProjectDao deploymentProjectDao, DeploymentResultService deploymentResultService, DeploymentVersionDeletionService deploymentVersionDeletionService, EnvironmentDeletionService environmentDeletionService, EnvironmentService environmentService, EnvironmentTaskService environmentTaskService, HibernateMutableAclService aclService, com.opensymphony.xwork.TextProvider textProvider, ValidationService validationService, VariableDefinitionManager variableDefinitionManager, VersionNamingService versionNamingService, ArtifactManager artifactManager, DeploymentVersionService deploymentVersionService, ResultsSummaryManager resultsSummaryManager)
           
 

Uses of DeploymentResultService in com.atlassian.bamboo.deployments.results.service
 

Classes in com.atlassian.bamboo.deployments.results.service that implement DeploymentResultService
 class DeploymentResultServiceImpl
           
 

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

Methods in com.atlassian.bamboo.deployments.versions.actions with parameters of type DeploymentResultService
 void ViewDeploymentVersion.setDeploymentResultService(DeploymentResultService deploymentResultService)
           
 

Uses of DeploymentResultService in com.atlassian.bamboo.spring
 

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

Uses of DeploymentResultService in com.atlassian.bamboo.ww2.actions.chains
 

Fields in com.atlassian.bamboo.ww2.actions.chains declared as DeploymentResultService
protected  DeploymentResultService ViewChainSummary.deploymentResultService
           
 

Methods in com.atlassian.bamboo.ww2.actions.chains with parameters of type DeploymentResultService
 void ViewChainSummary.setDeploymentResultService(DeploymentResultService deploymentResultService)
           
 



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