Uses of Class
com.atlassian.bamboo.ww2.actions.build.admin.create.BuildConfiguration
Package
Description
-
Uses of BuildConfiguration in com.atlassian.bamboo.build
Modifier and TypeMethodDescriptionvoid
BuildDefinitionManager.savePlanAndDefinition
(Plan plan, BuildConfiguration buildConfiguration) Saves thePlan
and theBuildConfiguration
void
DefaultBuildDefinitionManager.savePlanAndDefinition
(Plan plan, BuildConfiguration newBuildConfiguration) void
DefaultBuildDefinitionManagerTx.savePlanAndDefinition
(Plan plan, BuildConfiguration newBuildConfiguration) @Nullable ErrorCollection
CustomPreBuildAction.validate
(BuildConfiguration config) Validate the build configuration when trying to save configuration for thePlan
This is used if the CustomPreBuildAction needs to have configuration stored against the build plan.static void
BuildConfigurationValidationUtils.validatePostiveInteger
(String paramKey, String positiveIntegerText, @Nullable Integer maxValue, String maxValueText, String notIntegerText, BuildConfiguration buildConfiguration, ErrorCollection errorCollection) static void
BuildConfigurationValidationUtils.validatePostiveInteger
(String paramKey, String positiveIntegerText, String notIntegerText, BuildConfiguration buildConfiguration, ErrorCollection errorCollection) -
Uses of BuildConfiguration in com.atlassian.bamboo.build.artifact
Modifier and TypeMethodDescriptionArtifactHandlerForPlanConfigurator.getEditHtml
(@NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan) -
Uses of BuildConfiguration in com.atlassian.bamboo.build.configuration
Modifier and TypeMethodDescription@NotNull ErrorCollection
ConcurrentBuildsPlanConfigurationPlugin.validate
(@NotNull BuildConfiguration buildConfiguration) -
Uses of BuildConfiguration in com.atlassian.bamboo.build.creation
Modifier and TypeMethodDescriptionChainBranchCreationServiceImpl.getBuildConfigurationWithDefaults()
ChainCreationServiceImpl.getBuildConfigurationWithDefaults()
JobCreationServiceImpl.getBuildConfigurationWithDefaults()
PlanCreationService.getBuildConfigurationWithDefaults()
@Nullable BuildConfiguration
PlanCreationBean.getConfigurationBeingEdited()
Modifier and TypeMethodDescriptionvoid
BuildTriggerConditionConfigHelper.addDefaultsToConfig
(@NotNull BuildConfiguration buildConfiguration) void
PlanConfigHelper.addDefaultsToConfig
(@NotNull BuildConfiguration buildConfiguration) Adds default values for all possible selections, esp preparing for display on the UIvoid
WebRepositoryConfigHelper.addDefaultsToConfig
(@NotNull BuildConfiguration buildConfiguration) void
ChainBranchCreationService.cleanBuildConfiguration
(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan) void
ChainBranchCreationServiceImpl.cleanBuildConfiguration
(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan) void
ChainCreationService.cleanBuildConfiguration
(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan) void
ChainCreationServiceImpl.cleanBuildConfiguration
(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan) void
JobCreationServiceImpl.cleanBuildConfiguration
(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan) protected abstract void
PlanCreationTemplate.cleanBuildConfiguration
(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan) Clean build configuration for saving.static void
PlanCreationTemplate.cleanBuildConfiguration
(BuildConfiguration buildConfiguration) Performs general cleanup of the buildConfiguration, cleaning up properties we don't want to save mostly these are properties that get used for UI display.void
BuildTriggerConditionConfigHelper.cleanConfig
(@NotNull BuildConfiguration buildConfiguration) void
PlanConfigHelper.cleanConfig
(@NotNull BuildConfiguration buildConfiguration) Cleans out any data from the build config, not required by the selected option.void
WebRepositoryConfigHelper.cleanConfig
(@NotNull BuildConfiguration buildConfiguration) JobCreationService.createJobAndBranches
(@NotNull BuildConfiguration buildConfiguration, @NotNull ActionParametersMap actionParametersMap, @NotNull PlanCreationService.EnablePlan ifPlanEnabled) JobCreationServiceImpl.createJobAndBranches
(@NotNull BuildConfiguration buildConfiguration, @NotNull ActionParametersMap actionParametersMap, @NotNull PlanCreationService.EnablePlan enabled) ChainBranchCreationServiceImpl.createPlan
(@NotNull BuildConfiguration buildConfiguration, @NotNull ActionParametersMap actionParametersMap, @NotNull PlanCreationService.EnablePlan enabled) ChainCreationServiceImpl.createPlan
(@NotNull BuildConfiguration buildConfiguration, @NotNull ActionParametersMap params, @NotNull PlanCreationService.EnablePlan enabled) JobCreationService.createPlan
(@NotNull BuildConfiguration buildConfiguration, @NotNull ActionParametersMap actionParametersMap, @NotNull PlanCreationService.EnablePlan enabled) Deprecated.since 4.0 use @{link #createJobAndBranches}JobCreationServiceImpl.createPlan
(@NotNull BuildConfiguration buildConfiguration, @NotNull ActionParametersMap actionParametersMap, @NotNull PlanCreationService.EnablePlan enabled) Deprecated.since 4.0 use @{link #createJobAndBranches}PlanCreationService.createPlan
(@NotNull BuildConfiguration buildConfiguration, @NotNull ActionParametersMap actionParametersMap, @NotNull PlanCreationService.EnablePlan enabled) Creates a plan from its components and saves it to the databaseprotected String
PlanCreationTemplate.createPlan
(@NotNull BuildConfiguration buildConfiguration, @NotNull ActionParametersMap actionParametersMap, @NotNull PlanCreationService.EnablePlan enabled, @NotNull BiConsumer<Plan, ActionParametersMap> preparePlanDetails) Creates and saves a planJobCreationService.createSingleJob
(BuildConfiguration buildConfiguration, ActionParametersMap clonedActionParametersMap, PlanCreationService.EnablePlan planEnabled) JobCreationServiceImpl.createSingleJob
(@NotNull BuildConfiguration buildConfiguration, @NotNull ActionParametersMap actionParametersMap, @NotNull PlanCreationService.EnablePlan enabled) static Runnable
PlanConfigHelpers.getValidationRunnableForHelpers
(@NotNull com.atlassian.struts.ValidationAware validationAware, @NotNull BuildConfiguration buildConfiguration, @NotNull PlanConfigHelper... planConfigHelpers) Get Runnable that goes through the provided helpers and invokes validation on provided build configuration.protected void
PlanCreationTemplate.logBuildConfiguration
(BuildConfiguration buildConfiguration) protected boolean
ChainBranchCreationServiceImpl.performCloneIfRequired
(@NotNull BuildConfiguration buildConfiguration, @NotNull PlanCreationBean planCreationBean, @NotNull ActionParametersMap params) protected boolean
ChainCreationServiceImpl.performCloneIfRequired
(@NotNull BuildConfiguration buildConfiguration, @NotNull PlanCreationBean planCreationBean, @NotNull ActionParametersMap params) protected boolean
JobCreationServiceImpl.performCloneIfRequired
(@NotNull BuildConfiguration buildConfiguration, @NotNull PlanCreationBean planCreationBean, @NotNull ActionParametersMap params) protected abstract boolean
PlanCreationTemplate.performCloneIfRequired
(@NotNull BuildConfiguration buildConfiguration, @NotNull PlanCreationBean planCreationBean, @NotNull ActionParametersMap params) Using the action parameters determine if cloning is required and if so, perform the clone.void
BuildTriggerConditionConfigHelper.performPostActionsOnConfig
(@NotNull BuildConfiguration buildConfiguration, @NotNull ImmutablePlan plan) void
PlanConfigHelper.performPostActionsOnConfig
(@NotNull BuildConfiguration buildConfiguration, @NotNull ImmutablePlan plan) Performs any miscellaneous actions required before saving the plan.void
WebRepositoryConfigHelper.performPostActionsOnConfig
(@NotNull BuildConfiguration buildConfiguration, @NotNull ImmutablePlan plan) protected void
ChainBranchCreationServiceImpl.prepareBuildConfiguration
(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan, @NotNull PlanCreationBean planCreationBean) protected void
ChainCreationServiceImpl.prepareBuildConfiguration
(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan, @NotNull PlanCreationBean planCreationBean) protected void
JobCreationServiceImpl.prepareBuildConfiguration
(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan, @NotNull PlanCreationBean planCreationBean) protected abstract void
PlanCreationTemplate.prepareBuildConfiguration
(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan, @NotNull PlanCreationBean planCreationBean) Prepare build configuration for saving.void
BuildTriggerConditionConfigHelper.prepareConfig
(@NotNull BuildConfiguration buildConfiguration) void
PlanConfigHelper.prepareConfig
(@NotNull BuildConfiguration buildConfiguration) Prepare the build configuration for validation.void
WebRepositoryConfigHelper.prepareConfig
(@NotNull BuildConfiguration buildConfiguration) void
PlanCreationBean.setConfigurationBeingEdited
(BuildConfiguration buildConfiguration) void
BuildTriggerConditionConfigHelper.validateConfig
(@NotNull com.atlassian.struts.ValidationAware validationAware, @NotNull BuildConfiguration buildConfiguration) void
BuildTriggerConditionConfigHelper.validateConfig
(com.opensymphony.xwork.ValidationAware validationAware, @NotNull BuildConfiguration buildConfiguration) void
PlanConfigHelper.validateConfig
(@NotNull com.atlassian.struts.ValidationAware validationAware, @NotNull BuildConfiguration buildConfiguration) Validates the configuration for a plan.void
PlanConfigHelper.validateConfig
(com.opensymphony.xwork.ValidationAware validationAware, @NotNull BuildConfiguration buildConfiguration) Deprecated.void
WebRepositoryConfigHelper.validateConfig
(@NotNull com.atlassian.struts.ValidationAware validationAware, @NotNull BuildConfiguration buildConfiguration) void
WebRepositoryConfigHelper.validateConfig
(com.opensymphony.xwork.ValidationAware validationAware, @NotNull BuildConfiguration buildConfiguration) void
ChainBranchCreationServiceImpl.validatePlan
(com.atlassian.struts.ValidationAware validationAware, BuildConfiguration buildConfiguration, ActionParametersMap params) void
ChainCreationServiceImpl.validatePlan
(com.atlassian.struts.ValidationAware validationAware, BuildConfiguration buildConfiguration, ActionParametersMap params) void
JobCreationServiceImpl.validatePlan
(com.atlassian.struts.ValidationAware validationAware, BuildConfiguration buildConfiguration, ActionParametersMap params) void
PlanCreationService.validatePlan
(com.atlassian.struts.ValidationAware validationAware, BuildConfiguration buildConfiguration, ActionParametersMap actionParametersMap) Validates plan details and build configuration details for initial plan creation. -
Uses of BuildConfiguration in com.atlassian.bamboo.build.docker
Modifier and TypeMethodDescriptionDockerConfigurationProviders.appendToConfiguration
(BuildConfiguration buildConfiguration, String selectedType, Map<String, Object> webFragmentsContextMap) Modifier and TypeMethodDescriptionvoid
DefaultDockerHandlerImpl.appendConfiguration
(BuildConfiguration buildConfiguration, Map<String, Object> webFragmentsContextMap, boolean enabled) void
DockerHandler.appendConfiguration
(BuildConfiguration buildConfiguration, Map<String, Object> webFragmentsContextMap, boolean enabled) DockerConfigurationProviders.appendToConfiguration
(BuildConfiguration buildConfiguration, String selectedType, Map<String, Object> webFragmentsContextMap) -
Uses of BuildConfiguration in com.atlassian.bamboo.build.expiry.plugin
Modifier and TypeMethodDescriptionprotected void
BuildExpiryPerPlanPlugin.populateContextForEdit
(@NotNull Map<String, Object> context, @NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan) @NotNull ErrorCollection
BuildExpiryPerPlanPlugin.validate
(@NotNull BuildConfiguration buildConfiguration) -
Uses of BuildConfiguration in com.atlassian.bamboo.build.monitoring
Modifier and TypeMethodDescriptionvoid
HungBuildPlanConfigurationPlugin.addDefaultValues
(@NotNull BuildConfiguration buildConfiguration) protected void
HungBuildPlanConfigurationPlugin.populateContextForEdit
(@NotNull Map<String, Object> context, @NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan) void
HungBuildPlanConfigurationPlugin.prepareConfigObject
(@NotNull BuildConfiguration buildConfiguration) @NotNull ErrorCollection
BuildMonitoringPerPlanPlugin.validate
(@NotNull BuildConfiguration buildConfiguration) -
Uses of BuildConfiguration in com.atlassian.bamboo.buildtrigger
Modifier and TypeMethodDescription@NotNull ErrorCollection
PlansGreenCondition.validate
(@NotNull BuildConfiguration buildConfiguration) -
Uses of BuildConfiguration in com.atlassian.bamboo.clover
Modifier and TypeMethodDescriptionstatic boolean
CloverPluginHelper.isCloverOn
(@Nullable BuildConfiguration config) -
Uses of BuildConfiguration in com.atlassian.bamboo.clover.builder.coverage
Modifier and TypeMethodDescriptionvoid
CloverBuildProcessor.customizeBuildRequirements
(@NotNull PlanKey planKey, @NotNull BuildConfiguration buildConfiguration, @NotNull RequirementSet requirementSet) This part is executed on server as a part of UI configuration.protected void
CloverBuildProcessor.populateContextForEdit
(@NotNull Map<String, Object> context, @NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan) @NotNull ErrorCollection
CloverBuildProcessor.validate
(@NotNull BuildConfiguration configuration) -
Uses of BuildConfiguration in com.atlassian.bamboo.configuration.external.helpers
Modifier and TypeMethodDescriptionstatic void
BuildConfigurationPluginsExportHelper.addDefaultValues
(@NotNull com.atlassian.plugin.PluginAccessor pluginAccessor, @NotNull Plan plan, @NotNull BuildConfiguration hierarchicalConfiguration) -
Uses of BuildConfiguration in com.atlassian.bamboo.deployments.environments.persistence
Modifier and TypeMethodDescriptionstatic void
EnvironmentPersistenceHelper.saveEnvironmentWithNoSchedules
(@NotNull MutableEnvironment environment, @Nullable BuildConfiguration newTriggersConfiguration, @NotNull EnvironmentDao environmentDao, @NotNull PlanScheduler planScheduler) Helper method that persist environment configuration, while pausing its triggers. -
Uses of BuildConfiguration in com.atlassian.bamboo.plan.branch
Modifier and TypeMethodDescription@NotNull ChainBranchCreationResult
LightweightBranchCreationService.createChainBranch
(@NotNull ImmutableChain chain, @NotNull PlanBranchWorkflow planBranchWorkflow, @NotNull String branchName, @Nullable String branchDescription, @Nullable PlanRepositoryDefinition defaultRepositoryDefinition, @Nullable VcsRepositoryModuleDescriptor moduleDescriptor, @Nullable VcsBranch newBranch, @NotNull BuildConfiguration buildConfiguration, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry, @NotNull Consumer<PlanKey> branchPlanKeyConsumer, boolean expectingDivergentBranch) Creates a new lightweight plan branch for give chain.@NotNull ChainBranchCreationResult
LightweightBranchCreationService.createChainBranch
(@NotNull ImmutableChain chain, @NotNull PlanBranchWorkflow planBranchWorkflow, @NotNull String branchName, @Nullable String branchDescription, @Nullable PlanRepositoryDefinition defaultRepositoryDefinition, @Nullable VcsRepositoryModuleDescriptor moduleDescriptor, @Nullable VcsBranch newBranch, @NotNull BuildConfiguration buildConfiguration, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry, @NotNull Consumer<PlanKey> branchPlanKeyConsumer, boolean expectingDivergentBranch, Optional<VcsPullRequest> pullRequest) Creates a new lightweight plan branch for give chain.@NotNull ChainBranchCreationResult
LightweightBranchCreationServiceImpl.createChainBranch
(@NotNull ImmutableChain chain, @NotNull PlanBranchWorkflow planBranchWorkflow, @NotNull String branchName, @Nullable String branchDescription, @Nullable PlanRepositoryDefinition defaultRepositoryDefinition, @Nullable VcsRepositoryModuleDescriptor moduleDescriptor, @Nullable VcsBranch newBranch, @NotNull BuildConfiguration buildConfiguration, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry, @NotNull Consumer<PlanKey> branchPlanKeyConsumer, boolean expectingDivergentBranch) @NotNull ChainBranchCreationResult
LightweightBranchCreationServiceImpl.createChainBranch
(@NotNull ImmutableChain chain, @NotNull PlanBranchWorkflow planBranchWorkflow, @NotNull String branchName, @Nullable String branchDescription, @Nullable PlanRepositoryDefinition defaultRepositoryDefinition, @Nullable VcsRepositoryModuleDescriptor moduleDescriptor, @Nullable VcsBranch newBranch, @NotNull BuildConfiguration buildConfiguration, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry, @NotNull Consumer<PlanKey> branchPlanKeyConsumer, boolean expectingDivergentBranch, Optional<VcsPullRequest> pullRequest) ChainPropagatingFacade.createJob
(JobCreationService jobCreationService, BuildConfiguration buildConfiguration, Map<String, ?> actionParametersMap, PlanCreationService.EnablePlan isPlanEnabled) @NotNull ChainBranchCreationResult
LightweightBranchCreationService.createOrEnableChainBranch
(@NotNull ImmutableChain chain, @NotNull PlanBranchWorkflow planBranchWorkflow, @Nullable String branchName, @NotNull Function<VcsBranchConfigurator, VcsBranch> vcsBranchProvider, @Nullable BuildConfiguration buildConfiguration, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry, @NotNull Consumer<PlanKey> branchPlanKeyConsumer, boolean expectingDivergentBranch) Given a branch name and (optionally) vcs branch name, check if branch already exists.@NotNull ChainBranchCreationResult
LightweightBranchCreationService.createOrEnableChainBranch
(@NotNull ImmutableChain chain, @NotNull PlanBranchWorkflow planBranchWorkflow, @Nullable String branchName, @NotNull Function<VcsBranchConfigurator, VcsBranch> vcsBranchProvider, @Nullable BuildConfiguration buildConfiguration, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry, @NotNull Consumer<PlanKey> branchPlanKeyConsumer, boolean expectingDivergentBranch, Optional<VcsPullRequest> pullRequest) Given a branch name and (optionally) vcs branch name, check if branch already exists.@NotNull ChainBranchCreationResult
LightweightBranchCreationServiceImpl.createOrEnableChainBranch
(@NotNull ImmutableChain chain, @NotNull PlanBranchWorkflow planBranchWorkflow, @Nullable String branchName, @NotNull Function<VcsBranchConfigurator, VcsBranch> vcsBranchProvider, @Nullable BuildConfiguration buildConfiguration, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry, @NotNull Consumer<PlanKey> branchPlanKeyConsumer, boolean expectingDivergentBranch) @NotNull ChainBranchCreationResult
LightweightBranchCreationServiceImpl.createOrEnableChainBranch
(@NotNull ImmutableChain chain, @NotNull PlanBranchWorkflow planBranchWorkflow, @Nullable String branchName, @NotNull Function<VcsBranchConfigurator, VcsBranch> vcsBranchProvider, @Nullable BuildConfiguration buildConfiguration, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry, @NotNull Consumer<PlanKey> branchPlanKeyConsumer, boolean expectingDivergentBranch, Optional<VcsPullRequest> pullRequest) static boolean
BranchIntegrationConfigurationImpl.hasConfiguration
(BuildConfiguration buildConfiguration) Tests if aBuildConfiguration
contains aBranchIntegrationConfiguration
-
Uses of BuildConfiguration in com.atlassian.bamboo.plugin.web
Modifier and TypeMethodDescription<T extends BuildConfigurationAwarePlugin>
@NotNull StringPlanConfigurationPluginUIHelperImpl.getEditHtml
(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan, @NotNull Class<T> pluginClass) <T extends BuildConfigurationAwarePlugin>
@NotNull StringPlanConfigurationUIPluginHelper.getEditHtml
(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan, @NotNull Class<T> pluginClass) Generate html page from all plugin edit fragments.<T extends BuildConfigurationAwarePlugin>
@NotNull List<String>PlanConfigurationPluginUIHelperImpl.getEditHtmlList
(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan, @NotNull Class<T> pluginClass, @NotNull Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses) <T extends BuildConfigurationAwarePlugin>
@NotNull List<String>PlanConfigurationUIPluginHelper.getEditHtmlList
(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan, @NotNull Class<T> pluginClass, @NotNull Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses) Generate list of html edit fragments for all plugins. -
Uses of BuildConfiguration in com.atlassian.bamboo.plugins.bitbucket
Modifier and TypeMethodDescriptionvoid
BitbucketRepository.addDefaultValues
(@NotNull BuildConfiguration buildConfiguration) void
BitbucketRepository.prepareConfigObject
(@NotNull BuildConfiguration buildConfiguration) @NotNull ErrorCollection
BitbucketRepository.validate
(@NotNull BuildConfiguration configuration) @NotNull ErrorCollection
BitbucketRepository.validateForConnectionTesting
(@NotNull BuildConfiguration configuration) -
Uses of BuildConfiguration in com.atlassian.bamboo.plugins.git
Modifier and TypeMethodDescriptionvoid
GitHubRepository.addDefaultValues
(@NotNull BuildConfiguration buildConfiguration) void
GitRepository.addDefaultValues
(@NotNull BuildConfiguration buildConfiguration) void
GitHubRepository.prepareConfigObject
(@NotNull BuildConfiguration buildConfiguration) void
GitRepository.prepareConfigObject
(@NotNull BuildConfiguration buildConfiguration) @NotNull ErrorCollection
GitHubRepository.validate
(@NotNull BuildConfiguration buildConfiguration) @NotNull ErrorCollection
GitRepository.validate
(@NotNull BuildConfiguration buildConfiguration) @NotNull ErrorCollection
GitRepository.validateForConnectionTesting
(@NotNull BuildConfiguration configuration) -
Uses of BuildConfiguration in com.atlassian.bamboo.plugins.labeller
Modifier and TypeMethodDescription@NotNull ErrorCollection
BuildLabellerCustomBuildProcessor.validate
(@NotNull BuildConfiguration buildConfiguration) This method is used to validate a build configuration for a build plan@Nullable ErrorCollection
BuildLogLabellerPreBuildAction.validate
(BuildConfiguration config) -
Uses of BuildConfiguration in com.atlassian.bamboo.plugins.maven.dependencies
Modifier and TypeMethodDescriptionprotected void
AutomaticDependencyManagementPlugin.populateContextForEdit
(@NotNull Map<String, Object> context, @NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan) -
Uses of BuildConfiguration in com.atlassian.bamboo.plugins.stash
Modifier and TypeMethodDescriptionvoid
StashRepositoryImpl.addDefaultValues
(@NotNull BuildConfiguration buildConfiguration) void
StashRepositoryImpl.prepareConfigObject
(@NotNull BuildConfiguration buildConfiguration) @NotNull ErrorCollection
StashRepositoryImpl.validate
(@NotNull BuildConfiguration buildConfiguration) @NotNull ErrorCollection
StashWebRepositoryViewer.validate
(@NotNull BuildConfiguration buildConfiguration) -
Uses of BuildConfiguration in com.atlassian.bamboo.plugins.testutils.docker
Modifier and TypeMethodDescriptionvoid
TestDockerHandler.appendConfiguration
(BuildConfiguration buildConfiguration, Map<String, Object> webFragmentsContextMap, boolean enabled) -
Uses of BuildConfiguration in com.atlassian.bamboo.repository
Modifier and TypeMethodDescriptionvoid
AbstractRepository.addDefaultValues
(@NotNull BuildConfiguration buildConfiguration) Deprecated.void
MavenPomAccessor.addDefaultValues
(@NotNull BuildConfiguration buildConfiguration) Allows setting default values in build configuration for the repository to be added into a plan.void
MavenPomAccessorAbstract.addDefaultValues
(@NotNull BuildConfiguration buildConfiguration) void
AbstractRepository.customizeBuildRequirements
(@NotNull PlanKey planKey, @NotNull BuildConfiguration buildConfiguration, @NotNull RequirementSet requirementSet) Deprecated.AbstractRepository.getAdvancedEditHtml
(@NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan) Deprecated.@Nullable String
AdvancedConfigurationAwareRepository.getAdvancedEditHtml
(@NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan) @Nullable String
AbstractRepository.getEditHtml
(@NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan) Deprecated.@Nullable String
AbstractRepository.getMavenPomCheckoutAccessEditHtml
(@NotNull BuildConfiguration buildConfiguration) Deprecated.@Nullable String
MavenPomAccessor.getMavenPomCheckoutAccessEditHtml
(@NotNull BuildConfiguration buildConfiguration) Returns HTML for the Maven POM import configuration of the repository@Nullable String
MavenPomAccessorAbstract.getMavenPomCheckoutAccessEditHtml
(@NotNull BuildConfiguration buildConfiguration) @Nullable String
AbstractRepository.getMinimalEditHtml
(@NotNull BuildConfiguration buildConfiguration) Deprecated.@Nullable String
Repository.getMinimalEditHtml
(@NotNull BuildConfiguration buildConfiguration) Deprecated.Returns HTML for the minimal configuration of the repository.boolean
AbstractRepository.isAdvancedOptionEnabled
(@NotNull BuildConfiguration buildConfiguration) Deprecated.boolean
QuietPeriodHelper.isEnabled
(BuildConfiguration buildConfiguration) void
AbstractRepository.removeBuildRequirements
(@NotNull PlanKey planKey, @NotNull BuildConfiguration buildConfiguration, @NotNull RequirementSet requirementSet) Deprecated.@NotNull ErrorCollection
AbstractRepository.validate
(@NotNull BuildConfiguration buildConfiguration) Deprecated.void
QuietPeriodHelper.validate
(BuildConfiguration buildConfiguration, ErrorCollection errorCollection) default @NotNull ErrorCollection
TestConnectionAwareRepository.validateForConnectionTesting
(@NotNull BuildConfiguration configuration) A method similar toBuildConfigurationAwarePlugin.validate(BuildConfiguration)
used to validate repository configuration before connection testing. -
Uses of BuildConfiguration in com.atlassian.bamboo.repository.nullrepository
Modifier and TypeMethodDescriptionNullRepository.getAdvancedEditHtml
(@NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan) NullRepository.getEditHtml
(@NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan) NullRepository.getMinimalEditHtml
(@NotNull BuildConfiguration buildConfiguration) -
Uses of BuildConfiguration in com.atlassian.bamboo.repository.svn
Modifier and TypeMethodDescriptionvoid
SvnRepository.addDefaultValues
(@NotNull BuildConfiguration buildConfiguration) boolean
SvnRepository.isAdvancedOptionEnabled
(@NotNull BuildConfiguration buildConfiguration) void
SvnRepository.prepareConfigObject
(@NotNull BuildConfiguration buildConfiguration) @NotNull ErrorCollection
SvnRepository.validate
(@NotNull BuildConfiguration buildConfiguration) -
Uses of BuildConfiguration in com.atlassian.bamboo.session
Modifier and TypeMethodDescription@NotNull BuildConfiguration
BambooSession.getBuildConfiguration()
Modifier and TypeMethodDescriptionvoid
BambooSession.setBuildConfiguration
(BuildConfiguration buildConfiguration) -
Uses of BuildConfiguration in com.atlassian.bamboo.task.conversion
Modifier and TypeMethodDescription@NotNull List<TaskDefinition>
LegacyBuilderToTaskConverter.builder2TaskList
(@NotNull BuildConfiguration buildConfiguration) Deprecated.Creates a list of tasks out of BuildConfiguration.AbstractBuilder2TaskConverter.stripBuilderParameters
(@NotNull BuildConfiguration buildConfiguration, @NotNull String prefix) Deprecated.Retrieves builder parameters, removes the prefix from them and puts them into a map. -
Uses of BuildConfiguration in com.atlassian.bamboo.upgrade.tasks
Modifier and TypeMethodDescriptionprotected boolean
AbstractTaskConfigurationUpgradeTask.environmentCanBeSkipped
(BuildConfiguration buildConfiguration) -
Uses of BuildConfiguration in com.atlassian.bamboo.v2.build
Modifier and TypeMethodDescriptionvoid
BaseBuildConfigurationAwarePlugin.addDefaultValues
(@NotNull BuildConfiguration buildConfiguration) void
BuildConfigurationAwarePlugin.addDefaultValues
(@NotNull BuildConfiguration buildConfiguration) Extension point for adding default values to the form forRenderableBuildConfiguration.getEditHtml(com.atlassian.bamboo.ww2.actions.build.admin.create.BuildConfiguration, com.atlassian.bamboo.plan.Plan)
void
BaseConfigurablePlugin.customizeBuildRequirements
(@NotNull PlanKey planKey, @NotNull BuildConfiguration buildConfiguration, @NotNull RequirementSet requirementSet) void
ConfigurablePlugin.customizeBuildRequirements
(@NotNull PlanKey planKey, @NotNull BuildConfiguration buildConfiguration, @NotNull RequirementSet requirementSet) Extension point for adding/customizing requirements when editing a build's builder configuration.@Nullable String
BaseBuildConfigurationAwarePlugin.getEditHtml
(@NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan) @Nullable String
RenderableBuildConfiguration.getEditHtml
(@NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan) Returns HTML that represents the form fragment for editing the repository.protected void
BaseBuildConfigurationAwarePlugin.populateContextForEdit
(@NotNull Map<String, Object> context, @NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan) void
BaseBuildConfigurationAwarePlugin.prepareConfigObject
(@NotNull BuildConfiguration buildConfiguration) void
BuildConfigurationAwarePlugin.prepareConfigObject
(@NotNull BuildConfiguration buildConfiguration) Do any preprocessing work before validation occurs.void
BaseConfigurablePlugin.removeBuildRequirements
(@NotNull PlanKey planKey, @NotNull BuildConfiguration buildConfiguration, @NotNull RequirementSet requirementSet) void
ConfigurablePlugin.removeBuildRequirements
(@NotNull PlanKey planKey, @NotNull BuildConfiguration buildConfiguration, @NotNull RequirementSet requirementSet) Extension point for removing requirements when given plugin is excluded from build's builder configuration.@NotNull ErrorCollection
BaseBuildConfigurationAwarePlugin.validate
(@NotNull BuildConfiguration buildConfiguration) @NotNull ErrorCollection
BuildConfigurationAwarePlugin.validate
(@NotNull BuildConfiguration buildConfiguration) Validates the properties in theBuildConfiguration
object. -
Uses of BuildConfiguration in com.atlassian.bamboo.vcsversion
Modifier and TypeMethodDescription@Nullable ErrorCollection
VCSVersionReader.validate
(BuildConfiguration buildConfiguration) -
Uses of BuildConfiguration in com.atlassian.bamboo.web.utils
Modifier and TypeMethodDescriptionstatic void
BuildConfigurationActionHelper.copyParamsToBuildConfiguration
(ActionParametersMap params, BuildConfiguration buildConfiguration) -
Uses of BuildConfiguration in com.atlassian.bamboo.webrepository
Modifier and TypeMethodDescriptionNoWebRepositoryViewer.getEditHtml
(@NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan) @NotNull ErrorCollection
DefaultWebRepositoryViewer.validate
(@NotNull BuildConfiguration buildConfiguration) Deprecated. -
Uses of BuildConfiguration in com.atlassian.bamboo.webrepository.fisheye
Modifier and TypeMethodDescription@NotNull ErrorCollection
FisheyeWebRepositoryViewer.validate
(@NotNull BuildConfiguration buildConfiguration) -
Uses of BuildConfiguration in com.atlassian.bamboo.webrepository.stash
Modifier and TypeMethodDescription@NotNull ErrorCollection
LegacyStashWebRepositoryViewer.validate
(@NotNull BuildConfiguration buildConfiguration) Deprecated. -
Uses of BuildConfiguration in com.atlassian.bamboo.ww2.actions.admin
Modifier and TypeFieldDescriptionprotected BuildConfiguration
ImportMavenPlanAction.buildConfiguration
Modifier and TypeMethodDescriptionvoid
ImportMavenPlanAction.setBuildConfiguration
(BuildConfiguration buildConfiguration) -
Uses of BuildConfiguration in com.atlassian.bamboo.ww2.actions.admin.bulk.trigger
Modifier and TypeMethodDescriptionvoid
ReplaceTriggersAction.setBuildConfiguration
(BuildConfiguration buildConfiguration) -
Uses of BuildConfiguration in com.atlassian.bamboo.ww2.actions.branch
Modifier and TypeFieldDescriptionprotected BuildConfiguration
AbstractBranchTriggerConfigAction.buildConfiguration
Modifier and TypeMethodDescriptionConfigureBranches.getBuildConfiguration()
CreateChainBranch.getBuildConfiguration()
EditChainBranchDetails.getBuildConfiguration()
EditChainBranchNotifications.getBuildConfiguration()
Modifier and TypeMethodDescriptionvoid
ConfigureBranches.setBuildConfiguration
(BuildConfiguration buildConfiguration) void
CreateChainBranch.setBuildConfiguration
(BuildConfiguration buildConfiguration) void
EditChainBranchDetails.setBuildConfiguration
(BuildConfiguration buildConfiguration) void
EditChainBranchNotifications.setBuildConfiguration
(BuildConfiguration buildConfiguration) -
Uses of BuildConfiguration in com.atlassian.bamboo.ww2.actions.build.admin
Modifier and TypeMethodDescriptionvoid
BuildConfigurationSupport.setBuildConfiguration
(BuildConfiguration buildConfiguration) -
Uses of BuildConfiguration in com.atlassian.bamboo.ww2.actions.build.admin.create
Modifier and TypeMethodDescriptionvoid
CreateChain.setBuildConfiguration
(BuildConfiguration buildConfiguration) -
Uses of BuildConfiguration in com.atlassian.bamboo.ww2.actions.chains
Modifier and TypeMethodDescriptionCreateJob.getBuildConfiguration()
EditChainDetails.getBuildConfiguration()
Modifier and TypeMethodDescriptionvoid
CreateJob.setBuildConfiguration
(BuildConfiguration buildConfiguration) void
EditChainDetails.setBuildConfiguration
(BuildConfiguration buildConfiguration) -
Uses of BuildConfiguration in com.atlassian.bamboo.ww2.actions.chains.admin.triggers
Modifier and TypeFieldDescriptionprotected BuildConfiguration
ConfigureChainTrigger.buildConfiguration
-
Uses of BuildConfiguration in com.atlassian.bamboo.ww2.aware
Modifier and TypeMethodDescriptionvoid
BareBuildConfigurationAware.setBuildConfiguration
(BuildConfiguration buildConfiguration) void
RepositoryConfigurationAware.setBuildConfiguration
(BuildConfiguration repositoryConfiguration) -
Uses of BuildConfiguration in com.atlassian.bamboo.ww2.common
Modifier and TypeMethodDescriptionstatic void
BuildConfigurationActionHelper.copyParamsToBuildConfiguration
(com.opensymphony.xwork2.ActionInvocation actionInvocation, BuildConfiguration buildConfiguration)