BranchConfigurationCalculator.

GetBranchConfiguration(IBranch, ICommit, Config, IList<IBranch>?) Method

Summary

Gets the BranchConfig for the current commit.

Syntax

public BranchConfig GetBranchConfiguration(IBranch targetBranch, ICommit currentCommit, Config configuration, IList<IBranch>? excludedInheritBranches = null)

Parameters

Name Type Description
targetBranch IBranch
currentCommit ICommit
configuration Config
excludedInheritBranches IList<IBranch>?

Return Value

Type Description
BranchConfig
GitHub