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 TypeMethodDescriptionvoidBuildDefinitionManager.savePlanAndDefinition(Plan plan, BuildConfiguration buildConfiguration) Saves thePlanand theBuildConfigurationvoidDefaultBuildDefinitionManager.savePlanAndDefinition(Plan plan, BuildConfiguration newBuildConfiguration) voidDefaultBuildDefinitionManagerTx.savePlanAndDefinition(Plan plan, BuildConfiguration newBuildConfiguration) @Nullable ErrorCollectionCustomPreBuildAction.validate(BuildConfiguration config) Validate the build configuration when trying to save configuration for thePlanThis is used if the CustomPreBuildAction needs to have configuration stored against the build plan.static voidBuildConfigurationValidationUtils.validatePostiveInteger(String paramKey, String positiveIntegerText, @Nullable Integer maxValue, String maxValueText, String notIntegerText, BuildConfiguration buildConfiguration, ErrorCollection errorCollection) static voidBuildConfigurationValidationUtils.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 ErrorCollectionConcurrentBuildsPlanConfigurationPlugin.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 BuildConfigurationPlanCreationBean.getConfigurationBeingEdited()Methods in com.atlassian.bamboo.build.creation with parameters of type BuildConfigurationModifier and TypeMethodDescriptionvoidBuildTriggerConditionConfigHelper.addDefaultsToConfig(@NotNull BuildConfiguration buildConfiguration) voidPlanConfigHelper.addDefaultsToConfig(@NotNull BuildConfiguration buildConfiguration) Adds default values for all possible selections, esp preparing for display on the UIvoidChainBranchCreationService.cleanBuildConfiguration(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan) voidChainBranchCreationServiceImpl.cleanBuildConfiguration(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan) voidChainCreationService.cleanBuildConfiguration(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan) voidChainCreationServiceImpl.cleanBuildConfiguration(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan) voidJobCreationServiceImpl.cleanBuildConfiguration(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan) protected abstract voidPlanCreationTemplate.cleanBuildConfiguration(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan) Clean build configuration for saving.static voidPlanCreationTemplate.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.voidBuildTriggerConditionConfigHelper.cleanConfig(@NotNull BuildConfiguration buildConfiguration) voidPlanConfigHelper.cleanConfig(@NotNull BuildConfiguration buildConfiguration) Cleans out any data from the build config, not required by the selected option.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 StringPlanCreationTemplate.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 RunnablePlanConfigHelpers.getValidationRunnableForHelpers(@NotNull org.apache.struts2.interceptor.ValidationAware validationAware, @NotNull BuildConfiguration buildConfiguration, @NotNull PlanConfigHelper... planConfigHelpers) Get Runnable that goes through the provided helpers and invokes validation on provided build configuration.protected voidPlanCreationTemplate.logBuildConfiguration(BuildConfiguration buildConfiguration) protected booleanChainBranchCreationServiceImpl.performCloneIfRequired(@NotNull BuildConfiguration buildConfiguration, @NotNull PlanCreationBean planCreationBean, @NotNull ActionParametersMap params) protected booleanChainCreationServiceImpl.performCloneIfRequired(@NotNull BuildConfiguration buildConfiguration, @NotNull PlanCreationBean planCreationBean, @NotNull ActionParametersMap params) protected booleanJobCreationServiceImpl.performCloneIfRequired(@NotNull BuildConfiguration buildConfiguration, @NotNull PlanCreationBean planCreationBean, @NotNull ActionParametersMap params) protected abstract booleanPlanCreationTemplate.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.voidBuildTriggerConditionConfigHelper.performPostActionsOnConfig(@NotNull BuildConfiguration buildConfiguration, @NotNull ImmutablePlan plan) voidPlanConfigHelper.performPostActionsOnConfig(@NotNull BuildConfiguration buildConfiguration, @NotNull ImmutablePlan plan) Performs any miscellaneous actions required before saving the plan.protected voidChainBranchCreationServiceImpl.prepareBuildConfiguration(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan, @NotNull PlanCreationBean planCreationBean) protected voidChainCreationServiceImpl.prepareBuildConfiguration(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan, @NotNull PlanCreationBean planCreationBean) protected voidJobCreationServiceImpl.prepareBuildConfiguration(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan, @NotNull PlanCreationBean planCreationBean) protected abstract voidPlanCreationTemplate.prepareBuildConfiguration(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan, @NotNull PlanCreationBean planCreationBean) Prepare build configuration for saving.voidBuildTriggerConditionConfigHelper.prepareConfig(@NotNull BuildConfiguration buildConfiguration) voidPlanConfigHelper.prepareConfig(@NotNull BuildConfiguration buildConfiguration) Prepare the build configuration for validation.voidPlanCreationBean.setConfigurationBeingEdited(BuildConfiguration buildConfiguration) voidBuildTriggerConditionConfigHelper.validateConfig(@NotNull org.apache.struts2.interceptor.ValidationAware validationAware, @NotNull BuildConfiguration buildConfiguration) voidPlanConfigHelper.validateConfig(@NotNull org.apache.struts2.interceptor.ValidationAware validationAware, @NotNull BuildConfiguration buildConfiguration) Validates the configuration for a plan.voidChainBranchCreationServiceImpl.validatePlan(org.apache.struts2.interceptor.ValidationAware validationAware, BuildConfiguration buildConfiguration, ActionParametersMap params) voidChainCreationServiceImpl.validatePlan(org.apache.struts2.interceptor.ValidationAware validationAware, BuildConfiguration buildConfiguration, ActionParametersMap params) voidJobCreationServiceImpl.validatePlan(org.apache.struts2.interceptor.ValidationAware validationAware, BuildConfiguration buildConfiguration, ActionParametersMap params) voidPlanCreationService.validatePlan(org.apache.struts2.interceptor.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 TypeMethodDescriptionvoidDefaultDockerHandlerImpl.appendConfiguration(BuildConfiguration buildConfiguration, Map<String, Object> webFragmentsContextMap, boolean enabled) voidDockerHandler.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 voidBuildExpiryPerPlanPlugin.populateContextForEdit(@NotNull Map<String, Object> context, @NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan) @NotNull ErrorCollectionBuildExpiryPerPlanPlugin.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 TypeMethodDescriptionvoidHangingBuildConfigurationPlugin.addDefaultValues(@NotNull BuildConfiguration buildConfiguration) voidHungBuildPlanConfigurationPlugin.addDefaultValues(@NotNull BuildConfiguration buildConfiguration) protected voidHungBuildPlanConfigurationPlugin.populateContextForEdit(@NotNull Map<String, Object> context, @NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan) voidHungBuildPlanConfigurationPlugin.prepareConfigObject(@NotNull BuildConfiguration buildConfiguration) @NotNull ErrorCollectionBuildMonitoringPerPlanPlugin.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 ErrorCollectionPlansGreenCondition.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 booleanCloverPluginHelper.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 TypeMethodDescriptionvoidCloverBuildProcessor.customizeBuildRequirements(@NotNull PlanKey planKey, @NotNull BuildConfiguration buildConfiguration, @NotNull RequirementSet requirementSet) This part is executed on server as a part of UI configuration.protected voidCloverBuildProcessor.populateContextForEdit(@NotNull Map<String, Object> context, @NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan) @NotNull ErrorCollectionCloverBuildProcessor.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 voidBuildConfigurationPluginsExportHelper.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 voidEnvironmentPersistenceHelper.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 TypeMethodDescription@NotNull ChainBranchCreationResultLightweightBranchCreationService.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 ChainBranchCreationResultLightweightBranchCreationService.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 ChainBranchCreationResultLightweightBranchCreationServiceImpl.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 ChainBranchCreationResultLightweightBranchCreationServiceImpl.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 ChainBranchCreationResultLightweightBranchCreationService.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 ChainBranchCreationResultLightweightBranchCreationService.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 ChainBranchCreationResultLightweightBranchCreationServiceImpl.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 ChainBranchCreationResultLightweightBranchCreationServiceImpl.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 booleanBranchIntegrationConfigurationImpl.hasConfiguration(BuildConfiguration buildConfiguration) Tests if aBuildConfigurationcontains 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.labeller
Methods in com.atlassian.bamboo.plugins.labeller with parameters of type BuildConfigurationModifier and TypeMethodDescription@NotNull ErrorCollectionBuildLabellerCustomBuildProcessor.validate(@NotNull BuildConfiguration buildConfiguration) This method is used to validate a build configuration for a build plan@Nullable ErrorCollectionBuildLogLabellerPreBuildAction.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 voidAutomaticDependencyManagementPlugin.populateContextForEdit(@NotNull Map<String, Object> context, @NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan) -
Uses of BuildConfiguration in com.atlassian.bamboo.plugins.testutils.docker
Methods in com.atlassian.bamboo.plugins.testutils.docker with parameters of type BuildConfigurationModifier and TypeMethodDescriptionvoidTestDockerHandler.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 TypeMethodDescription@Nullable StringAdvancedConfigurationAwareRepository.getAdvancedEditHtml(@NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan) -
Uses of BuildConfiguration in com.atlassian.bamboo.session
Methods in com.atlassian.bamboo.session that return BuildConfigurationModifier and TypeMethodDescription@NotNull BuildConfigurationBambooSession.getBuildConfiguration()Methods in com.atlassian.bamboo.session with parameters of type BuildConfigurationModifier and TypeMethodDescriptionvoidBambooSession.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. -
Uses of BuildConfiguration in com.atlassian.bamboo.upgrade.tasks
Methods in com.atlassian.bamboo.upgrade.tasks with parameters of type BuildConfigurationModifier and TypeMethodDescriptionprotected booleanAbstractTaskConfigurationUpgradeTask.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 TypeMethodDescriptionvoidBaseBuildConfigurationAwarePlugin.addDefaultValues(@NotNull BuildConfiguration buildConfiguration) voidBuildConfigurationAwarePlugin.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)voidBaseConfigurablePlugin.customizeBuildRequirements(@NotNull PlanKey planKey, @NotNull BuildConfiguration buildConfiguration, @NotNull RequirementSet requirementSet) voidConfigurablePlugin.customizeBuildRequirements(@NotNull PlanKey planKey, @NotNull BuildConfiguration buildConfiguration, @NotNull RequirementSet requirementSet) Extension point for adding/customizing requirements when editing a build's builder configuration.@Nullable StringBaseBuildConfigurationAwarePlugin.getEditHtml(@NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan) @Nullable StringRenderableBuildConfiguration.getEditHtml(@NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan) Returns HTML that represents the form fragment for editing the repository.protected voidBaseBuildConfigurationAwarePlugin.populateContextForEdit(@NotNull Map<String, Object> context, @NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan) voidBaseBuildConfigurationAwarePlugin.prepareConfigObject(@NotNull BuildConfiguration buildConfiguration) voidBuildConfigurationAwarePlugin.prepareConfigObject(@NotNull BuildConfiguration buildConfiguration) Do any preprocessing work before validation occurs.voidBaseConfigurablePlugin.removeBuildRequirements(@NotNull PlanKey planKey, @NotNull BuildConfiguration buildConfiguration, @NotNull RequirementSet requirementSet) voidConfigurablePlugin.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 ErrorCollectionBaseBuildConfigurationAwarePlugin.validate(@NotNull BuildConfiguration buildConfiguration) @NotNull ErrorCollectionBuildConfigurationAwarePlugin.validate(@NotNull BuildConfiguration buildConfiguration) Validates the properties in theBuildConfigurationobject. -
Uses of BuildConfiguration in com.atlassian.bamboo.vcsversion
Methods in com.atlassian.bamboo.vcsversion with parameters of type BuildConfigurationModifier and TypeMethodDescription@Nullable ErrorCollectionVCSVersionReader.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 voidBuildConfigurationActionHelper.copyParamsToBuildConfiguration(ActionParametersMap params, BuildConfiguration buildConfiguration) -
Uses of BuildConfiguration in com.atlassian.bamboo.ww2.actions.admin
Fields in com.atlassian.bamboo.ww2.actions.admin declared as BuildConfigurationModifier and TypeFieldDescriptionprotected BuildConfigurationImportMavenPlanAction.buildConfigurationMethods in com.atlassian.bamboo.ww2.actions.admin that return BuildConfigurationMethods in com.atlassian.bamboo.ww2.actions.admin with parameters of type BuildConfigurationModifier and TypeMethodDescriptionvoidImportMavenPlanAction.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 TypeMethodDescriptionvoidReplaceTriggersAction.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 BuildConfigurationAbstractBranchTriggerConfigAction.buildConfigurationMethods 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 TypeMethodDescriptionvoidConfigureBranches.setBuildConfiguration(BuildConfiguration buildConfiguration) voidCreateChainBranch.setBuildConfiguration(BuildConfiguration buildConfiguration) voidEditChainBranchDetails.setBuildConfiguration(BuildConfiguration buildConfiguration) voidEditChainBranchNotifications.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 TypeMethodDescriptionvoidBuildConfigurationSupport.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 TypeMethodDescriptionvoidCreateChain.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 TypeMethodDescriptionvoidCreateJob.setBuildConfiguration(BuildConfiguration buildConfiguration) voidEditChainDetails.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 BuildConfigurationConfigureChainTrigger.buildConfigurationMethods 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 TypeMethodDescriptionvoidBareBuildConfigurationAware.setBuildConfiguration(BuildConfiguration buildConfiguration) -
Uses of BuildConfiguration in com.atlassian.bamboo.ww2.common
Methods in com.atlassian.bamboo.ww2.common with parameters of type BuildConfigurationModifier and TypeMethodDescriptionstatic voidBuildConfigurationActionHelper.copyParamsToBuildConfiguration(org.apache.struts2.ActionInvocation actionInvocation, BuildConfiguration buildConfiguration)