- Namespace
-
GitVersion
.Configuration - Implementing Types
graph BT Type["IBranchConfiguration"] class Type type-node
Implementing0["IGitVersionConfiguration"]-.->Type click
Implementing0
"/api/GitVersion.Configuration/IGitVersionConfiguration"
Syntax
public interface IBranchConfiguration
Properties
Name | Value | Summary |
---|---|---|
Commit |
Commit |
|
DeploymentMode | DeploymentMode? | |
Increment | IncrementStrategy | |
IsMainBranch | bool? | |
IsReleaseBranch | bool? | |
IsSourceBranchFor | IReadOnlyCollection |
|
Label | string | |
LabelNumberPattern | string | |
PreReleaseWeight | int? | |
PreventIncrement |
I |
|
RegularExpression | string | |
SourceBranches | IReadOnlyCollection |
|
TrackMergeMessage | bool? | |
TrackMergeTarget | bool? | |
Tracks |
bool? |
Methods
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
T |
From
CommonExtensions
|