Uses of Class
com.atlassian.bamboo.ww2.actions.build.admin.create.BuildConfiguration
Packages that use BuildConfiguration
Package
Description
-
Uses of BuildConfiguration in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build with parameters of type BuildConfigurationModifier 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
Methods in com.atlassian.bamboo.build.artifact with parameters of type BuildConfigurationModifier and TypeMethodDescriptionArtifactHandlerForPlanConfigurator.getEditHtml
(@NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan) -
Uses of BuildConfiguration in com.atlassian.bamboo.build.configuration
Methods in com.atlassian.bamboo.build.configuration with parameters of type BuildConfigurationModifier and TypeMethodDescription@NotNull ErrorCollection
ConcurrentBuildsPlanConfigurationPlugin.validate
(@NotNull BuildConfiguration buildConfiguration) -
Uses of BuildConfiguration in com.atlassian.bamboo.build.creation
Methods in com.atlassian.bamboo.build.creation that return BuildConfigurationModifier and TypeMethodDescriptionChainBranchCreationServiceImpl.getBuildConfigurationWithDefaults()
ChainCreationServiceImpl.getBuildConfigurationWithDefaults()
JobCreationServiceImpl.getBuildConfigurationWithDefaults()
PlanCreationService.getBuildConfigurationWithDefaults()
@Nullable BuildConfiguration
PlanCreationBean.getConfigurationBeingEdited()
Methods in com.atlassian.bamboo.build.creation with parameters of type BuildConfigurationModifier 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
Methods in com.atlassian.bamboo.build.docker that return BuildConfigurationModifier and TypeMethodDescriptionDockerConfigurationProviders.appendToConfiguration
(BuildConfiguration buildConfiguration, String selectedType, Map<String, Object> webFragmentsContextMap) Methods in com.atlassian.bamboo.build.docker with parameters of type BuildConfigurationModifier 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
Methods in com.atlassian.bamboo.build.expiry.plugin with parameters of type BuildConfigurationModifier 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
Methods in com.atlassian.bamboo.build.monitoring with parameters of type BuildConfigurationModifier 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
Methods in com.atlassian.bamboo.buildtrigger with parameters of type BuildConfigurationModifier and TypeMethodDescription@NotNull ErrorCollection
PlansGreenCondition.validate
(@NotNull BuildConfiguration buildConfiguration) -
Uses of BuildConfiguration in com.atlassian.bamboo.clover
Methods in com.atlassian.bamboo.clover with parameters of type BuildConfigurationModifier and TypeMethodDescriptionstatic boolean
CloverPluginHelper.isCloverOn
(@Nullable BuildConfiguration config) -
Uses of BuildConfiguration in com.atlassian.bamboo.clover.builder.coverage
Methods in com.atlassian.bamboo.clover.builder.coverage with parameters of type BuildConfigurationModifier 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
Methods in com.atlassian.bamboo.configuration.external.helpers with parameters of type BuildConfigurationModifier 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
Methods in com.atlassian.bamboo.deployments.environments.persistence with parameters of type BuildConfigurationModifier 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
Methods in com.atlassian.bamboo.plan.branch with parameters of type BuildConfigurationModifier and TypeMethodDescriptionBranchDetectionService.createChainBranch
(@NotNull ImmutableChain chain, @NotNull String branchName, @Nullable VcsBranch vcsBranch, @Nullable BuildConfiguration buildConfiguration, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry) Deprecated.temporary workaroundBranchDetectionServiceImpl.createChainBranch
(@NotNull ImmutableChain chain, @NotNull String branchName, @Nullable VcsBranch vcsBranch, @Nullable BuildConfiguration buildConfiguration, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry) @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
Methods in com.atlassian.bamboo.plugin.web with parameters of type BuildConfigurationModifier 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
Methods in com.atlassian.bamboo.plugins.bitbucket with parameters of type BuildConfigurationModifier 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
Methods in com.atlassian.bamboo.plugins.git with parameters of type BuildConfigurationModifier 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
Methods in com.atlassian.bamboo.plugins.labeller with parameters of type BuildConfigurationModifier 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
Methods in com.atlassian.bamboo.plugins.maven.dependencies with parameters of type BuildConfigurationModifier 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
Methods in com.atlassian.bamboo.plugins.stash with parameters of type BuildConfigurationModifier 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
Methods in com.atlassian.bamboo.plugins.testutils.docker with parameters of type BuildConfigurationModifier and TypeMethodDescriptionvoid
TestDockerHandler.appendConfiguration
(BuildConfiguration buildConfiguration, Map<String, Object> webFragmentsContextMap, boolean enabled) -
Uses of BuildConfiguration in com.atlassian.bamboo.repository
Methods in com.atlassian.bamboo.repository with parameters of type BuildConfigurationModifier 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
Methods in com.atlassian.bamboo.repository.nullrepository with parameters of type BuildConfigurationModifier 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
Methods in com.atlassian.bamboo.repository.svn with parameters of type BuildConfigurationModifier 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
Methods in com.atlassian.bamboo.session that return BuildConfigurationModifier and TypeMethodDescription@NotNull BuildConfiguration
BambooSession.getBuildConfiguration()
Methods in com.atlassian.bamboo.session with parameters of type BuildConfigurationModifier and TypeMethodDescriptionvoid
BambooSession.setBuildConfiguration
(BuildConfiguration buildConfiguration) -
Uses of BuildConfiguration in com.atlassian.bamboo.task.conversion
Methods in com.atlassian.bamboo.task.conversion with parameters of type BuildConfigurationModifier 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
Methods in com.atlassian.bamboo.upgrade.tasks with parameters of type BuildConfigurationModifier and TypeMethodDescriptionprotected boolean
AbstractTaskConfigurationUpgradeTask.environmentCanBeSkipped
(BuildConfiguration buildConfiguration) -
Uses of BuildConfiguration in com.atlassian.bamboo.v2.build
Methods in com.atlassian.bamboo.v2.build with parameters of type BuildConfigurationModifier 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
Methods in com.atlassian.bamboo.vcsversion with parameters of type BuildConfigurationModifier and TypeMethodDescription@Nullable ErrorCollection
VCSVersionReader.validate
(BuildConfiguration buildConfiguration) -
Uses of BuildConfiguration in com.atlassian.bamboo.web.utils
Methods in com.atlassian.bamboo.web.utils with parameters of type BuildConfigurationModifier and TypeMethodDescriptionstatic void
BuildConfigurationActionHelper.copyParamsToBuildConfiguration
(ActionParametersMap params, BuildConfiguration buildConfiguration) -
Uses of BuildConfiguration in com.atlassian.bamboo.webrepository
Methods in com.atlassian.bamboo.webrepository with parameters of type BuildConfigurationModifier 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
Methods in com.atlassian.bamboo.webrepository.fisheye with parameters of type BuildConfigurationModifier and TypeMethodDescription@NotNull ErrorCollection
FisheyeWebRepositoryViewer.validate
(@NotNull BuildConfiguration buildConfiguration) -
Uses of BuildConfiguration in com.atlassian.bamboo.webrepository.stash
Methods in com.atlassian.bamboo.webrepository.stash with parameters of type BuildConfigurationModifier and TypeMethodDescription@NotNull ErrorCollection
LegacyStashWebRepositoryViewer.validate
(@NotNull BuildConfiguration buildConfiguration) Deprecated. -
Uses of BuildConfiguration in com.atlassian.bamboo.ww2.actions.admin
Fields in com.atlassian.bamboo.ww2.actions.admin declared as BuildConfigurationModifier and TypeFieldDescriptionprotected BuildConfiguration
ImportMavenPlanAction.buildConfiguration
Methods in com.atlassian.bamboo.ww2.actions.admin that return BuildConfigurationMethods in com.atlassian.bamboo.ww2.actions.admin with parameters of type BuildConfigurationModifier and TypeMethodDescriptionvoid
ImportMavenPlanAction.setBuildConfiguration
(BuildConfiguration buildConfiguration) -
Uses of BuildConfiguration in com.atlassian.bamboo.ww2.actions.admin.bulk.trigger
Methods in com.atlassian.bamboo.ww2.actions.admin.bulk.trigger that return BuildConfigurationMethods in com.atlassian.bamboo.ww2.actions.admin.bulk.trigger with parameters of type BuildConfigurationModifier and TypeMethodDescriptionvoid
ReplaceTriggersAction.setBuildConfiguration
(BuildConfiguration buildConfiguration) -
Uses of BuildConfiguration in com.atlassian.bamboo.ww2.actions.branch
Fields in com.atlassian.bamboo.ww2.actions.branch declared as BuildConfigurationModifier and TypeFieldDescriptionprotected BuildConfiguration
AbstractBranchTriggerConfigAction.buildConfiguration
Methods in com.atlassian.bamboo.ww2.actions.branch that return BuildConfigurationModifier and TypeMethodDescriptionConfigureBranches.getBuildConfiguration()
CreateChainBranch.getBuildConfiguration()
EditChainBranchDetails.getBuildConfiguration()
EditChainBranchNotifications.getBuildConfiguration()
Methods in com.atlassian.bamboo.ww2.actions.branch with parameters of type BuildConfigurationModifier 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
Methods in com.atlassian.bamboo.ww2.actions.build.admin that return BuildConfigurationMethods in com.atlassian.bamboo.ww2.actions.build.admin with parameters of type BuildConfigurationModifier and TypeMethodDescriptionvoid
BuildConfigurationSupport.setBuildConfiguration
(BuildConfiguration buildConfiguration) -
Uses of BuildConfiguration in com.atlassian.bamboo.ww2.actions.build.admin.create
Methods in com.atlassian.bamboo.ww2.actions.build.admin.create that return BuildConfigurationMethods in com.atlassian.bamboo.ww2.actions.build.admin.create with parameters of type BuildConfigurationModifier and TypeMethodDescriptionvoid
CreateChain.setBuildConfiguration
(BuildConfiguration buildConfiguration) -
Uses of BuildConfiguration in com.atlassian.bamboo.ww2.actions.chains
Methods in com.atlassian.bamboo.ww2.actions.chains that return BuildConfigurationModifier and TypeMethodDescriptionCreateJob.getBuildConfiguration()
EditChainDetails.getBuildConfiguration()
Methods in com.atlassian.bamboo.ww2.actions.chains with parameters of type BuildConfigurationModifier and TypeMethodDescriptionvoid
CreateJob.setBuildConfiguration
(BuildConfiguration buildConfiguration) void
EditChainDetails.setBuildConfiguration
(BuildConfiguration buildConfiguration) -
Uses of BuildConfiguration in com.atlassian.bamboo.ww2.actions.chains.admin.triggers
Fields in com.atlassian.bamboo.ww2.actions.chains.admin.triggers declared as BuildConfigurationModifier and TypeFieldDescriptionprotected BuildConfiguration
ConfigureChainTrigger.buildConfiguration
Methods in com.atlassian.bamboo.ww2.actions.chains.admin.triggers that return BuildConfiguration -
Uses of BuildConfiguration in com.atlassian.bamboo.ww2.aware
Methods in com.atlassian.bamboo.ww2.aware that return BuildConfigurationMethods in com.atlassian.bamboo.ww2.aware with parameters of type BuildConfigurationModifier and TypeMethodDescriptionvoid
BareBuildConfigurationAware.setBuildConfiguration
(BuildConfiguration buildConfiguration) void
RepositoryConfigurationAware.setBuildConfiguration
(BuildConfiguration repositoryConfiguration) -
Uses of BuildConfiguration in com.atlassian.bamboo.ww2.common
Methods in com.atlassian.bamboo.ww2.common with parameters of type BuildConfigurationModifier and TypeMethodDescriptionstatic void
BuildConfigurationActionHelper.copyParamsToBuildConfiguration
(com.opensymphony.xwork2.ActionInvocation actionInvocation, BuildConfiguration buildConfiguration)