public class PlanConfigImportServiceImpl extends Object implements PlanConfigImportService
PlanConfigImportService.ImportResult
Constructor and Description |
---|
PlanConfigImportServiceImpl() |
Modifier and Type | Method and Description |
---|---|
com.atlassian.bamboo.specs.api.model.plan.PlanProperties |
convertYamlToPlan(String yaml)
Converts data from a YAML document to top level plan properties.
|
PlanConfigImportService.ImportResult |
importPlan(com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties,
com.atlassian.user.User userForCreation,
RssPermissions rssPermissions)
Validates exported top level plan properties within Bamboo context (e.g.
|
PlanConfigImportService.ImportResult |
importPlan(com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties,
com.atlassian.user.User userForCreation,
RssPermissions rssPermissions,
boolean deferEvents,
boolean noChangesInProperties)
Validates exported top level plan properties within Bamboo context (e.g.
|
void |
sendEventsAndScheduleTriggersIfRequired(PlanConfigImportService.ImportResult importResult)
Sends events related to plan creation or update and initialises triggers.
|
void |
validatePlanProperties(com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties,
RssPermissions rssPermissions)
This method performs validation of YAML types and of the properties without Bamboo context (e.g.
|
@NotNull public com.atlassian.bamboo.specs.api.model.plan.PlanProperties convertYamlToPlan(@NotNull String yaml) throws com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException, YamlValidationException
PlanConfigImportService
convertYamlToPlan
in interface PlanConfigImportService
yaml
- YAML String containing definition of top level planYamlValidationException
- if the format of the YAML file is invalidcom.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException
public void validatePlanProperties(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties, @NotNull RssPermissions rssPermissions) throws com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException, YamlValidationException, RssPermissionException
PlanConfigImportService
validatePlanProperties
in interface PlanConfigImportService
planProperties
- top level plan propertiesrssPermissions
- projects which can allowed for modificationcom.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException
- if the imported properties were not validYamlValidationException
- if the format of the YAML file is invalidRssPermissionException
- if RSS is missing access to projects/repositories@NotNull public PlanConfigImportService.ImportResult importPlan(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties, @Nullable com.atlassian.user.User userForCreation, @NotNull RssPermissions rssPermissions)
PlanConfigImportService
importPlan
in interface PlanConfigImportService
planProperties
- top level plan properties to importuserForCreation
- user invoking the importrssPermissions
- projects which can allowed for modification; since 6.2@NotNull public PlanConfigImportService.ImportResult importPlan(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties, @Nullable com.atlassian.user.User userForCreation, @NotNull RssPermissions rssPermissions, boolean deferEvents, boolean noChangesInProperties) throws com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException, RssPermissionException
PlanConfigImportService
importPlan
in interface PlanConfigImportService
planProperties
- top level plan properties to importuserForCreation
- user invoking the importrssPermissions
- projects which can allowed for modification; since 6.2deferEvents
- when set to true, the import routine will not send creation events nor initialise plan triggerscom.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException
- if data validation failsRssPermissionException
- if rss doesn't have access to dependant projectpublic void sendEventsAndScheduleTriggersIfRequired(@NotNull PlanConfigImportService.ImportResult importResult)
PlanConfigImportService
sendEventsAndScheduleTriggersIfRequired
in interface PlanConfigImportService
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.