Uses of Class
com.atlassian.bamboo.exception.RssPermissionException
Packages that use RssPermissionException
-
Uses of RssPermissionException in com.atlassian.bamboo.configuration.external
Methods in com.atlassian.bamboo.configuration.external that throw RssPermissionExceptionModifier and TypeMethodDescriptioncom.atlassian.bamboo.specs.api.model.plan.PlanProperties
SpecsConsumer.PlanPropertiesSupplier.get()
@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.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 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) @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
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.validatePlanBranchProperties
(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties, @NotNull RssPermissions rssPermissions, @NotNull VcsBranch vcsBranch) 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.void
PlanConfigImportServiceImpl.validatePlanProperties
(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties, @NotNull RssPermissions rssPermissions)