@NotNull ChainBranchCreationResult |
LightweightBranchCreationService.createOrEnableChainBranch(@NotNull ImmutableChain chain,
@NotNull PlanBranchWorkflow planBranchWorkflow,
@Nullable String branchName,
@NotNull Function<VcsBranchConfigurator,VcsBranch> vcsBranchProvider,
@Nullable BuildConfiguration buildConfiguration,
PlanCreationService.EnablePlan enablePlan,
boolean enableExpiry,
@NotNull Consumer<PlanKey> branchPlanKeyConsumer,
boolean expectingDivergentBranch) |
Given a branch name and (optionally) vcs branch name, check if branch already exists.
|
@NotNull ChainBranchCreationResult |
LightweightBranchCreationService.createOrEnableChainBranch(@NotNull ImmutableChain chain,
@NotNull PlanBranchWorkflow planBranchWorkflow,
@Nullable String branchName,
@NotNull Function<VcsBranchConfigurator,VcsBranch> vcsBranchProvider,
@Nullable BuildConfiguration buildConfiguration,
PlanCreationService.EnablePlan enablePlan,
boolean enableExpiry,
@NotNull Consumer<PlanKey> branchPlanKeyConsumer,
boolean expectingDivergentBranch,
Optional<VcsPullRequest> pullRequest) |
Given a branch name and (optionally) vcs branch name, check if branch already exists.
|
@NotNull ChainBranchCreationResult |
LightweightBranchCreationServiceImpl.createOrEnableChainBranch(@NotNull ImmutableChain chain,
@NotNull PlanBranchWorkflow planBranchWorkflow,
@Nullable String branchName,
@NotNull Function<VcsBranchConfigurator,VcsBranch> vcsBranchProvider,
@Nullable BuildConfiguration buildConfiguration,
PlanCreationService.EnablePlan enablePlan,
boolean enableExpiry,
@NotNull Consumer<PlanKey> branchPlanKeyConsumer,
boolean expectingDivergentBranch) |
|
@NotNull ChainBranchCreationResult |
LightweightBranchCreationServiceImpl.createOrEnableChainBranch(@NotNull ImmutableChain chain,
@NotNull PlanBranchWorkflow planBranchWorkflow,
@Nullable String branchName,
@NotNull Function<VcsBranchConfigurator,VcsBranch> vcsBranchProvider,
@Nullable BuildConfiguration buildConfiguration,
PlanCreationService.EnablePlan enablePlan,
boolean enableExpiry,
@NotNull Consumer<PlanKey> branchPlanKeyConsumer,
boolean expectingDivergentBranch,
Optional<VcsPullRequest> pullRequest) |
|
void |
BranchCreationFacade.createOrEnableChainsBranches(@NotNull List<ImmutableChain> chains,
@NotNull PlanBranchWorkflow planBranchWorkflow,
@NotNull Function<VcsBranchConfigurator,VcsBranch> vcsBranchProvider,
@NotNull Function<ImmutableChain,BuildConfiguration> buildConfigurationProvider,
@NotNull Consumer<PlanKey> planBranchConsumer) |
Given a list of plans and a vcs branch creates plan branches for those chains, queuing RSS execution if
required.
|
void |
BranchCreationFacade.createOrEnableChainsBranches(@NotNull List<ImmutableChain> chains,
@NotNull PlanBranchWorkflow planBranchWorkflow,
@NotNull Function<VcsBranchConfigurator,VcsBranch> vcsBranchProvider,
@NotNull Function<ImmutableChain,BuildConfiguration> buildConfigurationProvider,
@NotNull Consumer<PlanKey> planBranchConsumer,
Optional<VcsPullRequest> pullRequest) |
Given a list of plans and a vcs branch creates plan branches for those chains, queuing RSS execution if
required.
|
void |
BranchCreationFacadeImpl.createOrEnableChainsBranches(@NotNull List<ImmutableChain> chains,
@NotNull PlanBranchWorkflow planBranchWorkflow,
@NotNull Function<VcsBranchConfigurator,VcsBranch> vcsBranchProvider,
@NotNull Function<ImmutableChain,BuildConfiguration> buildConfigurationProvider,
@NotNull Consumer<PlanKey> planBranchConsumer) |
|
void |
BranchCreationFacadeImpl.createOrEnableChainsBranches(@NotNull List<ImmutableChain> chains,
@NotNull PlanBranchWorkflow planBranchWorkflow,
@NotNull Function<VcsBranchConfigurator,VcsBranch> vcsBranchProvider,
@NotNull Function<ImmutableChain,BuildConfiguration> buildConfigurationProvider,
@NotNull Consumer<PlanKey> planBranchConsumer,
Optional<VcsPullRequest> pullRequest) |
|