Uses of Interface
com.atlassian.bamboo.build.strategy.BuildStrategyManager

Packages that use BuildStrategyManager
com.atlassian.bamboo.build.creation   
com.atlassian.bamboo.build.strategy   
com.atlassian.bamboo.deployments.environments.service   
com.atlassian.bamboo.deployments.projects.service   
com.atlassian.bamboo.fieldvalue   
com.atlassian.bamboo.spring   
com.atlassian.bamboo.upgrade.tasks   
com.atlassian.bamboo.upgrade.tasks.v5_2   
com.atlassian.bamboo.ww2.actions.branch   
com.atlassian.bamboo.ww2.actions.build.admin.create   
 

Uses of BuildStrategyManager in com.atlassian.bamboo.build.creation
 

Constructors in com.atlassian.bamboo.build.creation with parameters of type BuildStrategyManager
BuildStrategyConfigHelper(BuildStrategyManager buildStrategyManager)
           
 

Uses of BuildStrategyManager in com.atlassian.bamboo.build.strategy
 

Classes in com.atlassian.bamboo.build.strategy that implement BuildStrategyManager
 class DefaultBuildStrategyManager
           
 

Methods in com.atlassian.bamboo.build.strategy that return BuildStrategyManager
protected  BuildStrategyManager AbstractBuildStrategy.getBuildStrategyManager()
           
 

Constructors in com.atlassian.bamboo.build.strategy with parameters of type BuildStrategyManager
BuildStrategyConfigurationServiceImpl(BuildDefinitionManager buildDefinitionManager, BuildStrategyManager buildStrategyManager, com.opensymphony.xwork2.TextProvider textProvider, PlanManager planManager, AuditLogService auditLogService, ScopedExclusionService scopedExclusionService)
           
 

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

Constructors in com.atlassian.bamboo.deployments.environments.service with parameters of type BuildStrategyManager
EnvironmentServiceImpl(BambooAclUpdateHelper aclUpdateHelper, HibernateMutableAclService aclService, BambooAuthenticationContext authenticationContext, BambooPermissionManager bambooPermissionManager, BuildStrategyManager buildStrategyManager, DeploymentProjectDao deploymentProjectDao, EnvironmentDao environmentDao, EnvironmentRepositoryLinkDao environmentRepositoryLinkDao, PlanScheduler planScheduler, RepositoryDefinitionDao repositoryDefinitionDao, ScopedExclusionService scopedExclusionService, com.opensymphony.xwork2.TextProvider textProvider, ValidationService validationService, com.atlassian.event.api.EventPublisher eventPublisher, DeploymentVersionLinkedJiraIssueDao deploymentVersionLinkedJiraIssueDao, NotificationManager notificationManager, VariableConfigurationService variableConfigurationService, VariableDefinitionManager variableDefinitionManager)
           
EnvironmentTriggerServiceImpl(BuildStrategyManager buildStrategyManager, DeploymentProjectService deploymentProjectService, EnvironmentDao environmentDao, PlanScheduler planScheduler, ScopedExclusionService scopedExclusionService, com.opensymphony.xwork2.TextProvider textProvider)
           
 

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

Constructors in com.atlassian.bamboo.deployments.projects.service with parameters of type BuildStrategyManager
DeploymentProjectServiceImpl(ArtifactDefinitionManager artifactDefinitionManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooPermissionManager bambooPermissionManager, BuildStrategyManager buildStrategyManager, CachedPlanManager cachedPlanManager, DeploymentProjectDao deploymentProjectDao, DeploymentResultService deploymentResultService, EnvironmentDao environmentDao, EnvironmentService environmentService, EnvironmentTaskService environmentTaskService, HibernateMutableAclService aclService, com.opensymphony.xwork2.TextProvider textProvider, ValidationService validationService, VariableDefinitionManager variableDefinitionManager, VersionNamingService versionNamingService, DeploymentVersionService deploymentVersionService, ResultsSummaryManager resultsSummaryManager, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

Uses of BuildStrategyManager in com.atlassian.bamboo.fieldvalue
 

Methods in com.atlassian.bamboo.fieldvalue with parameters of type BuildStrategyManager
static java.util.List<BuildStrategy> BuildDefinitionConverter.createBuildStrategiesListFromOldConfigurationFormat(BuildStrategyManager buildStrategyManager, org.apache.commons.configuration.HierarchicalConfiguration fromConfig)
          Deprecated. since 4.3
static BuildStrategy BuildStrategyConfigurationUtils.createNewBuildStrategy(BuildStrategyManager buildStrategyManager, org.apache.commons.configuration.HierarchicalConfiguration configuration, java.lang.String userDescription, long buildStrategyId, java.util.Set<java.lang.Long> triggeringRepositories)
          Creates a new Build Strategy object from configuration.
static java.util.List<BuildStrategy> BuildStrategyConfigurationUtils.getBuildStrategiesFromConfig(BuildStrategyManager buildStrategyManager, org.apache.commons.configuration.HierarchicalConfiguration fromConfig)
          Retrieves tasks from build configuration
static java.util.List<BuildStrategy> BuildStrategyConfigurationUtils.getBuildStrategiesFromConfigNotNull(BuildStrategyManager buildStrategyManager, org.apache.commons.configuration.HierarchicalConfiguration fromConfig)
           
 

Constructors in com.atlassian.bamboo.fieldvalue with parameters of type BuildStrategyManager
BuildDefinitionConverter(BuildStrategyManager buildStrategyManager, com.atlassian.plugin.PluginAccessor pluginAccessor)
           
 

Uses of BuildStrategyManager in com.atlassian.bamboo.spring
 

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

Uses of BuildStrategyManager in com.atlassian.bamboo.upgrade.tasks
 

Methods in com.atlassian.bamboo.upgrade.tasks with parameters of type BuildStrategyManager
 void UpgradeTask3305ConvertBuildStrategyConfiguration.setBuildStrategyManager(BuildStrategyManager buildStrategyManager)
           
 

Uses of BuildStrategyManager in com.atlassian.bamboo.upgrade.tasks.v5_2
 

Methods in com.atlassian.bamboo.upgrade.tasks.v5_2 with parameters of type BuildStrategyManager
 void UpgradeTask4002AddBranchInformationToDeploymentTriggers.setBuildStrategyManager(BuildStrategyManager buildStrategyManager)
           
 

Uses of BuildStrategyManager in com.atlassian.bamboo.ww2.actions.branch
 

Methods in com.atlassian.bamboo.ww2.actions.branch with parameters of type BuildStrategyManager
 void EditChainBranchDetails.setBuildStrategyManager(BuildStrategyManager buildStrategyManager)
           
 

Uses of BuildStrategyManager in com.atlassian.bamboo.ww2.actions.build.admin.create
 

Constructors in com.atlassian.bamboo.ww2.actions.build.admin.create with parameters of type BuildStrategyManager
UIConfigBeanImpl(WebRepositoryViewerManager webRepositoryViewerManager, BuildStrategyManager buildStrategyManager, RepositoryManager repositoryManager, ProjectManager projectManager, BambooLicenseManager bambooLicenseManager, PlanManager planManager, JdkManager jdkManager, TaskManager taskManager, com.opensymphony.xwork2.TextProvider textProvider, RepositoryDefinitionManager repositoryDefinitionManager)
           
 



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