Uses of Class
com.atlassian.bamboo.configuration.external.rss.DivergentBranchDataBean
-
Packages that use DivergentBranchDataBean Package Description com.atlassian.bamboo.configuration.external com.atlassian.bamboo.configuration.external.rss -
-
Uses of DivergentBranchDataBean in com.atlassian.bamboo.configuration.external
Methods in com.atlassian.bamboo.configuration.external with parameters of type DivergentBranchDataBean Modifier and Type Method Description @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.@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)
-
Uses of DivergentBranchDataBean in com.atlassian.bamboo.configuration.external.rss
Methods in com.atlassian.bamboo.configuration.external.rss that return DivergentBranchDataBean Modifier and Type Method Description static DivergentBranchDataBean
DivergentBranchDataBean. forCreation(@NotNull ImmutableChain immutableChain, @NotNull PlanKey planBranchKey, @NotNull PlanBranchWorkflow planBranchWorkflow, PlanCreationService.EnablePlan enablePlan)
static DivergentBranchDataBean
DivergentBranchDataBean. forUpdate(@NotNull ImmutableChain immutableChain, @NotNull PlanKey planBranchKey)
-