- Namespace
-
GitVersion
.Configuration - Implementing Types
graph BT Type["IBranchConfigurationCalculator"] class Type
type-node
Implementing0["BranchConfigurationCalculator"]-.->Type
click Implementing0
"/api/GitVersion.Configuration/BranchConfigurationCalculator"
Syntax
public interface IBranchConfigurationCalculator
Methods
Name | Value | Summary |
---|---|---|
Get |
BranchConfig |
Gets the
BranchConfig
for the current commit.
|
Extension Methods
Name | Value | Summary |
---|---|---|
GetProperties |
IEnumerable |
From
ObjectExtensions
|
NotNull |
T |
From
CommonExtensions
|