| Package | Description |
|---|---|
| com.atlassian.bamboo.configuration.external |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.bamboo.specs.api.model.plan.PlanProperties |
SpecsConsumer.PlanPropertiesSupplier.get() |
@NotNull PlanConfigImportService.ImportResult |
PlanConfigImportServiceImpl.importPlan(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties,
@Nullable com.atlassian.user.User userForCreation,
@NotNull RssPermissions rssPermissions,
boolean deferEvents,
boolean noChangesInProperties) |
@NotNull PlanConfigImportService.ImportResult |
PlanConfigImportService.importPlan(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties,
@Nullable com.atlassian.user.User userForCreation,
@NotNull RssPermissions rssPermissions,
boolean deferEvents,
boolean noChangesInProperties)
Validates exported top level plan properties within Bamboo context (e.g.
|
@NotNull Project |
ProjectImportServiceImpl.importProject(@NotNull com.atlassian.bamboo.specs.api.model.project.ProjectProperties projectProperties,
@Nullable com.atlassian.user.User user,
@NotNull RssPermissions rssPermissions) |
@NotNull Project |
ProjectImportService.importProject(@NotNull com.atlassian.bamboo.specs.api.model.project.ProjectProperties projectProperties,
@Nullable com.atlassian.user.User user,
@NotNull RssPermissions rssPermissions,
boolean noChangesInProperties)
Validates project properties within Bamboo context and imports the project into the database.
|
@NotNull Project |
ProjectImportServiceImpl.importProject(@NotNull com.atlassian.bamboo.specs.api.model.project.ProjectProperties projectProperties,
@Nullable com.atlassian.user.User user,
@NotNull RssPermissions rssPermissions,
boolean noChangesInProperties) |
void |
PlanConfigImportServiceImpl.validatePlanBranchProperties(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties,
@NotNull RssPermissions rssPermissions,
@NotNull VcsBranch vcsBranch) |
void |
PlanConfigImportService.validatePlanBranchProperties(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties,
@NotNull RssPermissions rssPermissions,
@NotNull VcsBranch importedBranch)
This method performs validation of YAML types and of the properties without Bamboo context (e.g.
|
void |
PlanConfigImportServiceImpl.validatePlanProperties(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties,
@NotNull RssPermissions rssPermissions) |
void |
PlanConfigImportService.validatePlanProperties(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties,
@NotNull RssPermissions rssPermissions)
This method performs validation of YAML types and of the properties without Bamboo context (e.g.
|
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.