Summary
Resolves the set of
EffectiveBranchConfiguration instances that
apply to a given branch.
- Namespace
-
GitVersion
.VersionCalculation
graph BT Type["IEffectiveBranchConfigurationFinder"] class
Type type-node
Syntax
public interface IEffectiveBranchConfigurationFinder
Methods
| Name | Value | Summary |
|---|---|---|
|
GetConfigurations |
IEnumerable |
Returns the effective branch configurations that match
branch under
the given global
configuration.
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
|
NotNull |
T |
Throws
ArgumentNullException when
value is
null; otherwise returns the
value.
From
CommonExtensions
|