Uses of Class
com.atlassian.bamboo.configuration.external.PlanConfigImportService.ImportResult
Packages that use PlanConfigImportService.ImportResult
-
Uses of PlanConfigImportService.ImportResult in com.atlassian.bamboo.configuration.external
Methods in com.atlassian.bamboo.configuration.external that return PlanConfigImportService.ImportResultModifier and TypeMethodDescription@NotNull PlanConfigImportService.ImportResultPlanConfigImportService.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. verifying database integrity), then imports the data into the database.@NotNull PlanConfigImportService.ImportResultPlanConfigImportService.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. verifying database integrity), then imports the data into the database.@NotNull PlanConfigImportService.ImportResultPlanConfigImportServiceImpl.importPlan(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties, @Nullable com.atlassian.user.User userForCreation, @NotNull RssPermissions rssPermissions) @NotNull PlanConfigImportService.ImportResultPlanConfigImportServiceImpl.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.ImportResultPlanConfigImportService.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.ImportResultPlanConfigImportServiceImpl.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.ImportResultPlanConfigImportService.switchToLightweightBranch(@NotNull PlanKey planBranchKey) Convert a divergent branch to a lightweight branch.@NotNull PlanConfigImportService.ImportResultPlanConfigImportServiceImpl.switchToLightweightBranch(@NotNull PlanKey planBranchKey) @NotNull PlanConfigImportService.ImportResultPlanConfigImportService.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.@NotNull PlanConfigImportService.ImportResultPlanConfigImportServiceImpl.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) Methods in com.atlassian.bamboo.configuration.external with parameters of type PlanConfigImportService.ImportResultModifier and TypeMethodDescriptionvoidPlanConfigImportService.sendEventsAndScheduleTriggersForBranchIfRequired(@NotNull PlanConfigImportService.ImportResult importResult, @Nullable com.atlassian.user.User user) Sends events related to branch creation or update and initialises triggers.voidPlanConfigImportServiceImpl.sendEventsAndScheduleTriggersForBranchIfRequired(@NotNull PlanConfigImportService.ImportResult importResult, @Nullable com.atlassian.user.User user) voidPlanConfigImportService.sendEventsAndScheduleTriggersIfRequired(@NotNull PlanConfigImportService.ImportResult importResult) Sends events related to plan creation or update and initialises triggers.voidPlanConfigImportServiceImpl.sendEventsAndScheduleTriggersIfRequired(@NotNull PlanConfigImportService.ImportResult importResult)