-
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.
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.
PlanConfigImportServiceImpl.importPlan(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties,
@Nullable com.atlassian.user.User userForCreation,
@NotNull RssPermissions rssPermissions)
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)
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.
PlanConfigImportServiceImpl.importPlanBranch(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties,
@NotNull VcsBranch vcsBranch,
@Nullable com.atlassian.user.User user,
@NotNull RssPermissions rssPermissions)
Convert a divergent branch to a lightweight branch.
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.
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)
void
Sends events related to branch creation or update and initialises triggers.
void
void
Sends events related to plan creation or update and initialises triggers.
void