| Package | Description |
|---|---|
| com.atlassian.bamboo.configuration.external |
| Modifier and Type | Method and Description |
|---|---|
@NotNull PlanConfigImportService.ImportResult |
PlanConfigImportServiceImpl.importPlan(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties,
@Nullable com.atlassian.user.User userForCreation,
@NotNull RssPermissions rssPermissions) |
@NotNull PlanConfigImportService.ImportResult |
PlanConfigImportService.importPlan(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties,
@Nullable com.atlassian.user.User userForCreation,
@NotNull RssPermissions rssPermissions)
Validates exported top level plan properties within Bamboo context (e.g.
|
@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 PlanConfigImportService.ImportResult |
PlanConfigImportServiceImpl.importPlanBranch(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties,
@NotNull VcsBranch vcsBranch,
@Nullable com.atlassian.user.User user,
@NotNull RssPermissions rssPermissions) |
@NotNull PlanConfigImportService.ImportResult |
PlanConfigImportService.importPlanBranch(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties,
@NotNull VcsBranch vcsBranch,
@Nullable com.atlassian.user.User user,
@NotNull RssPermissions rssPermissions)
Import plan branch using specs.
|
@NotNull PlanConfigImportService.ImportResult |
PlanConfigImportServiceImpl.switchToLightweightBranch(@NotNull PlanKey planBranchKey) |
@NotNull PlanConfigImportService.ImportResult |
PlanConfigImportService.switchToLightweightBranch(@NotNull PlanKey planBranchKey)
Convert a divergent branch to a lightweight branch.
|
@NotNull PlanConfigImportService.ImportResult |
PlanConfigImportServiceImpl.updatePlanBranch(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties,
@NotNull VcsBranch vcsBranch,
@Nullable com.atlassian.user.User user,
@NotNull RssPermissions rssPermissions,
@NotNull DivergentBranchDataBean branchCreationData,
boolean deferEvents,
boolean noChangesInProperties) |
@NotNull PlanConfigImportService.ImportResult |
PlanConfigImportService.updatePlanBranch(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties,
@NotNull VcsBranch vcsBranch,
@Nullable com.atlassian.user.User user,
@NotNull RssPermissions rssPermissions,
@NotNull DivergentBranchDataBean branchDataBean,
boolean deferEvents,
boolean noChangesInProperties)
Update plan branch using specs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlanConfigImportServiceImpl.sendEventsAndScheduleTriggersForBranchIfRequired(@NotNull PlanConfigImportService.ImportResult importResult,
@Nullable com.atlassian.user.User user) |
void |
PlanConfigImportService.sendEventsAndScheduleTriggersForBranchIfRequired(@NotNull PlanConfigImportService.ImportResult importResult,
@Nullable com.atlassian.user.User user)
Sends events related to branch creation or update and initialises triggers.
|
void |
PlanConfigImportServiceImpl.sendEventsAndScheduleTriggersIfRequired(@NotNull PlanConfigImportService.ImportResult importResult) |
void |
PlanConfigImportService.sendEventsAndScheduleTriggersIfRequired(@NotNull PlanConfigImportService.ImportResult importResult)
Sends events related to plan creation or update and initialises triggers.
|
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.