IEffectiveBranchConfigurationFinder Interface

Summary

Resolves the set of EffectiveBranchConfiguration instances that apply to a given branch.
graph BT Type["IEffectiveBranchConfigurationFinder"] class Type type-node

Syntax

public interface IEffectiveBranchConfigurationFinder

Methods

Name Value Summary
GetConfigurations(IBranch, IGitVersionConfiguration) IEnumerable<EffectiveBranchConfiguration>
Returns the effective branch configurations that match branch under the given global configuration.

Extension Methods

Name Value Summary
NotNull<IEffectiveBranchConfigurationFinder>(string) T
Throws ArgumentNullException when value is null; otherwise returns the value.
GitHub