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