Uses of Class
com.atlassian.bamboo.build.creation.BuildStrategyConfigHelper

Packages that use BuildStrategyConfigHelper
com.atlassian.bamboo.build.creation   
com.atlassian.bamboo.configuration.repository   
com.atlassian.bamboo.ww2.actions.build.admin.config.repository   
com.atlassian.bamboo.ww2.actions.build.admin.create   
com.atlassian.bamboo.ww2.actions.chains   
 

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

Fields in com.atlassian.bamboo.build.creation declared as BuildStrategyConfigHelper
protected  BuildStrategyConfigHelper PlanCreationTemplate.buildStrategyConfigHelper
           
 

Methods in com.atlassian.bamboo.build.creation that return BuildStrategyConfigHelper
 BuildStrategyConfigHelper PlanValidationServiceImpl.getBuildStrategyConfigHelper()
           
 

Constructors in com.atlassian.bamboo.build.creation with parameters of type BuildStrategyConfigHelper
ChainBranchCreationServiceImpl(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, com.atlassian.event.api.EventPublisher eventPublisher, PlanValidationService planValidationService, AuditLogService auditLogService, BuildDefinitionConverter buildDefinitionConverter, NotificationManager notificationManager, JobCreationService jobCreationService, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, VariableDefinitionManager variableDefinitionManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskConfigurationService taskConfigurationService, ScopedExclusionService exclusionService, ChainBranchManager chainBranchManager, BranchCommitInformationManager branchCommitInformationManager, VcsBranchManager vcsBranchManager)
           
ChainCreationServiceImpl(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, com.atlassian.event.api.EventPublisher eventPublisher, PlanValidationService planValidationService, AuditLogService auditLogService, BuildDefinitionConverter buildDefinitionConverter, NotificationManager notificationManager, JobCreationService jobCreationService, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, VariableDefinitionManager variableDefinitionManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskConfigurationService taskConfigurationService, ScopedExclusionService scopedExclusionService, BranchCommitInformationManager branchCommitInformationManager, VcsBranchManager vcsBranchManager, BranchDetectionService branchDetectionService)
           
JobCreationService(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, com.atlassian.event.api.EventPublisher eventPublisher, PlanValidationService planValidationService, AuditLogService auditLogService, BuildDefinitionConverter buildDefinitionConverter, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, VariableDefinitionManager variableDefinitionManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskConfigurationService taskConfigurationService, ChainBranchManager chainBranchManager, NotificationManager notificationManager, BranchCommitInformationManager branchCommitInformationManager, VcsBranchManager vcsBranchManager)
           
PlanCreationTemplate(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, com.atlassian.event.api.EventPublisher eventPublisher, PlanValidationService planValidationService, AuditLogService auditLogService, BuildDefinitionConverter buildDefinitionConverter, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, VariableDefinitionManager variableDefinitionManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskConfigurationService taskConfigurationService, NotificationManager notificationManager, BranchCommitInformationManager branchCommitInformationManager, VcsBranchManager vcsBranchManager)
           
PlanValidationServiceImpl(ProjectManager projectManager, PlanManager planManager, com.opensymphony.xwork.TextProvider textProvider, RepositoryConfigHelper repositoryConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, ChainBranchManager chainBranchManager)
           
 

Uses of BuildStrategyConfigHelper in com.atlassian.bamboo.configuration.repository
 

Fields in com.atlassian.bamboo.configuration.repository declared as BuildStrategyConfigHelper
protected  BuildStrategyConfigHelper ConfigureGlobalRepository.buildStrategyConfigHelper
           
 

Methods in com.atlassian.bamboo.configuration.repository that return BuildStrategyConfigHelper
 BuildStrategyConfigHelper ConfigureGlobalRepository.getBuildStrategyConfigHelper()
           
 

Methods in com.atlassian.bamboo.configuration.repository with parameters of type BuildStrategyConfigHelper
 void ConfigureGlobalRepository.setBuildStrategyConfigHelper(BuildStrategyConfigHelper buildStrategyConfigHelper)
           
 

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

Fields in com.atlassian.bamboo.ww2.actions.build.admin.config.repository declared as BuildStrategyConfigHelper
protected  BuildStrategyConfigHelper ConfigureRepository.buildStrategyConfigHelper
           
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.config.repository with parameters of type BuildStrategyConfigHelper
 void ConfigureRepository.setBuildStrategyConfigHelper(BuildStrategyConfigHelper buildStrategyConfigHelper)
           
 

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

Methods in com.atlassian.bamboo.ww2.actions.build.admin.create with parameters of type BuildStrategyConfigHelper
 void CreateChain.setBuildStrategyConfigHelper(BuildStrategyConfigHelper buildStrategyConfigHelper)
           
 

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

Methods in com.atlassian.bamboo.ww2.actions.chains with parameters of type BuildStrategyConfigHelper
 void EditChainDetails.setBuildStrategyConfigHelper(BuildStrategyConfigHelper buildStrategyConfigHelper)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.